From cdbf674fbe487fb2f8d9643a68b5fa9e00a0691b Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 12 Jan 2011 16:38:06 +0100 Subject: Do not hide maildir accounts from UI --- mail/e-mail-store.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mail/e-mail-store.c') 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); } -- cgit v1.2.3