diff src/lib-storage/index/maildir/maildir-sync-index.c @ 9018:0bb192fe0abd HEAD

Maildir: More fixes to uidlist handling.
author Timo Sirainen <tss@iki.fi>
date Mon, 04 May 2009 16:43:59 -0400
parents 88aeadb32151
children 51aee73e49a5
line wrap: on
line diff
--- a/src/lib-storage/index/maildir/maildir-sync-index.c	Mon May 04 16:42:43 2009 -0400
+++ b/src/lib-storage/index/maildir/maildir-sync-index.c	Mon May 04 16:43:59 2009 -0400
@@ -556,7 +556,8 @@
 	mail_index_view_close(&view2);
 
 	if (ctx->uidlist_sync_ctx != NULL) {
-		if (maildir_uidlist_sync_deinit(&ctx->uidlist_sync_ctx) < 0)
+		if (maildir_uidlist_sync_deinit(&ctx->uidlist_sync_ctx,
+						TRUE) < 0)
 			ret = -1;
 	}