[dovecot-cvs] dovecot-1.0: Changed pop3_uidl_format error message once again.
dovecot at dovecot.org
dovecot at dovecot.org
Tue May 22 02:11:16 EEST 2007
details: http://hg.dovecot.org/dovecot-1.0/rev/ac9475b28a58
changeset: 5282:ac9475b28a58
user: Timo Sirainen <tss at iki.fi>
date: Tue May 22 02:11:12 2007 +0300
description:
Changed pop3_uidl_format error message once again.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/pop3/main.c | 2 +-
diffs (12 lines):
diff -r 0a67831778ed -r ac9475b28a58 src/pop3/main.c
--- a/src/pop3/main.c Tue May 22 01:38:22 2007 +0300
+++ b/src/pop3/main.c Tue May 22 02:11:12 2007 +0300
@@ -228,7 +228,7 @@ static int main_init(void)
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";
More information about the dovecot-cvs
mailing list