diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-07-12 09:26:00 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-07-12 09:26:00 +0200 |
commit | 7c68484b23ccb3823a6aa2cec4c2841838bd389a (patch) | |
tree | ef8eed3c6a3aac19140c50acda7bdd7d9e466633 /config | |
parent | 0703bfecd0b9efca36caee4f7b9c64c4135d57af (diff) |
Fix config defaults
Diffstat (limited to 'config')
-rw-r--r-- | 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 042170437..32dba4918 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -141,7 +141,7 @@ $config['imap_force_ns'] = false; // 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; |