* mu-msg, mu-msg-file: move gmime-init to mu-msg-file, fix get_num_field

This commit is contained in:
Dirk-Jan C. Binnema
2011-05-18 23:35:44 +03:00
parent 6fc029a6d3
commit 0c783567cf
3 changed files with 52 additions and 45 deletions

View File

@ -60,8 +60,8 @@ MuMsg *mu_msg_new_from_file (const char* filepath, const char *maildir,
* @return a new MuMsg instance or NULL in case of error; call
* mu_msg_unref when done with this message
*/
MuMsg *mu_msg_new_from_db (const XapianDocument* doc, GError **err)
G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
MuMsg *mu_msg_new_from_doc (const XapianDocument* doc, GError **err)
G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;