dovecot-2.0: example-config: Added missing pop3_save_uidl setting.

dovecot at dovecot.org dovecot at dovecot.org
Thu Dec 24 00:25:28 EET 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/263068802498
changeset: 10537:263068802498
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Dec 23 17:25:23 2009 -0500
description:
example-config: Added missing pop3_save_uidl setting.

diffstat:

1 file changed, 4 insertions(+)
doc/example-config/conf.d/pop3.conf |    4 ++++

diffs (14 lines):

diff -r 7a0a89d81699 -r 263068802498 doc/example-config/conf.d/pop3.conf
--- a/doc/example-config/conf.d/pop3.conf	Wed Dec 23 17:22:10 2009 -0500
+++ b/doc/example-config/conf.d/pop3.conf	Wed Dec 23 17:25:23 2009 -0500
@@ -42,6 +42,10 @@ protocol pop3 {
   #
   #pop3_uidl_format = %08Xu%08Xv
 
+  # Permanently save UIDLs sent to POP3 clients, so pop3_uidl_format changes
+  # won't change those UIDLs. Currently this works only with Maildir.
+  #pop3_save_uidl = no
+
   # POP3 logout format string:
   #  %i - total number of bytes read from client
   #  %o - total number of bytes sent to client


More information about the dovecot-cvs mailing list