changeset 6207:23b486d0fe6d HEAD

maildir_copy_with_hardlinks=yes is now the default.
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Aug 2007 11:56:15 +0300
parents 3f6154a837c6
children 6c7512333e2f
files dovecot-example.conf src/master/master-settings.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Tue Aug 07 11:54:42 2007 +0300
+++ b/dovecot-example.conf	Tue Aug 07 11:56:15 2007 +0300
@@ -435,7 +435,7 @@
 
 # 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
+#maildir_copy_with_hardlinks = yes
 
 # 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
--- a/src/master/master-settings.c	Tue Aug 07 11:54:42 2007 +0300
+++ b/src/master/master-settings.c	Tue Aug 07 11:56:15 2007 +0300
@@ -243,7 +243,7 @@
 	MEMBER(mailbox_list_index_disable) FALSE,
 	MEMBER(lock_method) "fcntl",
 	MEMBER(maildir_stat_dirs) FALSE,
-	MEMBER(maildir_copy_with_hardlinks) FALSE,
+	MEMBER(maildir_copy_with_hardlinks) TRUE,
 	MEMBER(maildir_copy_preserve_filename) FALSE,
 	MEMBER(mbox_read_locks) "fcntl",
 	MEMBER(mbox_write_locks) "dotlock fcntl",