diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2010-11-23 04:28:24 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2010-11-23 04:34:03 +0800 |
commit | e3dda0436d981d9632a529aa5ca7230cb343694b (patch) | |
tree | 08c6ddc8d5daa9ecc8e037ce7ecdc9ea71327952 /mail/e-mail-store.c | |
parent | b5c8f6f9be84477d3fe201c5cc234256399542a6 (diff) | |
download | gsoc2013-evolution-e3dda0436d981d9632a529aa5ca7230cb343694b.tar.gz gsoc2013-evolution-e3dda0436d981d9632a529aa5ca7230cb343694b.tar.zst gsoc2013-evolution-e3dda0436d981d9632a529aa5ca7230cb343694b.zip |
Migrate the local store from mbox to maildir format
Diffstat (limited to 'mail/e-mail-store.c')
-rw-r--r-- | mail/e-mail-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-store.c b/mail/e-mail-store.c index 44c5c7e3a8..ac0e97562b 100644 --- a/mail/e-mail-store.c +++ b/mail/e-mail-store.c @@ -251,7 +251,7 @@ mail_store_load_accounts (EMailSession *session, /* 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, "mbox:")) + if (g_str_has_prefix (uri, "maildir:")) continue; e_mail_store_add_by_uri (session, uri, display_name); |