]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
fix
authorTimo Sirainen <tss@iki.fi>
Wed, 29 Oct 2003 15:12:46 +0000 (17:12 +0200)
committerTimo Sirainen <tss@iki.fi>
Wed, 29 Oct 2003 15:12:46 +0000 (17:12 +0200)
--HG--
branch : HEAD

src/lib-index/mbox/mbox-sync-full.c

index 20b88d03e7b28c628ed210170bf262083f73ad62..a3ada1ea27e61ce3a7fc06046f85e8d3361d6798 100644 (file)
@@ -253,7 +253,7 @@ static int mbox_sync_from_stream(struct mail_index *index,
                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);
                }