[dovecot-cvs] dovecot: Changed pop3_uidl_format error message once again.
dovecot at dovecot.org
dovecot at dovecot.org
Tue May 22 02:11:19 EEST 2007
details: http://hg.dovecot.org/dovecot/rev/9fdd9c18c879
changeset: 5637:9fdd9c18c879
user: Timo Sirainen <tss at iki.fi>
date: Tue May 22 02:11:16 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 d5212abd8d61 -r 9fdd9c18c879 src/pop3/main.c
--- 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 @@ 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