diff dovecot-example.conf @ 2719:f8adc5cb2508 HEAD

Renamed pop3_mails_keep_recent to pop3_no_flag_updates which includes not updating seen-flag.
author Timo Sirainen <tss@iki.fi>
date Sun, 10 Oct 2004 17:32:32 +0300
parents 857f5f7b512b
children 12b503fbb8af
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Oct 10 17:21:07 2004 +0300
+++ b/dovecot-example.conf	Sun Oct 10 17:32:32 2004 +0300
@@ -426,10 +426,10 @@
   # POP3 executable location
   #mail_executable = /usr/libexec/dovecot/pop3
 
-  # Don't try to set mails non-recent with POP3 sessions. This is mostly
-  # intended to reduce disk I/O. With maildir it doesn't move files from
-  # new/ to cur/, with mbox it doesn't write Status-header.
-  #pop3_mails_keep_recent = no
+  # Don't try to set mails non-recent or seen with POP3 sessions. This is
+  # mostly intended to reduce disk I/O. With maildir it doesn't move files
+  # from new/ to cur/, with mbox it doesn't write Status-header.
+  #pop3_no_flag_updates = no
 
   # Support LAST command which exists in old POP3 specs, but has been removed
   # from new ones. Some clients still wish to use this though. Enabling this