[dovecot-cvs] dovecot/src/lib-index/mbox mbox-sync-full.c,1.17,1.18

cras at procontrol.fi cras at procontrol.fi
Wed Oct 29 17:12:49 EET 2003


Update of /home/cvs/dovecot/src/lib-index/mbox
In directory danu:/tmp/cvs-serv18996/lib-index/mbox

Modified Files:
	mbox-sync-full.c 
Log Message:
fix



Index: mbox-sync-full.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mbox/mbox-sync-full.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- mbox-sync-full.c	5 Oct 2003 17:23:38 -0000	1.17
+++ mbox-sync-full.c	29 Oct 2003 15:12:46 -0000	1.18
@@ -253,7 +253,7 @@
 		if (!match_next_record(index, rec, &seq, input, &rec, &dirty))
 			return FALSE;
 
-		if (rec == NULL && seq <= index->header->messages_count) {
+		if (rec == NULL) {
 			/* Get back to line before From */
 			i_stream_seek(input, from_offset);
 		}



More information about the dovecot-cvs mailing list