diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 9820e855e9..8626a5acbb 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -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) |