changeset 13189:916974b550a3

lib-index: MAIL_INDEX_SYNC_FLAG_DELETING_INDEX comment updated
author Timo Sirainen <tss@iki.fi>
date Tue, 09 Aug 2011 16:33:19 +0300
parents 6db2f76bc493
children 8e0fb1d59be6
files src/lib-index/mail-index.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-index.h	Tue Aug 09 16:32:27 2011 +0300
+++ b/src/lib-index/mail-index.h	Tue Aug 09 16:33:19 2011 +0300
@@ -143,7 +143,8 @@
 	MAIL_INDEX_SYNC_FLAG_REQUIRE_CHANGES	= 0x08,
 	/* Create the transaction with FSYNC flag */
 	MAIL_INDEX_SYNC_FLAG_FSYNC		= 0x10,
-	/* If we see "delete index" request transaction, finish it */
+	/* If we see "delete index" request transaction, finish it.
+	   This flag also allows commiting more changes to a deleted index. */
 	MAIL_INDEX_SYNC_FLAG_DELETING_INDEX	= 0x20
 };