summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-12-24 14:29:47 +0000
committerthomascube <thomas@roundcube.net>2008-12-24 14:29:47 +0000
commit230f944bf62f141f47c021dbfe6cc3d07b74a76d (patch)
treed67ab0ff927c20a6d3c1308d5d2c34275bb65cce /config
parent1608f432826a41e035ee7ddb0dd409bbcf559b43 (diff)
Allow empty strings for imap_root config parameter (was changed in r2143) to remain backward compatible but cache imap root and delimiter in session
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index fff301751..3ea62e115 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -62,8 +62,7 @@ $rcmail_config['default_port'] = 143;
$rcmail_config['imap_auth_type'] = null;
// If you know your imap's root directory and its folder delimiter,
-// you can specify them here. Otherwise they will be determined
-// during every imap connection.
+// you can specify them here. Otherwise they will be determined automatically.
$rcmail_config['imap_root'] = null;
$rcmail_config['imap_delimiter'] = null;