changeset 4926:30c7deb0aca7 HEAD

"Set pop3_uidl_format in config file" may be easier to understand..
author Timo Sirainen <tss@iki.fi>
date Wed, 20 Dec 2006 07:10:55 +0200
parents 15fd97d86693
children ac0bafad331b
files src/pop3/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/pop3/main.c	Wed Dec 20 07:07:17 2006 +0200
+++ b/src/pop3/main.c	Wed Dec 20 07:10:55 2006 +0200
@@ -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";