aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-store.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-25 13:32:55 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-25 13:32:55 +0800
commite89713fcd5cff6c7d5ea14e115d1104fe4ec1572 (patch)
treeabac7d36c6cf5edafdf15b31d3e5a45842848175 /camel/providers/imap/camel-imap-store.c
parent6a601c210be648e1cb61da744a715656027aa175 (diff)
downloadgsoc2013-evolution-e89713fcd5cff6c7d5ea14e115d1104fe4ec1572.tar
gsoc2013-evolution-e89713fcd5cff6c7d5ea14e115d1104fe4ec1572.tar.gz
gsoc2013-evolution-e89713fcd5cff6c7d5ea14e115d1104fe4ec1572.tar.bz2
gsoc2013-evolution-e89713fcd5cff6c7d5ea14e115d1104fe4ec1572.tar.lz
gsoc2013-evolution-e89713fcd5cff6c7d5ea14e115d1104fe4ec1572.tar.xz
gsoc2013-evolution-e89713fcd5cff6c7d5ea14e115d1104fe4ec1572.tar.zst
gsoc2013-evolution-e89713fcd5cff6c7d5ea14e115d1104fe4ec1572.zip
Optimized to try and get the new message headers without reloading the
2000-07-25 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (camel_imap_folder_changed): Optimized to try and get the new message headers without reloading the entire summary from scratch. (imap_get_summary_internal): Will now sync() before attempting to reload the summary so that flags are set in the reloaded summary as well. svn path=/trunk/; revision=4309
Diffstat (limited to 'camel/providers/imap/camel-imap-store.c')
-rw-r--r--camel/providers/imap/camel-imap-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c
index a8f6f8c6f0..a729d1923a 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -976,7 +976,7 @@ camel_imap_command_extended (CamelImapStore *store, CamelFolder *folder, char **
CamelException *ex;
ex = camel_exception_new ();
- camel_imap_folder_changed (folder, ex);
+ camel_imap_folder_changed (folder, recent, ex);
camel_exception_free (ex);
}