The branch "master" has been updated. The following is a summary of the commits.
from: 6f39507532ef9e321c6a767cfb9ae338123cc571 7b5c802 [mms] Fix saving mailbox expansion state in basic folders view (Bug #11979). 80d75c9 Better display in basic subinfo bar when no messages in a mailbox (Bug #11980) efeb04c [mms] Fix deleting virtual folders/filters from preferences page (Bug #11982). ----------------------------------------------------------------------- commit 7b5c80229adf498b2d8a1f62374ffd7adca563c2 Author: Michael M Slusarz <[email protected]> Date: Fri Jan 18 12:44:06 2013 -0700 [mms] Fix saving mailbox expansion state in basic folders view (Bug #11979). imp/docs/CHANGES | 1 + imp/lib/Ajax/Application.php | 2 + imp/lib/Ajax/Application/Handler/Dynamic.php | 47 --------------- imp/lib/Ajax/Application/Handler/Mboxtoggle.php | 72 +++++++++++++++++++++++ imp/package.xml | 10 ++- 5 files changed, 82 insertions(+), 50 deletions(-) create mode 100644 imp/lib/Ajax/Application/Handler/Mboxtoggle.php http://git.horde.org/horde-git/-/commit/7b5c80229adf498b2d8a1f62374ffd7adca563c2 ----------------------------------------------------------------------- commit 80d75c9b0c58be1dcfbfddc994c4bfe564568b8f Author: Michael M Slusarz <[email protected]> Date: Fri Jan 18 12:47:10 2013 -0700 Better display in basic subinfo bar when no messages in a mailbox (Bug #11980) imp/mailbox.php | 16 +++++----------- 1 files changed, 5 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/80d75c9b0c58be1dcfbfddc994c4bfe564568b8f ----------------------------------------------------------------------- commit efeb04c32e10341851d80017904735e41c96f9f4 Author: Michael M Slusarz <[email protected]> Date: Fri Jan 18 12:54:40 2013 -0700 [mms] Fix deleting virtual folders/filters from preferences page (Bug #11982). imp/docs/CHANGES | 1 + imp/lib/Prefs/Special/Searches.php | 1 + imp/package.xml | 2 ++ 3 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/efeb04c32e10341851d80017904735e41c96f9f4 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
