From b11b621c469eec59566d7986f5030bdb4142de34 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(+) (limited to 'mail/e-mail-local.c') 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