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/mail-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-ops.c') 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