[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-storage.c, 1.4, 1.5

cras at dovecot.org cras at dovecot.org
Thu Jan 19 01:14:46 EET 2006


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

Modified Files:
	dbox-storage.c 
Log Message:
Added mbox_min_index_size setting.



Index: dbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-storage.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dbox-storage.c	13 Jan 2006 20:26:29 -0000	1.4
+++ dbox-storage.c	18 Jan 2006 23:14:44 -0000	1.5
@@ -296,7 +296,8 @@
 	mbox->ibox.mail_vfuncs = &dbox_mail_vfuncs;
 	mbox->ibox.is_recent = dbox_is_recent;
 
-	if (index_storage_mailbox_init(&mbox->ibox, index, name, flags) < 0) {
+	if (index_storage_mailbox_init(&mbox->ibox, index, name, flags,
+				       FALSE) < 0) {
 		/* the memory was already freed */
 		return NULL;
 	}



More information about the dovecot-cvs mailing list