The branch "master" has been updated. The following is a summary of the commits.
from: 6c3ce99317cd40beb706d8433cf9828d6d45aace 3130318 Don't specially treat draft messages in dynamic view 76206a7 phpdoc 76879df Optimize mailbox updating if QRESYNC is available ce6395b Support $Junk/$NotJunk keywords when marking spam/ham. ----------------------------------------------------------------------- commit 3130318c2ed6dcaf648bf5f85e1d9240a4d6787d Author: Michael M Slusarz <[email protected]> Date: Sun May 22 00:13:33 2011 -0600 Don't specially treat draft messages in dynamic view Draft flag appears in flag list, so we should just do searching there. imp/js/dimpbase.js | 12 +++++++++--- imp/lib/Ui/Mailbox.php | 13 ------------- imp/lib/Views/ListMessages.php | 26 +++++++++++++------------- imp/message.php | 9 ++++----- imp/templates/dimp/javascript_defs.php | 1 + 5 files changed, 27 insertions(+), 34 deletions(-) http://git.horde.org/horde-git/-/commit/3130318c2ed6dcaf648bf5f85e1d9240a4d6787d ----------------------------------------------------------------------- commit 76206a7db05f72d699c5086b2d126fff62101a1e Author: Michael M Slusarz <[email protected]> Date: Sun May 22 01:41:48 2011 -0600 phpdoc framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 4 ++-- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 6 +++--- imp/docs/RFCS | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/76206a7db05f72d699c5086b2d126fff62101a1e ----------------------------------------------------------------------- commit 76879dfcb413629cee31bf717097ac38eff698d8 Author: Michael M Slusarz <[email protected]> Date: Sun May 22 01:42:04 2011 -0600 Optimize mailbox updating if QRESYNC is available imp/lib/Views/ListMessages.php | 26 +++++++++++++++++--------- 1 files changed, 17 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/76879dfcb413629cee31bf717097ac38eff698d8 ----------------------------------------------------------------------- commit ce6395b2ce5eba301db357bd0205fe8997de2ff8 Author: Michael M Slusarz <[email protected]> Date: Sun May 22 02:01:04 2011 -0600 Support $Junk/$NotJunk keywords when marking spam/ham. imp/docs/CHANGES | 1 + imp/lib/Flag/Imap/Junk.php | 38 ++++++++++++++++++++++++++++++++++ imp/lib/Flag/Imap/NotJunk.php | 30 +++++++++++++++++++++++++++ imp/lib/Spam.php | 45 +++++++++++++++++++++++----------------- imp/package.xml | 12 ++++++++-- 5 files changed, 104 insertions(+), 22 deletions(-) create mode 100644 imp/lib/Flag/Imap/Junk.php create mode 100644 imp/lib/Flag/Imap/NotJunk.php http://git.horde.org/horde-git/-/commit/ce6395b2ce5eba301db357bd0205fe8997de2ff8 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
