[dovecot-cvs] dovecot dovecot-example.conf,1.232,1.233
tss-movial at dovecot.org
tss-movial at dovecot.org
Fri Dec 22 14:20:38 UTC 2006
- Previous message: [dovecot-cvs] dovecot/src/master mail-process.c, 1.96.2.10, 1.96.2.11 master-settings.c, 1.125.2.18, 1.125.2.19 master-settings.h, 1.83.2.5, 1.83.2.6
- Next message: [dovecot-cvs] dovecot/src/master mail-process.c, 1.108, 1.109 master-settings.c, 1.147, 1.148 master-settings.h, 1.90, 1.91
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv3143
Modified Files:
dovecot-example.conf
Log Message:
Added maildir_copy_preserve_filename setting.
Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- dovecot-example.conf 21 Dec 2006 23:54:17 -0000 1.232
+++ dovecot-example.conf 22 Dec 2006 14:20:36 -0000 1.233
@@ -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
##
- Previous message: [dovecot-cvs] dovecot/src/master mail-process.c, 1.96.2.10, 1.96.2.11 master-settings.c, 1.125.2.18, 1.125.2.19 master-settings.h, 1.83.2.5, 1.83.2.6
- Next message: [dovecot-cvs] dovecot/src/master mail-process.c, 1.108, 1.109 master-settings.c, 1.147, 1.148 master-settings.h, 1.90, 1.91
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list