[dovecot-cvs] dovecot/src/master master-settings.c, 1.125.2.7, 1.125.2.8

cras at dovecot.org cras at dovecot.org
Sun Jul 2 22:19:36 EEST 2006


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

Modified Files:
      Tag: branch_1_0
	master-settings.c 
Log Message:
mail_cache_min_mail_count is supposed to be an integer, not a string.



Index: master-settings.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.c,v
retrieving revision 1.125.2.7
retrieving revision 1.125.2.8
diff -u -d -r1.125.2.7 -r1.125.2.8
--- master-settings.c	2 Jul 2006 17:54:36 -0000	1.125.2.7
+++ master-settings.c	2 Jul 2006 19:19:33 -0000	1.125.2.8
@@ -110,7 +110,7 @@
 	DEF(SET_STR, default_mail_env),
 	DEF(SET_STR, mail_cache_fields),
 	DEF(SET_STR, mail_never_cache_fields),
-	DEF(SET_STR, mail_cache_min_mail_count),
+	DEF(SET_INT, mail_cache_min_mail_count),
 	DEF(SET_INT, mailbox_idle_check_interval),
 	DEF(SET_BOOL, mail_debug),
 	DEF(SET_BOOL, mail_full_filesystem_access),



More information about the dovecot-cvs mailing list