From 7c68484b23ccb3823a6aa2cec4c2841838bd389a Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 12 Jul 2013 03:26:00 -0400
Subject: [PATCH] Fix config defaults

---
 config/defaults.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index 0421704..32dba49 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -141,7 +141,7 @@
 // and you can't remove it from CAPABILITY string on server-side.
 // For example UW-IMAP server has broken ESEARCH.
 // Note: Because the list is cached, re-login is required after change.
-$rcmail_config['imap_disabled_caps'] = array();
+$config['imap_disabled_caps'] = array();
 
 // IMAP connection timeout, in seconds. Default: 0 (no limit)
 $config['imap_timeout'] = 0;

--
Gitblit v1.9.1