dovecot: maildir_copy_with_hardlinks=yes is now the default.

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 7 11:56:19 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/23b486d0fe6d
changeset: 6207:23b486d0fe6d
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 07 11:56:15 2007 +0300
description:
maildir_copy_with_hardlinks=yes is now the default.

diffstat:

2 files changed, 2 insertions(+), 2 deletions(-)
dovecot-example.conf         |    2 +-
src/master/master-settings.c |    2 +-

diffs (24 lines):

diff -r 3f6154a837c6 -r 23b486d0fe6d dovecot-example.conf
--- 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
diff -r 3f6154a837c6 -r 23b486d0fe6d src/master/master-settings.c
--- 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 @@ struct settings default_settings = {
 	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",


More information about the dovecot-cvs mailing list