[dovecot-cvs] dovecot/src/master master-settings.c, 1.96, 1.97 master-settings.h, 1.64, 1.65

cras at dovecot.org cras at dovecot.org
Wed Jan 11 21:26:10 EET 2006


Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv10107/src/master

Modified Files:
	master-settings.c master-settings.h 
Log Message:
Added dbox_rotate_min_size and fixed rotation checks.



Index: master-settings.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- master-settings.c	5 Jan 2006 01:19:42 -0000	1.96
+++ master-settings.c	11 Jan 2006 19:26:07 -0000	1.97
@@ -117,6 +117,7 @@
 	DEF(SET_BOOL, mbox_very_dirty_syncs),
 	DEF(SET_BOOL, mbox_lazy_writes),
 	DEF(SET_INT, dbox_rotate_size),
+	DEF(SET_INT, dbox_rotate_min_size),
 	DEF(SET_INT, dbox_rotate_days),
 	DEF(SET_INT, umask),
 	DEF(SET_BOOL, mail_drop_priv_before_exec),
@@ -316,6 +317,7 @@
 	MEMBER(mbox_very_dirty_syncs) FALSE,
 	MEMBER(mbox_lazy_writes) TRUE,
 	MEMBER(dbox_rotate_size) 2048,
+	MEMBER(dbox_rotate_min_size) 16,
 	MEMBER(dbox_rotate_days) 1,
 	MEMBER(umask) 0077,
 	MEMBER(mail_drop_priv_before_exec) FALSE,

Index: master-settings.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.h,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- master-settings.h	5 Jan 2006 01:19:42 -0000	1.64
+++ master-settings.h	11 Jan 2006 19:26:07 -0000	1.65
@@ -86,6 +86,7 @@
 	int mbox_very_dirty_syncs;
 	int mbox_lazy_writes;
 	unsigned int dbox_rotate_size;
+	unsigned int dbox_rotate_min_size;
 	unsigned int dbox_rotate_days;
 	unsigned int umask;
 	int mail_drop_priv_before_exec;



More information about the dovecot-cvs mailing list