diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 0042a21872..39127cae71 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -181,7 +181,7 @@ do_fetch_mail (gpointer in_data, gpointer op_data, CamelException *ex) } camel_object_unref (CAMEL_OBJECT (message)); } - camel_folder_sync (folder, ex); + camel_folder_sync (folder, TRUE, ex); camel_folder_free_uids (folder, uids); data->empty = FALSE; |