Don't expunge when we sync anymore, this fixes bug #4472.
2001-12-10 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (filter_folder_filter): Don't expunge when we sync anymore, this fixes bug #4472. svn path=/trunk/; revision=14969
This commit is contained in:
committed by
Jeffrey Stedfast
parent
19339ece30
commit
b9cdb00a64
@ -1,3 +1,8 @@
|
||||
2001-12-10 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-ops.c (filter_folder_filter): Don't expunge when we sync
|
||||
anymore, this fixes bug #4472.
|
||||
|
||||
2001-12-04 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-autofilter.c (rule_from_message): Make sure that the
|
||||
|
||||
@ -123,9 +123,9 @@ filter_folder_filter (struct _mail_msg *mm)
|
||||
if (folder_uids)
|
||||
camel_folder_free_uids (folder, folder_uids);
|
||||
|
||||
/* sync and expunge */
|
||||
/* sync our source folder */
|
||||
if (!m->cache)
|
||||
camel_folder_sync (folder, TRUE, camel_exception_is_set (&mm->ex) ? NULL : &mm->ex);
|
||||
camel_folder_sync (folder, FALSE, camel_exception_is_set (&mm->ex) ? NULL : &mm->ex);
|
||||
camel_folder_thaw (folder);
|
||||
|
||||
if (m->destination)
|
||||
|
||||
Reference in New Issue
Block a user