diff options
Diffstat (limited to 'mail/mail-send-recv.c')
-rw-r--r-- | mail/mail-send-recv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c index fa0b9d2ec7..1736d7b7aa 100644 --- a/mail/mail-send-recv.c +++ b/mail/mail-send-recv.c @@ -384,7 +384,7 @@ get_receive_type (const gchar *url) /* HACK: since mbox is ALSO used for native evolution trees now, we need to fudge this to treat it as a special 'movemail' source */ - if (!strncmp(url, "maildir:", 5)) + if (!strncmp(url, "maildir:", 8)) return SEND_RECEIVE; provider = camel_provider_get (url, NULL); |