diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-07-16 19:41:04 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-07-16 19:41:04 +0800 |
commit | 40085e043615d8f1cdb583d014d774724e15d9b3 (patch) | |
tree | ea75e83804708b0c14210bfef2758e8658828087 /mail/mail-ops.c | |
parent | c049cedd6969d77649db15b71f4ba112d4a2c065 (diff) | |
download | gsoc2013-evolution-40085e043615d8f1cdb583d014d774724e15d9b3.tar gsoc2013-evolution-40085e043615d8f1cdb583d014d774724e15d9b3.tar.gz gsoc2013-evolution-40085e043615d8f1cdb583d014d774724e15d9b3.tar.bz2 gsoc2013-evolution-40085e043615d8f1cdb583d014d774724e15d9b3.tar.lz gsoc2013-evolution-40085e043615d8f1cdb583d014d774724e15d9b3.tar.xz gsoc2013-evolution-40085e043615d8f1cdb583d014d774724e15d9b3.tar.zst gsoc2013-evolution-40085e043615d8f1cdb583d014d774724e15d9b3.zip |
Pushing changes from the madagascar branch related to the on-disk
summary work.
svn path=/trunk/; revision=35747
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 7b3fd70551..4f38a11afb 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1620,9 +1620,9 @@ refresh_folder_desc (struct _sync_folder_msg *m) static void refresh_folder_exec (struct _sync_folder_msg *m) { - camel_folder_sync (m->folder, FALSE, &m->base.ex); + //camel_folder_sync (m->folder, FALSE, &m->base.ex); - if (!camel_exception_is_set (&m->base.ex)) + //if (!camel_exception_is_set (&m->base.ex)) camel_folder_refresh_info(m->folder, &m->base.ex); } |