* mu-msg-str.c: cosmetics
This commit is contained in:
@ -163,6 +163,7 @@ mu_msg_new (const char* filepath, const gchar* mdir)
|
|||||||
ref_gmime ();
|
ref_gmime ();
|
||||||
|
|
||||||
msg = g_slice_new0 (MuMsg);
|
msg = g_slice_new0 (MuMsg);
|
||||||
|
msg->_prio = MU_MSG_PRIO_NONE;
|
||||||
|
|
||||||
if (!init_file_metadata(msg, filepath, mdir)) {
|
if (!init_file_metadata(msg, filepath, mdir)) {
|
||||||
mu_msg_destroy (msg);
|
mu_msg_destroy (msg);
|
||||||
|
|||||||
Reference in New Issue
Block a user