* mu-contacts.c, mu-msg.c: cosmetics
This commit is contained in:
@ -404,7 +404,7 @@ contact_info_new (char *email, char *name, time_t tstamp)
|
|||||||
/* email should not be NULL, name can */
|
/* email should not be NULL, name can */
|
||||||
g_return_val_if_fail (email, NULL);
|
g_return_val_if_fail (email, NULL);
|
||||||
|
|
||||||
cinfo = g_slice_new (ContactInfo);
|
cinfo = g_slice_new (ContactInfo);
|
||||||
|
|
||||||
/* we need to clear the strings from control chars because
|
/* we need to clear the strings from control chars because
|
||||||
* they could screw up the keyfile */
|
* they could screw up the keyfile */
|
||||||
|
|||||||
14
src/mu-msg.c
14
src/mu-msg.c
@ -358,18 +358,6 @@ mu_msg_get_prio (MuMsg *self)
|
|||||||
return (MuMsgPrio)get_num_field (self, MU_MSG_FIELD_ID_PRIO);
|
return (MuMsgPrio)get_num_field (self, MU_MSG_FIELD_ID_PRIO);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* const char* */
|
|
||||||
/* mu_msg_get_header (MuMsg *msg, const char* header) */
|
|
||||||
/* { */
|
|
||||||
/* g_return_val_if_fail (self, NULL); */
|
|
||||||
/* g_return_val_if_fail (header, NULL); */
|
|
||||||
|
|
||||||
/* return g_mime_object_get_header (GMIME_OBJECT(self->_mime_msg), */
|
|
||||||
/* header); */
|
|
||||||
/* } */
|
|
||||||
|
|
||||||
|
|
||||||
time_t
|
time_t
|
||||||
mu_msg_get_timestamp (MuMsg *self)
|
mu_msg_get_timestamp (MuMsg *self)
|
||||||
{
|
{
|
||||||
@ -378,8 +366,6 @@ mu_msg_get_timestamp (MuMsg *self)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const char*
|
const char*
|
||||||
mu_msg_get_body_html (MuMsg *self)
|
mu_msg_get_body_html (MuMsg *self)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user