diff dovecot-example.conf @ 4118:b66da5c1a94b HEAD

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..
author Timo Sirainen <tss@iki.fi>
date Sat, 01 Apr 2006 12:57:55 +0300
parents e1774d677536
children c9afd13cf2d5
line wrap: on
line diff
--- a/dovecot-example.conf	Sat Apr 01 12:36:25 2006 +0300
+++ b/dovecot-example.conf	Sat Apr 01 12:57:55 2006 +0300
@@ -538,13 +538,13 @@
 
   # POP3 logout format string:
   #  %t - number of TOP commands
-  #  %T - number of bytes sent to client as a result of TOP command
+  #  %p - number of bytes sent to client as a result of TOP command
   #  %r - number of RETR commands
-  #  %R - number of bytes sent to client as a result of RETR command
+  #  %b - number of bytes sent to client as a result of RETR command
   #  %d - number of deleted messages
   #  %m - number of messages (before deletion)
   #  %s - mailbox size in bytes (before deletion)
-  #pop3_logout_format = top=%t/%T, retr=%r/%R, del=%d/%m, size=%s
+  #pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated
   # list of plugins to load.