From a939d54562e93f3699f5818c1242423477fed4a8 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 7 Sep 2000 21:35:33 +0000 Subject: oops, forgot to pass "expunge" to camel_folder_sync - this should fix that svn path=/trunk/; revision=5244 --- mail/mail-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3