diff options
author | alecpl <alec@alec.pl> | 2010-11-10 08:53:45 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-11-10 08:53:45 +0000 |
commit | e3af1f2d6d8e9f5dd88edc365af7bd889d06d285 (patch) | |
tree | 5cbef7ea61cc182164839ec5bceb6e8650413b35 /config/main.inc.php.dist | |
parent | 4d21f62a0ce6e39ac66627db8b5605d1029873a7 (diff) |
- Added comment about imap_ns_* settings
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 996b2ecdb..aba41661b 100644 --- a/config/main.inc.php.dist +++ b/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; |