diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2011-02-09 13:37:38 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:31 +0800 |
commit | 47fd95fb1373a2e9b28e8627937d0bf6ab752d5f (patch) | |
tree | 9cddcb32309fc21460bdc2020b929bd6073cd1d2 /mail | |
parent | 8efc1bc6f91e06ca61b00eb8119c9c36697e43a6 (diff) | |
download | gsoc2013-evolution-47fd95fb1373a2e9b28e8627937d0bf6ab752d5f.tar gsoc2013-evolution-47fd95fb1373a2e9b28e8627937d0bf6ab752d5f.tar.gz gsoc2013-evolution-47fd95fb1373a2e9b28e8627937d0bf6ab752d5f.tar.bz2 gsoc2013-evolution-47fd95fb1373a2e9b28e8627937d0bf6ab752d5f.tar.lz gsoc2013-evolution-47fd95fb1373a2e9b28e8627937d0bf6ab752d5f.tar.xz gsoc2013-evolution-47fd95fb1373a2e9b28e8627937d0bf6ab752d5f.tar.zst gsoc2013-evolution-47fd95fb1373a2e9b28e8627937d0bf6ab752d5f.zip |
Do not perform the summary consistency check on local folders, 'On this Computer'
Diffstat (limited to 'mail')
-rw-r--r-- | mail/e-mail-local.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/e-mail-local.c b/mail/e-mail-local.c index d1938080d2..c5efcc06b0 100644 --- a/mail/e-mail-local.c +++ b/mail/e-mail-local.c @@ -60,6 +60,7 @@ e_mail_local_init (EMailSession *session, url = camel_url_new ("maildir:", NULL); temp = g_build_filename (data_dir, "local", NULL); camel_url_set_path (url, temp); + camel_url_set_param (url, "need-summary-check", "no"); g_free (temp); temp = camel_url_to_string (url, 0); |