aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2000-09-12 07:34:51 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-12 07:34:51 +0800
commita2c59a6e16e727022edeff4d271b397237a08d3f (patch)
tree48b4be8695680d5b1ac65b7197f0e6c1f0bb5014 /mail
parentf02e97d1f29bb089ab0c9b23f73fd9efda6347d9 (diff)
downloadgsoc2013-evolution-a2c59a6e16e727022edeff4d271b397237a08d3f.tar
gsoc2013-evolution-a2c59a6e16e727022edeff4d271b397237a08d3f.tar.gz
gsoc2013-evolution-a2c59a6e16e727022edeff4d271b397237a08d3f.tar.bz2
gsoc2013-evolution-a2c59a6e16e727022edeff4d271b397237a08d3f.tar.lz
gsoc2013-evolution-a2c59a6e16e727022edeff4d271b397237a08d3f.tar.xz
gsoc2013-evolution-a2c59a6e16e727022edeff4d271b397237a08d3f.tar.zst
gsoc2013-evolution-a2c59a6e16e727022edeff4d271b397237a08d3f.zip
added some comments (no source code changes)
svn path=/trunk/; revision=5351
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-ops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index cfcd5564dd..92b2051f5c 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -215,7 +215,7 @@ do_fetch_mail (gpointer in_data, gpointer op_data, CamelException *ex)
/* we don't care if it was filtered or not here because no matter
what it's been copied to at least 1 folder - even if it's just
- the default */
+ the default (assuming we didn't get an exception) */
if (!input->keep_on_server && !camel_exception_is_set (ex)) {
guint32 flags;
@@ -429,6 +429,7 @@ do_filter_ondemand (gpointer in_data, gpointer op_data, CamelException *ex)
gtk_object_unref (GTK_OBJECT (driver));
+ /* FIXME: when we hide deleted msgs, we may want to not expunge? */
camel_folder_sync (input->source, TRUE, ex);
camel_folder_thaw (input->source);