diff options
author | alecpl <alec@alec.pl> | 2010-12-17 09:16:47 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-12-17 09:16:47 +0000 |
commit | 02491a9789d97fc321a3027847fd4ced42447cc6 (patch) | |
tree | d7d95cdd023d640a8af36c3c29b48ae0c5c553ab /config/main.inc.php.dist | |
parent | 1ce4420b7ee91c23be4e6a7f799794901f4dead7 (diff) |
- Make possible to overwrite server's namespaces with imap_ns_* options
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 8ce605058..e2f9aea3b 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -83,6 +83,7 @@ $rcmail_config['imap_delimiter'] = null; // set these options. All can be strings or arrays of strings. // Folders need to be ended with directory separator, e.g. "INBOX." // (special directory "~" is an exception to this rule) +// These can be used also to overwrite server's namespaces $rcmail_config['imap_ns_personal'] = null; $rcmail_config['imap_ns_other'] = null; $rcmail_config['imap_ns_shared'] = null; |