[dovecot-cvs] dovecot/src/pop3 main.c,1.32,1.33

cras at dovecot.org cras at dovecot.org
Sun Nov 20 19:15:53 EET 2005


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

Modified Files:
	main.c 
Log Message:
Changed "pop3_uidl_format not set" error message.



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/main.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- main.c	28 Oct 2005 10:57:17 -0000	1.32
+++ main.c	20 Nov 2005 17:15:51 -0000	1.33
@@ -187,7 +187,7 @@
 
 	uidl_format = getenv("POP3_UIDL_FORMAT");
 	if (uidl_format == NULL || *uidl_format == '\0')
-		i_fatal("Set pop3_uidl_format setting in config file");
+		i_fatal("pop3_uidl_format setting is missing from config file");
 	logout_format = getenv("POP3_LOGOUT_FORMAT");
 	if (logout_format == NULL)
 		logout_format = "top=%t/%T, retr=%r/%R, del=%d/%m, size=%s";



More information about the dovecot-cvs mailing list