diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2011-02-09 13:37:38 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2011-02-09 13:37:38 +0800 |
commit | b11b621c469eec59566d7986f5030bdb4142de34 (patch) | |
tree | 440a952d4e0cdb4f1a3736a51502424c4cf016d3 /mail/e-mail-local.c | |
parent | 2c31a5bc23cf5a092c0621bf34554ffb2b6ae2ec (diff) | |
download | gsoc2013-evolution-b11b621c469eec59566d7986f5030bdb4142de34.tar.gz gsoc2013-evolution-b11b621c469eec59566d7986f5030bdb4142de34.tar.zst gsoc2013-evolution-b11b621c469eec59566d7986f5030bdb4142de34.zip |
Do not perform the summary consistency check on local folders, 'On this Computer'
Diffstat (limited to 'mail/e-mail-local.c')
-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); |