diff src/lib-storage/index/maildir/maildir-sync.c @ 6800:ca849e28a062 HEAD

NFS: Delay flushing dovecot-uidlist's attribute cache until we find an unseen file or UID.
author Timo Sirainen <tss@iki.fi>
date Thu, 15 Nov 2007 01:54:56 +0200
parents 186b164a9579
children 64e0f45e8dc3
line wrap: on
line diff
--- a/src/lib-storage/index/maildir/maildir-sync.c	Thu Nov 15 00:46:43 2007 +0200
+++ b/src/lib-storage/index/maildir/maildir-sync.c	Thu Nov 15 01:54:56 2007 +0200
@@ -660,7 +660,7 @@
 	if (ctx->mbox->ibox.keep_recent)
 		return FALSE;
 
-	(void)maildir_uidlist_refresh(ctx->mbox->uidlist);
+	(void)maildir_uidlist_refresh(ctx->mbox->uidlist, FALSE);
 
 	/* if there are files in new/, we'll need to move them. we'll check
 	   this by checking if we have any recent messages */