From 68070e448c6c8cd09faa75fd70ff11bfea764cc1 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 27 Jun 2011 03:09:15 -0400 Subject: [PATCH] - Fix PHP warning in mailbox_info(), - Set namespace/delimiter in constructor (this way some methods could be used before connecting to IMAP server) --- UPGRADING | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/UPGRADING b/UPGRADING index 88e9c53..7df82b0 100644 --- a/UPGRADING +++ b/UPGRADING @@ -48,3 +48,6 @@ ----------------------- 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. -- Gitblit v1.9.1