[dovecot-cvs] dovecot/src/master master-settings.h,1.67,1.68

cras at dovecot.org cras at dovecot.org
Sun Jan 15 23:14:13 EET 2006


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

Modified Files:
	master-settings.h 
Log Message:
mail_max_keyword_length is integer, not boolean.



Index: master-settings.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- master-settings.h	15 Jan 2006 13:16:53 -0000	1.67
+++ master-settings.h	15 Jan 2006 21:14:10 -0000	1.68
@@ -71,7 +71,7 @@
 	unsigned int mailbox_idle_check_interval;
 	bool mail_debug;
 	bool mail_full_filesystem_access;
-	bool mail_max_keyword_length;
+	unsigned int mail_max_keyword_length;
 	bool mail_save_crlf;
 	bool mail_read_mmaped;
 	bool mmap_disable;



More information about the dovecot-cvs mailing list