diff dovecot-example.conf @ 2666:0ba82d7a5aba HEAD

Updated mbox_dirty_syncs and mbox_lazy_writes comments.
author Timo Sirainen <tss@iki.fi>
date Fri, 24 Sep 2004 14:49:46 +0300
parents add94f9aa9e1
children 5f2c5b65b0cd
line wrap: on
line diff
--- a/dovecot-example.conf	Fri Sep 24 14:47:30 2004 +0300
+++ b/dovecot-example.conf	Fri Sep 24 14:49:46 2004 +0300
@@ -306,12 +306,14 @@
 # fallbacks to re-reading the whole mbox file whenever something in mbox isn't
 # how it's expected to be. The only real downside to this setting is that if
 # some other MUA changes message flags, Dovecot doesn't notice it immediately.
-# Note that a full sync is done with EXPUNGE, CHECK, CLOSE and LOGOUT commands.
+# Note that a full sync is done with SELECT, EXAMINE, EXPUNGE and CHECK 
+# commands.
 #mbox_dirty_syncs = yes
 
-# Delay writing mbox headers until doing a full sync (see above). This is
-# especially useful for POP3 where clients often delete all mails. The downside
-# is that our changes aren't immediately visible to other MUAs.
+# Delay writing mbox headers until doing a full write sync (EXPUNGE and CHECK
+# commands and when closing the mailbox). This is especially useful for POP3
+# where clients often delete all mails. The downside is that our changes
+# aren't immediately visible to other MUAs.
 #mbox_lazy_writes = yes
 
 # umask to use for mail files and directories