* <many> WIP: refactor mu-msg -- mu-msg-file

This commit is contained in:
Dirk-Jan C. Binnema
2011-05-09 02:58:33 +03:00
parent 3223892e24
commit 53b87a79eb
24 changed files with 1138 additions and 914 deletions

View File

@ -141,7 +141,7 @@ insert_or_update_maybe (const char* fullpath, const char* mdir,
return MU_OK; /* nothing to do for this one */
err = NULL;
msg = mu_msg_new (fullpath, mdir, &err);
msg = mu_msg_new_from_file (fullpath, mdir, &err);
if ((G_UNLIKELY(!msg))) {
g_warning ("%s: failed to create mu_msg for %s",
__FUNCTION__, fullpath);