summaryrefslogtreecommitdiff
path: root/roundcubemail/UPGRADING
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-05 12:46:54 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-05 12:46:54 +0000
commit512c19b2da21a7560fb924b67f47888506295b9d (patch)
tree491c878e59528a130c8c0266a2bca4b165ef2022 /roundcubemail/UPGRADING
parent865e3f5f3c4aa8b78451deb7fc27b16e3e47a438 (diff)
- Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725)
- Fix handling of folders that doesn't belong to any namespace (#1487637) git-svn-id: https://svn.roundcube.net/trunk@4733 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/UPGRADING')
-rw-r--r--roundcubemail/UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/UPGRADING b/roundcubemail/UPGRADING
index 88e9c53f8..7df82b00a 100644
--- a/roundcubemail/UPGRADING
+++ b/roundcubemail/UPGRADING
@@ -48,3 +48,6 @@ Post-Upgrade Activities
-----------------------
1. Check .htaccess settings (some php settings could become required)
2. If you're using build-in addressbook, run indexing script /bin/indexcontacts.sh.
+3. When upgrading from version older than 0.6-beta you should make sure
+ your folder settings contain namespace prefix. For example Courier users
+ should add INBOX. prefix to folder names in main configuration file.