[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-storage.c, 1.12, 1.13

cras at dovecot.org cras at dovecot.org
Wed Apr 12 22:40:25 EEST 2006


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

Modified Files:
	dbox-storage.c 
Log Message:
dbox settings in config file didn't work, and the defaults were also a bit
broken.



Index: dbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-storage.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- dbox-storage.c	12 Apr 2006 16:52:02 -0000	1.12
+++ dbox-storage.c	12 Apr 2006 19:40:22 -0000	1.13
@@ -347,7 +347,7 @@
 	if (value != NULL)
 		mbox->rotate_days = (unsigned int)strtoul(value, NULL, 10);
 	else
-		mbox->rotate_size = DBOX_DEFAULT_ROTATE_DAYS;
+		mbox->rotate_days = DBOX_DEFAULT_ROTATE_DAYS;
 
 	mbox->storage = storage;
 	mbox->path = p_strdup(pool, path);



More information about the dovecot-cvs mailing list