[dovecot-cvs] dovecot/src/pop3 main.c,1.55,1.56

tss at dovecot.org tss at dovecot.org
Wed Dec 20 05:10:59 UTC 2006


Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv2421

Modified Files:
	main.c 
Log Message:
"Set pop3_uidl_format in config file" may be easier to understand..



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/main.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- main.c	15 Dec 2006 16:55:50 -0000	1.55
+++ main.c	20 Dec 2006 05:10:55 -0000	1.56
@@ -222,7 +222,7 @@
 
 	uidl_format = getenv("POP3_UIDL_FORMAT");
 	if (uidl_format == NULL || *uidl_format == '\0')
-		i_fatal("pop3_uidl_format setting is missing from config file");
+		i_fatal("Set pop3_uidl_format in config file");
 	logout_format = getenv("POP3_LOGOUT_FORMAT");
 	if (logout_format == NULL)
 		logout_format = "top=%t/%p, retr=%r/%b, del=%d/%m, size=%s";



More information about the dovecot-cvs mailing list