changeset 9494:c9cc50405ca4 HEAD

maildir: Removed logging extraneous errors.
author Timo Sirainen <tss@iki.fi>
date Thu, 03 Dec 2009 11:11:20 -0600
parents 8472e487da49
children 24e48c1d7f79
files src/lib-storage/index/maildir/maildir-uidlist.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/maildir/maildir-uidlist.c	Thu Dec 03 10:29:24 2009 -0600
+++ b/src/lib-storage/index/maildir/maildir-uidlist.c	Thu Dec 03 11:11:20 2009 -0600
@@ -1242,9 +1242,8 @@
 			/* expunged entry */
 			i++;
 		} else if (recs[i]->uid > rec->uid) {
-			i_error("%s: uid=%u exists in index, "
-				"but not in uidlist",
-				uidlist->path, rec->uid);
+			/* index isn't up to date. we're probably just
+			   syncing it here. ignore this entry. */
 			seq++;
 		} else {
 			array_append(&new_records, &recs[i], 1);