diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-21 09:25:51 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-21 09:25:51 +0200 |
commit | 3c5489ba7547c88ba0f82b6ea0574d1a7185f416 (patch) | |
tree | d0797c9815cea0b6fd5ae3f8c1172c79c47d8009 /config | |
parent | e95f13e0a2f576e522fc291a408cb1aa14ca5d35 (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 f5f42d7fb..e0fa933bf 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; |