aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-send-recv.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-01-12 23:38:06 +0800
committerMilan Crha <mcrha@redhat.com>2011-01-12 23:38:06 +0800
commit7ed120d34462ba1425782d1f0788863974f47cac (patch)
treed583641373de28cf208970669a21d3355854c534 /mail/mail-send-recv.c
parent88e2ead0df3a7b62c59a8ffb2d50cf1cf1b884bb (diff)
downloadgsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar
gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar.gz
gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar.bz2
gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar.lz
gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar.xz
gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar.zst
gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.zip
Do not hide maildir accounts from UI
Diffstat (limited to 'mail/mail-send-recv.c')
-rw-r--r--mail/mail-send-recv.c2
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);