[dovecot-cvs] dovecot/src/pop3 main.c,1.29,1.30

cras at dovecot.org cras at dovecot.org
Sun Oct 16 17:59:14 EEST 2005


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

Modified Files:
	main.c 
Log Message:
pop3_uidl_format is now required to be explicitly set. There is no default
anymore.



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/main.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- main.c	3 Oct 2005 21:25:04 -0000	1.29
+++ main.c	16 Oct 2005 14:59:12 -0000	1.30
@@ -186,7 +186,7 @@
 
 	uidl_format = getenv("POP3_UIDL_FORMAT");
 	if (uidl_format == NULL)
-		uidl_format = "%v.%u";
+		i_fatal("Set pop3_uidl_format setting in 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