diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-21 09:25:51 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-21 18:07:35 +0200 |
commit | eb0478df35831c346fe794721e40fde0de0fc839 (patch) | |
tree | 1e8286b34ae58748ac1b5a6c162a0c21b8bbcce4 /config | |
parent | 78fcb348e53660d6f9e93893c4ed8eee9d6a3fef (diff) |
Add option imap_force_ns to make buggy servers support optional
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 2ee78c29d..1ea2361e2 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -106,6 +106,10 @@ $rcmail_config['imap_force_caps'] = false; // Enable this option to force LSUB command usage instead. $rcmail_config['imap_force_lsub'] = false; +// Some server configurations (e.g. Courier) doesn't list folders in all namespaces +// Enable this option to force listing of folders in all namespaces +$rcmail_config['imap_force_ns'] = false; + // IMAP connection timeout, in seconds. Default: 0 (no limit) $rcmail_config['imap_timeout'] = 0; |