The branch "master" has been updated. The following is a summary of the commits.
from: cea4c8db70730f6d7c8163a8c2eebdef46d5fe8c 6a6594d IMP_Mailbox is the proper place to cache mailbox related data eec0016 Move getPermanentFlags() to IMP_Mailbox 02c0258 This does not need to be an IMP_Mailbox object, since it is supposed to be a transparent action 72793b4 Bug #10056: Make sure mailbox is an IMP_Mailbox object e2e9f30 Move appendNamespace() to IMP_Mailbox c5e06e1 Cache namespace information for a mailbox ----------------------------------------------------------------------- commit 6a6594df23cabea14bc89692ea09e0d48fbe2120 Author: Michael M Slusarz <[email protected]> Date: Thu May 5 16:41:58 2011 -0600 IMP_Mailbox is the proper place to cache mailbox related data imp/config/hooks.php.dist | 6 +- imp/docs/CHANGES | 1 + imp/lib/Compose.php | 2 +- imp/lib/Factory/Mailbox.php | 62 +++++++++---- imp/lib/Imap.php | 124 +------------------------- imp/lib/Mailbox.php | 193 +++++++++++++++++++++++++++------------ imp/lib/Mailbox/List.php | 7 +- imp/lib/Prefs/Identity.php | 4 + imp/lib/Prefs/Ui.php | 6 ++ imp/lib/Views/ListMessages.php | 2 +- imp/mailbox-mimp.php | 2 +- imp/mailbox.php | 5 +- imp/message.php | 2 +- imp/package.xml | 1 + 14 files changed, 203 insertions(+), 214 deletions(-) http://git.horde.org/horde-git/-/commit/6a6594df23cabea14bc89692ea09e0d48fbe2120 ----------------------------------------------------------------------- commit eec00169c8a87d7ad5af150550232da8d1b41189 Author: Michael M Slusarz <[email protected]> Date: Thu May 5 22:02:22 2011 -0600 Move getPermanentFlags() to IMP_Mailbox imp/lib/Flags.php | 9 ++------- imp/lib/Imap.php | 22 ---------------------- imp/lib/Mailbox.php | 18 ++++++++++++++++++ imp/lib/Ui/Message.php | 16 +++++++--------- 4 files changed, 27 insertions(+), 38 deletions(-) http://git.horde.org/horde-git/-/commit/eec00169c8a87d7ad5af150550232da8d1b41189 ----------------------------------------------------------------------- commit 02c02589b9a9accf19257b069268a9258f2fdbbd Author: Michael M Slusarz <[email protected]> Date: Thu May 5 22:21:46 2011 -0600 This does not need to be an IMP_Mailbox object, since it is supposed to be a transparent action imp/lib/Imap.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/02c02589b9a9accf19257b069268a9258f2fdbbd ----------------------------------------------------------------------- commit 72793b4d442619d4964102e87e0dcdcd50de8513 Author: Michael M Slusarz <[email protected]> Date: Fri May 6 10:04:13 2011 -0600 Bug #10056: Make sure mailbox is an IMP_Mailbox object imp/lib/Ajax/Application.php | 4 ++-- imp/lib/Views/ShowMessage.php | 14 ++++++-------- imp/message-dimp.php | 17 +++++++++-------- 3 files changed, 17 insertions(+), 18 deletions(-) http://git.horde.org/horde-git/-/commit/72793b4d442619d4964102e87e0dcdcd50de8513 ----------------------------------------------------------------------- commit e2e9f30eee96d135bbf5e5451ad0128a6a28d2fc Author: Michael M Slusarz <[email protected]> Date: Fri May 6 10:16:41 2011 -0600 Move appendNamespace() to IMP_Mailbox imp/lib/Imap.php | 17 ----------------- imp/lib/Mailbox.php | 10 +++++++--- 2 files changed, 7 insertions(+), 20 deletions(-) http://git.horde.org/horde-git/-/commit/e2e9f30eee96d135bbf5e5451ad0128a6a28d2fc ----------------------------------------------------------------------- commit c5e06e1f60462dd87e6da4580877965910b5dfd6 Author: Michael M Slusarz <[email protected]> Date: Fri May 6 10:27:34 2011 -0600 Cache namespace information for a mailbox imp/lib/Mailbox.php | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c5e06e1f60462dd87e6da4580877965910b5dfd6 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
