diff options
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 3 |
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; |