From 922f30cb4ea4c7250d78144ce798f149e6e1bdb6 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 27 Oct 2014 07:04:26 -0400 Subject: [PATCH] Merge pull request #239 from onny/patch-1 --- plugins/managesieve/config.inc.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/managesieve/config.inc.php.dist b/plugins/managesieve/config.inc.php.dist index 1f20b5a..b9f9a50 100644 --- a/plugins/managesieve/config.inc.php.dist +++ b/plugins/managesieve/config.inc.php.dist @@ -31,7 +31,7 @@ // Connection scket context options // See http://php.net/manual/en/context.ssl.php // The example below enables server certificate validation -//$config['imap_conn_options'] = array( +//$config['managesieve_conn_options'] = array( // 'ssl' => array( // 'verify_peer' => true, // 'verify_depth' => 3, -- Gitblit v1.9.1