From 032dceebc5eb1bb8ca07141a54d83c765f28d3b6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 4 Oct 2000 20:31:13 +0000 Subject: Don't expunge the source mailbox on completion. 2000-10-04 Jeffrey Stedfast * mail-ops.c (do_filter_ondemand): Don't expunge the source mailbox on completion. svn path=/trunk/; revision=5715 --- mail/ChangeLog | 5 +++++ mail/mail-ops.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'mail') 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 + + * mail-ops.c (do_filter_ondemand): Don't expunge the source + mailbox on completion. + 2000-10-04 Dan Winship * 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); -- cgit v1.2.3