[dovecot-cvs] dovecot/src/lib-index mail-index.h,1.160,1.161

tss at dovecot.org tss at dovecot.org
Fri Oct 13 16:22:18 UTC 2006


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv18297/lib-index

Modified Files:
	mail-index.h 
Log Message:
Removed MAIL_INDEX_OPEN_FLAG_FAST. It wasn't being used, and we probably
want to have that as a default anyway.



Index: mail-index.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index.h,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- mail-index.h	28 Jun 2006 16:31:05 -0000	1.160
+++ mail-index.h	13 Oct 2006 15:22:15 -0000	1.161
@@ -11,9 +11,6 @@
 enum mail_index_open_flags {
 	/* Create index if it doesn't exist */
 	MAIL_INDEX_OPEN_FLAG_CREATE		= 0x01,
-	/* Open the index as fast as possible - do only minimal checks and
-	   delay opening cache/log files unless they're needed. */
-	MAIL_INDEX_OPEN_FLAG_FAST		= 0x02,
 	/* Don't try to mmap() index files */
 	MAIL_INDEX_OPEN_FLAG_MMAP_DISABLE	= 0x04,
 	/* Don't try to write() to mmap()ed index files. Required for the few



More information about the dovecot-cvs mailing list