aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2011-02-09 13:37:38 +0800
committerChenthill Palanisamy <pchenthill@novell.com>2011-02-09 13:37:38 +0800
commitb11b621c469eec59566d7986f5030bdb4142de34 (patch)
tree440a952d4e0cdb4f1a3736a51502424c4cf016d3
parent2c31a5bc23cf5a092c0621bf34554ffb2b6ae2ec (diff)
downloadgsoc2013-evolution-b11b621c469eec59566d7986f5030bdb4142de34.tar
gsoc2013-evolution-b11b621c469eec59566d7986f5030bdb4142de34.tar.gz
gsoc2013-evolution-b11b621c469eec59566d7986f5030bdb4142de34.tar.bz2
gsoc2013-evolution-b11b621c469eec59566d7986f5030bdb4142de34.tar.lz
gsoc2013-evolution-b11b621c469eec59566d7986f5030bdb4142de34.tar.xz
gsoc2013-evolution-b11b621c469eec59566d7986f5030bdb4142de34.tar.zst
gsoc2013-evolution-b11b621c469eec59566d7986f5030bdb4142de34.zip
Do not perform the summary consistency check on local folders, 'On this Computer'
-rw-r--r--mail/e-mail-local.c1
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);