[evolution/webkit] Do not perform the summary consistency check on local folders, 'On this Computer'



commit 0c3c8b86d3256cb447373550ecfa0ee380070d73
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Wed Feb 9 11:07:38 2011 +0530

    Do not perform the summary consistency check on local folders, 'On this Computer'

 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 d193808..c5efcc0 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]