diff dovecot-example.conf @ 4959:4ba6b31ae15e HEAD

Changed maildir_copy_with_hardlinks setting's description to be much more positive. It'll probably be set to yes by default in v2.0.
author Timo Sirainen <tss@iki.fi>
date Fri, 22 Dec 2006 01:54:17 +0200
parents 8bc6aeec99d9
children 4714befe2604
line wrap: on
line diff
--- a/dovecot-example.conf	Thu Dec 21 23:25:25 2006 +0200
+++ b/dovecot-example.conf	Fri Dec 22 01:54:17 2006 +0200
@@ -398,19 +398,15 @@
 ## Maildir-specific settings
 ##
 
-# By default LIST command returns all entries in maildir beginning with dot.
+# By default LIST command returns all entries in maildir beginning with a dot.
 # Enabling this option makes Dovecot return only entries which are directories.
 # This is done by stat()ing each entry, so it causes more disk I/O.
 # (For systems setting struct dirent->d_type, this check is free and it's
 # done always regardless of this setting)
 #maildir_stat_dirs = no
 
-# Copy mail to another folders using hard links. This is much faster than
-# actually copying the file. This is problematic only if something modifies
-# the mail in one folder but doesn't want it modified in the others. I don't
-# know any MUA which would modify mail files directly. IMAP protocol also
-# requires that the mails don't change, so it would be problematic in any case.
-# If you care about performance, enable it.
+# When copying a message, do it with hard links whenever possible. This makes
+# the performance much better, and it's unlikely to have any side effects.
 #maildir_copy_with_hardlinks = no
 
 ##