The branch "master" has been updated. The following is a summary of the commits.
from: e8d67fd3ed8dbdaa3b05e3e4274420fc4d10ce44 8dd9b9f Reset refresh interval anytime the mailbox page is loaded c4471df Re-add icon for attachments in smartmobile view 319abc5 Maildir driver no longer exists 97655b5 Fix method name 494dd43 Convert Spam library to a driver-based setup ----------------------------------------------------------------------- commit 8dd9b9fd546443ecf0706cf76fb7bba390c0dca9 Author: Michael M Slusarz <[email protected]> Date: Thu May 2 12:53:40 2013 -0600 Reset refresh interval anytime the mailbox page is loaded imp/js/smartmobile.js | 24 ++++++++++++++---------- 1 files changed, 14 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/8dd9b9fd546443ecf0706cf76fb7bba390c0dca9 ----------------------------------------------------------------------- commit c4471dfd05e502dde37ac54025df146a05e68573 Author: Michael M Slusarz <[email protected]> Date: Thu May 2 18:51:39 2013 -0600 Re-add icon for attachments in smartmobile view imp/lib/Ajax/Application/ShowMessage.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/c4471dfd05e502dde37ac54025df146a05e68573 ----------------------------------------------------------------------- commit 319abc56af0d97d11ed6b7d11aa115109364465d Author: Michael M Slusarz <[email protected]> Date: Thu May 2 19:54:46 2013 -0600 Maildir driver no longer exists imp/package.xml | 6 ++---- imp/test/Imp/Unit/QuotaTest.php | 10 +++------- imp/test/Imp/fixtures/maildirsize | 35 ----------------------------------- 3 files changed, 5 insertions(+), 46 deletions(-) delete mode 100644 imp/test/Imp/fixtures/maildirsize http://git.horde.org/horde-git/-/commit/319abc56af0d97d11ed6b7d11aa115109364465d ----------------------------------------------------------------------- commit 97655b588edb332f7e56461daeb07b737b4caa06 Author: Michael M Slusarz <[email protected]> Date: Thu May 2 23:43:17 2013 -0600 Fix method name imp/lib/Minimal/Message.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/97655b588edb332f7e56461daeb07b737b4caa06 ----------------------------------------------------------------------- commit 494dd43faea5ae2a3dc104df13a7ff68b2c92d2e Author: Michael M Slusarz <[email protected]> Date: Fri May 3 00:48:40 2013 -0600 Convert Spam library to a driver-based setup imp/lib/Ajax/Application/Handler/Common.php | 2 +- imp/lib/Basic/Mailbox.php | 4 +- imp/lib/Basic/Message.php | 5 +- imp/lib/Factory/Spam.php | 99 +++++++++++++ imp/lib/Minimal/Mailbox.php | 2 +- imp/lib/Minimal/Message.php | 2 +- imp/lib/Spam.php | 198 ++++++-------------------- imp/lib/Spam/Base.php | 41 ++++++ imp/lib/Spam/Email.php | 121 ++++++++++++++++ imp/lib/Spam/Program.php | 87 ++++++++++++ imp/package.xml | 14 ++- 11 files changed, 414 insertions(+), 161 deletions(-) create mode 100644 imp/lib/Factory/Spam.php create mode 100644 imp/lib/Spam/Base.php create mode 100644 imp/lib/Spam/Email.php create mode 100644 imp/lib/Spam/Program.php http://git.horde.org/horde-git/-/commit/494dd43faea5ae2a3dc104df13a7ff68b2c92d2e -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
