[dovecot-cvs] dovecot/src/imap main.c,1.45,1.46

cras at procontrol.fi cras at procontrol.fi
Sun May 2 23:33:56 EEST 2004


Update of /home/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv3552/src/imap

Modified Files:
	main.c 
Log Message:
and a few more custom flag -> keyword changes



Index: main.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/main.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- main.c	2 May 2004 20:32:15 -0000	1.45
+++ main.c	2 May 2004 20:33:51 -0000	1.46
@@ -113,7 +113,7 @@
 		(unsigned int)strtoul(str, NULL, 10) :
 		DEFAULT_IMAP_MAX_LINE_LENGTH;
 
-	str = getenv("MAIL_MAX_FLAG_LENGTH");
+	str = getenv("MAIL_MAX_KEYWORD_LENGTH");
 	max_keyword_length = str != NULL ?
 		(unsigned int)strtoul(str, NULL, 10) :
 		DEFAULT_MAX_KEYWORD_LENGTH;



More information about the dovecot-cvs mailing list