changeset 5637:9fdd9c18c879 HEAD

Changed pop3_uidl_format error message once again.
author Timo Sirainen <tss@iki.fi>
date Tue, 22 May 2007 02:11:16 +0300
parents d5212abd8d61
children 21fbdc921152
files src/pop3/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/pop3/main.c	Tue May 22 01:38:23 2007 +0300
+++ b/src/pop3/main.c	Tue May 22 02:11:16 2007 +0300
@@ -220,7 +220,7 @@
 
 	uidl_format = getenv("POP3_UIDL_FORMAT");
 	if (uidl_format == NULL || *uidl_format == '\0')
-		i_fatal("Set pop3_uidl_format in config file");
+		i_fatal("You must configure pop3_uidl_format in dovecot.conf");
 	logout_format = getenv("POP3_LOGOUT_FORMAT");
 	if (logout_format == NULL)
 		logout_format = "top=%t/%p, retr=%r/%b, del=%d/%m, size=%s";