From: Timo Sirainen Date: Wed, 23 Dec 2009 22:25:23 +0000 (-0500) Subject: example-config: Added missing pop3_save_uidl setting. X-Git-Tag: 2.0.beta2~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b893161d68f3aa1130b20fa318bc6fe3f654a60;p=thirdparty%2Fdovecot%2Fcore.git example-config: Added missing pop3_save_uidl setting. --HG-- branch : HEAD --- diff --git a/doc/example-config/conf.d/pop3.conf b/doc/example-config/conf.d/pop3.conf index 2a94641fb5..f422db20a9 100644 --- a/doc/example-config/conf.d/pop3.conf +++ b/doc/example-config/conf.d/pop3.conf @@ -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