1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-24 07:26:49 +02:00
This commit is contained in:
djcb 2013-05-22 00:07:01 +03:00
parent 0cb5f9145e
commit 2ae389afe1

View File

@ -816,7 +816,7 @@ get_target_mdir (MuMsg *msg, const char *target_maildir, GError **err)
rootmaildir = mu_maildir_get_maildir_from_path (mu_msg_get_path(msg));
if (!rootmaildir) {
mu_util_g_set_error (err, MU_ERROR_GMIME,
"cannot determinex maildir");
"cannot determine maildir");
return NULL;
}