diff dovecot-example.conf @ 4960:4714befe2604 HEAD

Added maildir_copy_preserve_filename setting.
author Timo Sirainen <timo.sirainen@movial.fi>
date Fri, 22 Dec 2006 16:20:36 +0200
parents 4ba6b31ae15e
children 1baf9dd3fc40
line wrap: on
line diff
--- a/dovecot-example.conf	Fri Dec 22 01:54:17 2006 +0200
+++ b/dovecot-example.conf	Fri Dec 22 16:20:36 2006 +0200
@@ -409,6 +409,14 @@
 # the performance much better, and it's unlikely to have any side effects.
 #maildir_copy_with_hardlinks = no
 
+# When copying a message, try to preserve the base filename. Only if the
+# destination mailbox already contains the same name (ie. the mail is being
+# copied there twice), a new name is given. The destination filename check is
+# done only by looking at dovecot-uidlist file, so if something outside
+# Dovecot does similar filename preserving copies, you may run into problems.
+# NOTE: This setting requires maildir_copy_with_hardlinks = yes to work.
+#maildir_copy_preserve_filename = no
+
 ##
 ## mbox-specific settings
 ##