* mu-msg.h: cosmetics
This commit is contained in:
@ -197,7 +197,7 @@ const char* mu_msg_get_msgid (MuMsg *msg);
|
|||||||
* is no such header. the returned string should *not* be modified or freed.
|
* is no such header. the returned string should *not* be modified or freed.
|
||||||
*/
|
*/
|
||||||
const char* mu_msg_get_header (MuMsg *msg,
|
const char* mu_msg_get_header (MuMsg *msg,
|
||||||
const char* header);
|
const char* header);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* get the message date/time (the Date: field) as time_t, using UTC
|
* get the message date/time (the Date: field) as time_t, using UTC
|
||||||
@ -274,9 +274,6 @@ MuMsgPrio mu_msg_get_prio (MuMsg *msg);
|
|||||||
*/
|
*/
|
||||||
time_t mu_msg_get_timestamp (MuMsg *msg);
|
time_t mu_msg_get_timestamp (MuMsg *msg);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /*__MU_MSG_H__*/
|
#endif /*__MU_MSG_H__*/
|
||||||
|
|||||||
Reference in New Issue
Block a user