diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-10 08:53:45 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-10 08:53:45 +0000 |
| commit | a52532cf7cbd84060947f4361428e029e0b8654b (patch) | |
| tree | 9e3748d5f82302c067f60b43e999f796a5f252b3 | |
| parent | 0888f4cabdcff936ef71ba3787bf3ca852dabafb (diff) | |
- Added comment about imap_ns_* settings
git-svn-id: https://svn.roundcube.net/trunk@4211 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 996b2ecdb..aba41661b 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -81,6 +81,8 @@ $rcmail_config['imap_delimiter'] = null; // If IMAP server doesn't support NAMESPACE extension, but you're // using shared folders or personal root folder is non-empty, you'll need to // 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) $rcmail_config['imap_ns_personal'] = null; $rcmail_config['imap_ns_other'] = null; $rcmail_config['imap_ns_shared'] = null; |
