diff options
author | Milan Crha <mcrha@redhat.com> | 2011-01-12 23:38:06 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-01-12 23:38:06 +0800 |
commit | 7ed120d34462ba1425782d1f0788863974f47cac (patch) | |
tree | d583641373de28cf208970669a21d3355854c534 /mail/e-mail-store.c | |
parent | 88e2ead0df3a7b62c59a8ffb2d50cf1cf1b884bb (diff) | |
download | gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar.gz gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar.zst gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.zip |
Do not hide maildir accounts from UI
Diffstat (limited to 'mail/e-mail-store.c')
-rw-r--r-- | mail/e-mail-store.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/e-mail-store.c b/mail/e-mail-store.c index 1e4155bf6e..46f02705fc 100644 --- a/mail/e-mail-store.c +++ b/mail/e-mail-store.c @@ -248,12 +248,6 @@ mail_store_load_accounts (EMailSession *session, if (uri == NULL || *uri == '\0') continue; - /* HACK: mbox URI's are handled by the local store setup - * above. Any that come through as account sources - * are really movemail sources! */ - if (g_str_has_prefix (uri, "maildir:")) - continue; - e_mail_store_add_by_uri (session, uri, display_name); } |