The branch "develop" has been updated. The following is a summary of the commits.
from: bc602dc74b6d996699eb4bc3ceddeb9256d71380 e6b75d9 [mms] Implement more efficient serialization for Thread data objects. 0c67764 Threading improvements f9b0e7a Merge branch 'develop_local' into develop ----------------------------------------------------------------------- commit e6b75d9ffe02907a86277e81c926fdc244837832 Author: Michael M Slusarz <[email protected]> Date: Wed Jan 18 22:29:46 2012 -0700 [mms] Implement more efficient serialization for Thread data objects. framework/Imap_Client/lib/Horde/Imap/Client/Data/Thread.php | 21 ++++++++++- framework/Imap_Client/package.xml | 2 + 2 files changed, 22 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/e6b75d9ffe02907a86277e81c926fdc244837832 ----------------------------------------------------------------------- commit 0c677647ff89005a316e3419cc767154f71d6709 Author: Michael M Slusarz <[email protected]> Date: Tue Jan 17 22:48:25 2012 -0700 Threading improvements [mms] Improved threading performance. [mms] Threaded sorts now work in all search mailboxes (Request #9700). [mms] Hide deleted now works with threaded mailboxes. imp/docs/CHANGES | 3 + imp/lib/Imap/Thread.php | 182 ------------------------------ imp/lib/Mailbox.php | 3 +- imp/lib/Mailbox/List.php | 231 +++++++++++++++++++++++++++------------ imp/lib/Mailbox/List/Thread.php | 95 ++++++++++++++++ imp/lib/Prefs/Sort/Sortpref.php | 1 - imp/lib/Search.php | 44 -------- imp/lib/Views/ListMessages.php | 14 ++- imp/mailbox-mimp.php | 23 ++--- imp/mailbox.php | 15 +-- imp/package.xml | 3 + imp/thread.php | 14 +-- 12 files changed, 291 insertions(+), 337 deletions(-) delete mode 100644 imp/lib/Imap/Thread.php create mode 100644 imp/lib/Mailbox/List/Thread.php http://git.horde.org/horde-git/-/commit/0c677647ff89005a316e3419cc767154f71d6709 ----------------------------------------------------------------------- commit f9b0e7aadec1c8fc96bfaee62feb2294865d79fc Merge: bc602dc 0c67764 Author: Michael M Slusarz <[email protected]> Date: Wed Jan 18 23:53:05 2012 -0700 Merge branch 'develop_local' into develop imp/docs/CHANGES | 3 + imp/lib/Imap/Thread.php | 182 ------------------------------ imp/lib/Mailbox.php | 3 +- imp/lib/Mailbox/List.php | 231 +++++++++++++++++++++++++++------------ imp/lib/Mailbox/List/Thread.php | 95 ++++++++++++++++ imp/lib/Prefs/Sort/Sortpref.php | 1 - imp/lib/Search.php | 44 -------- imp/lib/Views/ListMessages.php | 14 ++- imp/mailbox-mimp.php | 23 ++--- imp/mailbox.php | 15 +-- imp/package.xml | 3 + imp/thread.php | 14 +-- 12 files changed, 291 insertions(+), 337 deletions(-) http://git.horde.org/horde-git/-/commit/f9b0e7aadec1c8fc96bfaee62feb2294865d79fc __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
