Thomas Bruederli
2013-07-12 7c68484b23ccb3823a6aa2cec4c2841838bd389a
Fix config defaults
1 files modified
2 ■■■ changed files
config/defaults.inc.php 2 ●●● patch | view | raw | blame | history
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;