]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-index: Updated MAIL_TRANSACTION_EXT_MASK to include thew new _EXT_HDR_UPDATE32.
authorTimo Sirainen <tss@iki.fi>
Thu, 19 Nov 2009 23:49:48 +0000 (18:49 -0500)
committerTimo Sirainen <tss@iki.fi>
Thu, 19 Nov 2009 23:49:48 +0000 (18:49 -0500)
--HG--
branch : HEAD

src/lib-index/mail-transaction-log.h

index 5c0e1d96fd1a5e2152d81f8bd5c5cdf72cf2f153..ddadd0196bff426162bdf7f560b5a61e28e78dfa 100644 (file)
@@ -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