summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-10-27 12:04:26 +0100
committerAleksander Machniak <alec@alec.pl>2014-10-27 12:04:26 +0100
commit922f30cb4ea4c7250d78144ce798f149e6e1bdb6 (patch)
tree8fa6aac73277af890d10defe02e9d1635d4e4592
parent8aee31cf5548c6046699379127df9f0018fcf383 (diff)
parentfc3ed3fef41768d564607000f597b96ffa63b107 (diff)
Merge pull request #239 from onny/patch-1
Fixed typo in config
-rw-r--r--plugins/managesieve/config.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/managesieve/config.inc.php.dist b/plugins/managesieve/config.inc.php.dist
index 1f20b5ae4..b9f9a50bd 100644
--- a/plugins/managesieve/config.inc.php.dist
+++ b/plugins/managesieve/config.inc.php.dist
@@ -31,7 +31,7 @@ $config['managesieve_usetls'] = false;
// 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,