[dovecot-cvs] dovecot/src/master master-settings.c,1.116,1.117
cras at dovecot.org
cras at dovecot.org
Sat Apr 1 12:58:21 EEST 2006
Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv31610/src/master
Modified Files:
master-settings.c
Log Message:
Replaced %T and %R with %p and %b. %R was already used by string-reversion,
so uppercase letters should now be reserved for modifiers to avoid this in
future..
Index: master-settings.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.c,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- master-settings.c 27 Mar 2006 12:54:27 -0000 1.116
+++ master-settings.c 1 Apr 2006 09:58:19 -0000 1.117
@@ -353,7 +353,7 @@
MEMBER(pop3_reuse_xuidl) FALSE,
MEMBER(pop3_uidl_format) NULL,
MEMBER(pop3_client_workarounds) NULL,
- MEMBER(pop3_logout_format) "top=%t/%T, retr=%r/%R, del=%d/%m, size=%s",
+ MEMBER(pop3_logout_format) "top=%t/%p, retr=%r/%b, del=%d/%m, size=%s",
/* .. */
MEMBER(login_uid) 0,
More information about the dovecot-cvs
mailing list