* many: renaming/refactoring
- mu-msg-gmime => mu-msg
- mu-msg-part-info => mu-msg-part
removed some unused functions, updated dependencies
make check still works
This commit is contained in:
@ -89,7 +89,7 @@ char* mu_msg_str_flags (MuMsgFlags flags) G_GNUC_WARN_UNUSED_RESULT;
|
||||
* @return a string representation of the priority; see above
|
||||
* for what to do with it, or NULL in case of error
|
||||
*/
|
||||
const char* mu_msg_str_prio (MuMsgPriority prio) G_GNUC_CONST;
|
||||
const char* mu_msg_str_prio (MuMsgPrio prio) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /*__MU_MSG_STR_H__*/
|
||||
|
||||
Reference in New Issue
Block a user