dovecot-2.0: logview: UID updates increase modseq.
dovecot at dovecot.org
dovecot at dovecot.org
Thu Aug 6 03:30:53 EEST 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/1c0132ccb0be
changeset: 9734:1c0132ccb0be
user: Timo Sirainen <tss at iki.fi>
date: Wed Aug 05 20:29:52 2009 -0400
description:
logview: UID updates increase modseq.
diffstat:
1 file changed, 1 insertion(+)
src/util/logview.c | 1 +
diffs (11 lines):
diff -r fd534ee2c08e -r 1c0132ccb0be src/util/logview.c
--- a/src/util/logview.c Wed Aug 05 20:29:24 2009 -0400
+++ b/src/util/logview.c Wed Aug 05 20:29:52 2009 -0400
@@ -64,6 +64,7 @@ mail_transaction_header_has_modseq(const
case MAIL_TRANSACTION_FLAG_UPDATE:
case MAIL_TRANSACTION_KEYWORD_UPDATE:
case MAIL_TRANSACTION_KEYWORD_RESET:
+ case MAIL_TRANSACTION_UID_UPDATE:
/* these changes increase modseq */
return TRUE;
}
More information about the dovecot-cvs
mailing list