diff src/lib-index/mail-transaction-log.h @ 5749:420a386fa27a HEAD

int/ext/mailbox sync offset changes: Combined mailbox and int offsets to "tail" offset and renamed ext offset to "head". This makes it clearer how they're supposed to be used.
author Timo Sirainen <tss@iki.fi>
date Fri, 15 Jun 2007 23:52:47 +0300
parents c71f611bbffc
children 4ea31bf18a56
line wrap: on
line diff
--- a/src/lib-index/mail-transaction-log.h	Fri Jun 15 23:49:52 2007 +0300
+++ b/src/lib-index/mail-transaction-log.h	Fri Jun 15 23:52:47 2007 +0300
@@ -31,6 +31,10 @@
 
 	MAIL_TRANSACTION_TYPE_MASK		= 0x0000ffff,
 
+#define MAIL_TRANSACTION_EXT_MASK \
+	(MAIL_TRANSACTION_EXT_INTRO | MAIL_TRANSACTION_EXT_RESET | \
+	MAIL_TRANSACTION_EXT_HDR_UPDATE | MAIL_TRANSACTION_EXT_REC_UPDATE)
+
 	/* since we'll expunge mails based on data read from transaction log,
 	   try to avoid the possibility of corrupted transaction log expunging
 	   messages. this value is ORed to the actual MAIL_TRANSACTION_EXPUNGE