[dovecot-cvs] dovecot/src/lib-storage/index index-storage.c, 1.88, 1.89

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


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

Modified Files:
	index-storage.c 
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: index-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-storage.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- index-storage.c	7 Aug 2006 12:42:38 -0000	1.88
+++ index-storage.c	13 Oct 2006 15:22:18 -0000	1.89
@@ -327,8 +327,6 @@
 		     ibox->box.pool, sizeof(void *), 5);
 
 	index_flags = move_to_memory ? 0 : MAIL_INDEX_OPEN_FLAG_CREATE;
-	if ((flags & MAILBOX_OPEN_FAST) != 0)
-		index_flags |= MAIL_INDEX_OPEN_FLAG_FAST;
 	if ((storage->flags & MAIL_STORAGE_FLAG_MMAP_DISABLE) != 0)
 		index_flags |= MAIL_INDEX_OPEN_FLAG_MMAP_DISABLE;
 #ifndef MMAP_CONFLICTS_WRITE



More information about the dovecot-cvs mailing list