]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
maildir: Removed logging extraneous errors, again.
authorTimo Sirainen <tss@iki.fi>
Thu, 3 Dec 2009 17:14:45 +0000 (11:14 -0600)
committerTimo Sirainen <tss@iki.fi>
Thu, 3 Dec 2009 17:14:45 +0000 (11:14 -0600)
--HG--
branch : HEAD

src/lib-storage/index/maildir/maildir-uidlist.c

index 0b6d594d763a3196d193af4acf834ce15f2f637e..7520c7c1471bc49c74ae3e39d02ad64cf2759431 100644 (file)
@@ -1334,12 +1334,6 @@ maildir_uidlist_records_drop_expunges(struct maildir_uidlist *uidlist)
                }
        }
 
-       for (; seq <= hdr->messages_count; seq++) {
-               rec = mail_index_lookup(view, seq);
-               i_error("%s: uid=%u exists in index tail, but not in uidlist",
-                       uidlist->path, rec->uid);
-       }
-
        /* drop messages expunged at the end of index */
        while (i < count && recs[i]->uid < hdr->next_uid)
                i++;