aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-05 04:31:13 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-05 04:31:13 +0800
commit032dceebc5eb1bb8ca07141a54d83c765f28d3b6 (patch)
tree3cfea08dfefd7efa10c162f61c099688391fd1ed /mail
parent549a24c5216c92401cf6e17cb5a4a40622037f70 (diff)
downloadgsoc2013-evolution-032dceebc5eb1bb8ca07141a54d83c765f28d3b6.tar
gsoc2013-evolution-032dceebc5eb1bb8ca07141a54d83c765f28d3b6.tar.gz
gsoc2013-evolution-032dceebc5eb1bb8ca07141a54d83c765f28d3b6.tar.bz2
gsoc2013-evolution-032dceebc5eb1bb8ca07141a54d83c765f28d3b6.tar.lz
gsoc2013-evolution-032dceebc5eb1bb8ca07141a54d83c765f28d3b6.tar.xz
gsoc2013-evolution-032dceebc5eb1bb8ca07141a54d83c765f28d3b6.tar.zst
gsoc2013-evolution-032dceebc5eb1bb8ca07141a54d83c765f28d3b6.zip
Don't expunge the source mailbox on completion.
2000-10-04 Jeffrey Stedfast <fejj@helixcode.com> * mail-ops.c (do_filter_ondemand): Don't expunge the source mailbox on completion. svn path=/trunk/; revision=5715
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-ops.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 706e51c72b..9b69b6db46 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-04 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * mail-ops.c (do_filter_ondemand): Don't expunge the source
+ mailbox on completion.
+
2000-10-04 Dan Winship <danw@helixcode.com>
* mail-ops.c (do_scan_subfolders): Don't try to add_folders if
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 3417506a4d..98c187d52a 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -404,7 +404,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_sync (input->source, /*TRUE*/ FALSE, ex);
camel_folder_thaw (input->source);