changeset 10537:263068802498 HEAD

example-config: Added missing pop3_save_uidl setting.
author Timo Sirainen <tss@iki.fi>
date Wed, 23 Dec 2009 17:25:23 -0500
parents 7a0a89d81699
children 6f67d3ce4ac4
files doc/example-config/conf.d/pop3.conf
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
   #
   #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