[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.98,1.99

cras at dovecot.org cras at dovecot.org
Fri Sep 30 21:55:02 EEST 2005


Update of /var/lib/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv7270/lib-storage

Modified Files:
	mail-storage.h 
Log Message:
Added MAILBOX_OPEN_NO_INDEX_FILES flag and made streamed mboxes by default
also indexed.



Index: mail-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- mail-storage.h	7 Aug 2005 11:41:26 -0000	1.98
+++ mail-storage.h	30 Sep 2005 18:55:00 -0000	1.99
@@ -37,7 +37,9 @@
 	   (eg. when opening mailbox just for STATUS). */
 	MAILBOX_OPEN_FAST		= 0x02,
 	/* Don't reset MAIL_RECENT flags when syncing */
-	MAILBOX_OPEN_KEEP_RECENT	= 0x04
+	MAILBOX_OPEN_KEEP_RECENT	= 0x04,
+	/* Don't create index files for the mailbox */
+	MAILBOX_OPEN_NO_INDEX_FILES	= 0x08
 };
 
 enum mailbox_list_flags {



More information about the dovecot-cvs mailing list