* mu-msg-str.c: cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2010-11-21 13:42:28 +02:00
parent e7d453774c
commit 0bada3350f
1 changed files with 14 additions and 13 deletions

View File

@ -163,6 +163,7 @@ mu_msg_new (const char* filepath, const gchar* mdir)
ref_gmime ();
msg = g_slice_new0 (MuMsg);
msg->_prio = MU_MSG_PRIO_NONE;
if (!init_file_metadata(msg, filepath, mdir)) {
mu_msg_destroy (msg);