[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-sync.c, 1.68, 1.69

cras at dovecot.org cras at dovecot.org
Fri Dec 30 21:34:09 EET 2005


Update of /var/lib/cvs/dovecot/src/lib-storage/index/maildir
In directory talvi:/tmp/cvs-serv11792

Modified Files:
	maildir-sync.c 
Log Message:
Accidentally had changed !partial-check to partial-check. Because of this
external expunges weren't always noticed and there might have been some
errors about UIDs being invalid.



Index: maildir-sync.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/maildir/maildir-sync.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- maildir-sync.c	30 Dec 2005 19:12:46 -0000	1.68
+++ maildir-sync.c	30 Dec 2005 19:34:06 -0000	1.69
@@ -1062,7 +1062,7 @@
 	maildir_uidlist_iter_deinit(iter);
 	array_free(&keywords);
 
-	if (partial) {
+	if (!partial) {
 		/* expunge the rest */
 		for (seq++; seq <= hdr->messages_count; seq++)
 			mail_index_expunge(trans, seq);



More information about the dovecot-cvs mailing list