From fc52af24f1418d6590a2d37a0d8cc31b123e38f6 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 19 Aug 2014 12:08:35 -0400 Subject: [PATCH] Fix merge error that disabled contact drag'n'drop --- plugins/managesieve/config.inc.php.dist | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/managesieve/config.inc.php.dist b/plugins/managesieve/config.inc.php.dist index 1f34564..4d90805 100644 --- a/plugins/managesieve/config.inc.php.dist +++ b/plugins/managesieve/config.inc.php.dist @@ -25,8 +25,7 @@ $rcmail_config['managesieve_auth_pw'] = null; // use or not TLS for managesieve server connection -// it's because I've problems with TLS and dovecot's managesieve plugin -// and it's not needed on localhost +// Note: tls:// prefix in managesieve_host is also supported $rcmail_config['managesieve_usetls'] = false; // default contents of filters script (eg. default spam filter) @@ -65,4 +64,8 @@ // Scripts listed here will be not presented to the user. $rcmail_config['managesieve_filename_exceptions'] = array(); +// List of domains limiting destination emails in redirect action +// If not empty, user will need to select domain from a list +$config['managesieve_domains'] = array(); + ?> -- Gitblit v1.9.1