The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: 212909ea01bb7bdd09de66c16b2a094dbb5f28c5 0a63162 Move PGP public key attachment to send-time decision 5ed7264 Move Vcard attachment to send-time decision 5eae49a Abstract context checkbox code on dynamic compose screen. fc26058 [mms] Support attaching PGP public keys in dynamic compose. c7ca080 [mms] Support attaching vCard in dynamic compose. ----------------------------------------------------------------------- commit 0a63162c5a4e1f5ac5b773d2c01df1157cef4fe9 Author: Michael M Slusarz <[email protected]> Date: Fri Jan 18 13:21:00 2013 -0700 Move PGP public key attachment to send-time decision imp/compose.php | 2 +- imp/lib/Compose.php | 33 +++++++++------------------------ 2 files changed, 10 insertions(+), 25 deletions(-) http://git.horde.org/horde-git/-/commit/0a63162c5a4e1f5ac5b773d2c01df1157cef4fe9 ----------------------------------------------------------------------- commit 5ed72641f41c8933f5de3df2d36ef230c73238e7 Author: Michael M Slusarz <[email protected]> Date: Fri Jan 18 13:35:16 2013 -0700 Move Vcard attachment to send-time decision imp/compose.php | 6 ++---- imp/lib/Compose.php | 40 +++++++++++----------------------------- 2 files changed, 13 insertions(+), 33 deletions(-) http://git.horde.org/horde-git/-/commit/5ed72641f41c8933f5de3df2d36ef230c73238e7 ----------------------------------------------------------------------- commit 5eae49a75aabbc21a66c595f4382edf9fc5311f3 Author: Michael M Slusarz <[email protected]> Date: Fri Jan 18 14:52:19 2013 -0700 Abstract context checkbox code on dynamic compose screen. imp/js/compose-dimp.js | 54 +++++++++++++++++++++++------------------------ 1 files changed, 26 insertions(+), 28 deletions(-) http://git.horde.org/horde-git/-/commit/5eae49a75aabbc21a66c595f4382edf9fc5311f3 ----------------------------------------------------------------------- commit fc26058748ae3966df41ddb8da7414c75b09f017 Author: Michael M Slusarz <[email protected]> Date: Fri Jan 18 14:53:48 2013 -0700 [mms] Support attaching PGP public keys in dynamic compose. imp/docs/CHANGES | 1 + imp/js/compose-dimp.js | 1 + imp/lib/Ajax/Application/Handler/Common.php | 3 +++ imp/lib/Dynamic/Compose/Common.php | 10 ++++++++++ imp/package.xml | 2 ++ imp/templates/dynamic/compose.html.php | 3 +++ 6 files changed, 20 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/fc26058748ae3966df41ddb8da7414c75b09f017 ----------------------------------------------------------------------- commit c7ca080f211087d80c4a38733b5b671649fcd2e2 Author: Michael M Slusarz <[email protected]> Date: Fri Jan 18 15:00:31 2013 -0700 [mms] Support attaching vCard in dynamic compose. imp/docs/CHANGES | 1 + imp/js/compose-dimp.js | 3 ++- imp/lib/Ajax/Application/Handler/Common.php | 4 +++- imp/lib/Dynamic/Compose/Common.php | 8 ++++++++ imp/package.xml | 2 ++ imp/templates/dynamic/compose.html.php | 3 +++ 6 files changed, 19 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/c7ca080f211087d80c4a38733b5b671649fcd2e2 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
