From 47fd95fb1373a2e9b28e8627937d0bf6ab752d5f Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Wed, 9 Feb 2011 11:07:38 +0530 Subject: Do not perform the summary consistency check on local folders, 'On this Computer' --- mail/e-mail-local.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3