[dovecot-cvs] dovecot/src/pop3 main.c,1.46,1.47
cras at dovecot.org
cras at dovecot.org
Tue May 2 22:50:49 EEST 2006
Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv30828
Modified Files:
main.c
Log Message:
Built-in pop3_logout_format default wasn't updated.
Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/main.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- main.c 27 Apr 2006 12:29:14 -0000 1.46
+++ main.c 2 May 2006 19:50:47 -0000 1.47
@@ -215,7 +215,7 @@
i_fatal("pop3_uidl_format setting is missing from 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";
+ logout_format = "top=%t/%p, retr=%r/%b, del=%d/%m, size=%s";
uidl_keymask = parse_uidl_keymask(uidl_format);
if (uidl_keymask == 0)
i_fatal("pop3_uidl_format setting doesn't contain any "
More information about the dovecot-cvs
mailing list