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
This commit is contained in:
Jeffrey Stedfast
2000-10-04 20:31:13 +00:00
committed by Jeffrey Stedfast
parent 549a24c521
commit 032dceebc5
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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);