* WIP: start work on attachment handling in mu-msg-gmime

(and some cleanup)
This commit is contained in:
Dirk-Jan C. Binnema
2010-08-18 00:33:37 +03:00
parent 80dd533f18
commit 145fd8f75c
2 changed files with 0 additions and 5 deletions

View File

@ -771,7 +771,6 @@ mu_msg_gmime_get_summary (MuMsgGMime *msg, size_t max_lines)
return msg->_fields[SUMMARY_FIELD] = summarize (body, max_lines);
}
void
mu_msg_gmime_attach_foreach (MuMsgGMime* msg, MuMsgGMimeAttachForeachFunc func,
gpointer user_data)
@ -789,7 +788,6 @@ mu_msg_gmime_save_attachment (MuMsgGMime *msg, unsigned num,
const char*
mu_msg_gmime_get_field_string (MuMsgGMime *msg, const MuMsgField* field)
{