dovecot-2.0: doveconf -e: Expands $variables and <files in setti...

dovecot at dovecot.org dovecot at dovecot.org
Thu Mar 25 19:29:00 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/2ed4d6da04af
changeset: 10982:2ed4d6da04af
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Mar 25 19:19:24 2010 +0200
description:
doveconf -e: Expands $variables and <files in settings.

diffstat:

 src/config/doveconf.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 02e0d6f0e1d4 -r 2ed4d6da04af src/config/doveconf.c
--- a/src/config/doveconf.c	Thu Mar 25 19:19:02 2010 +0200
+++ b/src/config/doveconf.c	Thu Mar 25 19:19:24 2010 +0200
@@ -475,8 +475,10 @@
 
 	i_set_failure_prefix("doveconf: ");
 	while ((c = master_getopt(master_service)) > 0) {
-		if (c == 'e')
+		if (c == 'e') {
+			expand_vars = TRUE;
 			break;
+		}
 		switch (c) {
 		case 'a':
 			break;


More information about the dovecot-cvs mailing list