dovecot-1.2: maildir: Removed logging extraneous errors, again.
dovecot at dovecot.org
dovecot at dovecot.org
Thu Dec 3 19:15:04 EET 2009
details: http://hg.dovecot.org/dovecot-1.2/rev/24e48c1d7f79
changeset: 9495:24e48c1d7f79
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 c9cc50405ca4 -r 24e48c1d7f79 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
@@ -1251,12 +1251,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