dovecot-2.0: maildir: Removed logging extraneous errors, again.
dovecot at dovecot.org
dovecot at dovecot.org
Thu Dec 3 19:15:03 EET 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/48b8752c793d
changeset: 10409:48b8752c793d
user: Timo Sirainen <tss at iki.fi>
date: Thu Dec 03 11:14:45 2009 -0600
description:
maildir: Removed logging extraneous errors, again.
diffstat:
1 file changed, 6 deletions(-)
src/lib-storage/index/maildir/maildir-uidlist.c | 6 ------
diffs (16 lines):
diff -r 68309cd6548d -r 48b8752c793d src/lib-storage/index/maildir/maildir-uidlist.c
--- a/src/lib-storage/index/maildir/maildir-uidlist.c Thu Dec 03 11:11:20 2009 -0600
+++ b/src/lib-storage/index/maildir/maildir-uidlist.c Thu Dec 03 11:14:45 2009 -0600
@@ -1334,12 +1334,6 @@ maildir_uidlist_records_drop_expunges(st
}
}
- 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++;
More information about the dovecot-cvs
mailing list