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:

committed by
Jeffrey Stedfast

parent
549a24c521
commit
032dceebc5
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user