From d8f9dfdbc04b3fb1b85122a31ff3c81e85fa6791 Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 24 Dec 2008 14:29:47 +0000 Subject: Allow empty strings for imap_root config parameter (was changed in r2143) to remain backward compatible but cache imap root and delimiter in session git-svn-id: https://svn.roundcube.net/trunk@2188 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roundcubemail/config') diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index fff301751..3ea62e115 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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; -- cgit v1.2.3