* <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

@ -95,7 +95,7 @@ mu_msg_iter_get_msg (MuMsgIter *iter, GError **err)
return NULL;
}
msg = mu_msg_new (path, NULL, err);
msg = mu_msg_new_from_file (path, NULL, err);
if (!msg)
return NULL;