dovecot-2.0-sslstream: lib-index: Updated MAIL_TRANSACTION_EXT_M...

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


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/b12f7da461e3
changeset: 10382:b12f7da461e3
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 19 18:49:48 2009 -0500
description:
lib-index: Updated MAIL_TRANSACTION_EXT_MASK to include thew new _EXT_HDR_UPDATE32.

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
src/lib-index/mail-transaction-log.h |    4 ++--

diffs (14 lines):

diff -r 8b3c802556a9 -r b12f7da461e3 src/lib-index/mail-transaction-log.h
--- a/src/lib-index/mail-transaction-log.h	Thu Nov 19 18:45:21 2009 -0500
+++ b/src/lib-index/mail-transaction-log.h	Thu Nov 19 18:49:48 2009 -0500
@@ -47,8 +47,8 @@ enum mail_transaction_type {
 
 #define MAIL_TRANSACTION_EXT_MASK \
 	(MAIL_TRANSACTION_EXT_INTRO | MAIL_TRANSACTION_EXT_RESET | \
-	MAIL_TRANSACTION_EXT_HDR_UPDATE | MAIL_TRANSACTION_EXT_REC_UPDATE | \
-	MAIL_TRANSACTION_EXT_ATOMIC_INC)
+	MAIL_TRANSACTION_EXT_HDR_UPDATE | MAIL_TRANSACTION_EXT_HDR_UPDATE32 | \
+	MAIL_TRANSACTION_EXT_REC_UPDATE | MAIL_TRANSACTION_EXT_ATOMIC_INC)
 
 	/* since we'll expunge mails based on data read from transaction log,
 	   try to avoid the possibility of corrupted transaction log expunging


More information about the dovecot-cvs mailing list