* mu-contacts.c, mu-msg.c: cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2011-05-25 08:11:50 +03:00
parent 03c94bd82d
commit 3c20cfc4de
2 changed files with 1 additions and 15 deletions

View File

@ -404,7 +404,7 @@ contact_info_new (char *email, char *name, time_t tstamp)
/* email should not be NULL, name can */
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
* they could screw up the keyfile */

View File

@ -358,18 +358,6 @@ mu_msg_get_prio (MuMsg *self)
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
mu_msg_get_timestamp (MuMsg *self)
{
@ -378,8 +366,6 @@ mu_msg_get_timestamp (MuMsg *self)
}
const char*
mu_msg_get_body_html (MuMsg *self)
{