[dovecot-cvs] dovecot/src/pop3 main.c,1.48.2.2,1.48.2.3

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


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

Modified Files:
      Tag: branch_1_0
	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.48.2.2
retrieving revision 1.48.2.3
diff -u -d -r1.48.2.2 -r1.48.2.3
--- main.c	10 Aug 2006 18:46:25 -0000	1.48.2.2
+++ main.c	20 Dec 2006 05:10:52 -0000	1.48.2.3
@@ -221,7 +221,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