dovecot-2.0-sslstream: maildir: Removed logging extraneous error...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:56:44 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/48b8752c793d
changeset: 10410: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