From 230f944bf62f141f47c021dbfe6cc3d07b74a76d Mon Sep 17 00:00:00 2001 From: thomascube 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 --- config/main.inc.php.dist | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config') 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; -- cgit v1.2.3