From: Timo Sirainen Date: Thu, 19 Nov 2009 23:49:48 +0000 (-0500) Subject: lib-index: Updated MAIL_TRANSACTION_EXT_MASK to include thew new _EXT_HDR_UPDATE32. X-Git-Tag: 2.0.beta1~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=041d312b44f8d41f0c9a5762c23e4d146ef7302b;p=thirdparty%2Fdovecot%2Fcore.git lib-index: Updated MAIL_TRANSACTION_EXT_MASK to include thew new _EXT_HDR_UPDATE32. --HG-- branch : HEAD --- diff --git a/src/lib-index/mail-transaction-log.h b/src/lib-index/mail-transaction-log.h index 5c0e1d96fd..ddadd0196b 100644 --- a/src/lib-index/mail-transaction-log.h +++ b/src/lib-index/mail-transaction-log.h @@ -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