* WIP: start work on attachment handling in mu-msg-gmime
(and some cleanup)
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user