# HG changeset patch # User Timo Sirainen # Date 1259860280 21600 # Node ID c9cc50405ca421d652d23493ab5e1db5862833ca # Parent 8472e487da49e6ca3c5b78960cf1f8428bcd3559 maildir: Removed logging extraneous errors. diff -r 8472e487da49 -r c9cc50405ca4 src/lib-storage/index/maildir/maildir-uidlist.c --- 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);