changeset 14657:a4cd22976ddb

example-config: imap_logout_format default was wrong.
author Timo Sirainen <tss@iki.fi>
date Fri, 15 Jun 2012 17:12:24 +0300
parents cad676b57cc8
children 8de41fa0fbf1
files doc/example-config/conf.d/20-imap.conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/example-config/conf.d/20-imap.conf	Fri Jun 15 15:12:33 2012 +0300
+++ b/doc/example-config/conf.d/20-imap.conf	Fri Jun 15 17:12:24 2012 +0300
@@ -18,7 +18,7 @@
   # IMAP logout format string:
   #  %i - total number of bytes read from client
   #  %o - total number of bytes sent to client
-  #imap_logout_format = bytes=%i/%o
+  #imap_logout_format = in=%i out=%o
 
   # Override the IMAP CAPABILITY response. If the value begins with '+',
   # add the given capabilities on top of the defaults (e.g. +XFOO XBAR).