[dovecot-cvs] dovecot/src/lib-storage/index index-storage.c, 1.85.2.2, 1.85.2.3

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


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

Modified Files:
      Tag: branch_1_0
	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.85.2.2
retrieving revision 1.85.2.3
diff -u -d -r1.85.2.2 -r1.85.2.3
--- index-storage.c	7 Aug 2006 12:42:25 -0000	1.85.2.2
+++ index-storage.c	13 Oct 2006 15:22:13 -0000	1.85.2.3
@@ -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