summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-12-17 09:16:47 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-12-17 09:16:47 +0000
commit55c4445b68c83a5ce0fd116c6bba70f0f3e56171 (patch)
treec5b0deec77d7a26977d35288bbd63024c2a3b649 /roundcubemail/config
parent2c7a73f16b145839cb8eaab5f8ab641069f1fce6 (diff)
- Make possible to overwrite server's namespaces with imap_ns_* options
git-svn-id: https://svn.roundcube.net/trunk@4344 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 8ce605058..e2f9aea3b 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/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;