dovecot: Removed outdated FIXME comment
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jul 9 05:44:46 EEST 2007
details: http://hg.dovecot.org/dovecot/rev/6371b2a7178f
changeset: 5931:6371b2a7178f
user: Timo Sirainen <tss at iki.fi>
date: Mon Jul 09 04:31:46 2007 +0300
description:
Removed outdated FIXME comment
diffstat:
1 file changed, 3 deletions(-)
src/lib-storage/index/maildir/maildir-sync-index.c | 3 ---
diffs (13 lines):
diff -r 7cbeeb953b92 -r 6371b2a7178f src/lib-storage/index/maildir/maildir-sync-index.c
--- a/src/lib-storage/index/maildir/maildir-sync-index.c Mon Jul 09 01:46:48 2007 +0300
+++ b/src/lib-storage/index/maildir/maildir-sync-index.c Mon Jul 09 04:31:46 2007 +0300
@@ -400,9 +400,6 @@ int maildir_sync_index(struct maildir_in
if ((ctx->flags & ~MAIL_RECENT) !=
(rec->flags & (MAIL_FLAGS_MASK^MAIL_RECENT))) {
- /* FIXME: this is wrong if there's pending changes in
- transaction log already. it gets fixed in next sync
- however.. */
mail_index_update_flags(trans, seq, MODIFY_REPLACE,
ctx->flags);
} else if ((ctx->flags & MAIL_RECENT) == 0 &&
More information about the dovecot-cvs
mailing list