dovecot-2.0: dbox: Allow %variables in dbox_attachment_* settings.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 2 14:33:55 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/21be5322214d
changeset: 12238:21be5322214d
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jul 30 16:03:50 2010 +0100
description:
dbox: Allow %variables in dbox_attachment_* settings.

diffstat:

 src/lib-storage/index/dbox-common/dbox-settings.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 18730e72ab27 -r 21be5322214d src/lib-storage/index/dbox-common/dbox-settings.c
--- a/src/lib-storage/index/dbox-common/dbox-settings.c	Fri Jul 30 15:59:31 2010 +0100
+++ b/src/lib-storage/index/dbox-common/dbox-settings.c	Fri Jul 30 16:03:50 2010 +0100
@@ -12,8 +12,8 @@
 	{ type, #name, offsetof(struct dbox_settings, name), NULL }
 
 static const struct setting_define dbox_setting_defines[] = {
-	DEF(SET_STR, dbox_attachment_fs),
-	DEF(SET_STR, dbox_attachment_dir),
+	DEF(SET_STR_VARS, dbox_attachment_fs),
+	DEF(SET_STR_VARS, dbox_attachment_dir),
 
 	SETTING_DEFINE_LIST_END
 };


More information about the dovecot-cvs mailing list