]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Added missing pop3_save_uidl setting.
authorTimo Sirainen <tss@iki.fi>
Wed, 23 Dec 2009 22:25:23 +0000 (17:25 -0500)
committerTimo Sirainen <tss@iki.fi>
Wed, 23 Dec 2009 22:25:23 +0000 (17:25 -0500)
--HG--
branch : HEAD

doc/example-config/conf.d/pop3.conf

index 2a94641fb575fbc6bc58923226a38424c027f2ac..f422db20a970718e6f8cb9e9744b34e3dedc1c30 100644 (file)
@@ -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