[commits] Horde branch master updated. 2eceeab16d2ceb3443bc22ac417e74cdd7f01d46
Michael M Slusarz
slusarz at horde.org
Wed Jan 27 02:14:48 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: add5b9f9b63d81d29085a9615c30c4c9b4163e5d
9ad763e Improved forwarding options.
2eceeab Fix body/text searches
-----------------------------------------------------------------------
commit 9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jan 26 15:53:43 2010 -0700
Improved forwarding options.
Re-add ability to choose between the different kinds of forwarding.
However, lock the ability to choose by default - continue to default to
forwarding entire message as message/rfc822.
imp/compose-dimp.php | 9 ++-
imp/compose-mimp.php | 5 +-
imp/compose.php | 15 +++--
imp/config/prefs.php.dist | 64 +++++++++++++++------
imp/docs/CHANGES | 2 +-
imp/docs/UPGRADING | 2 +-
imp/js/DimpBase.js | 17 +++++-
imp/js/fullmessage-dimp.js | 17 +++++-
imp/lib/Ajax/Application.php | 10 +--
imp/lib/Compose.php | 23 +++++++-
imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php | 25 ++++++++
imp/lib/Ui/Compose.php | 13 ----
imp/mailbox.php | 4 +-
imp/message.php | 8 ++-
imp/templates/chunks/message.php | 10 +++-
imp/templates/index/index-dimp.inc | 8 +++
imp/templates/message/navbar_actions.html | 10 +++-
imp/themes/screen-dimp.css | 2 +-
imp/themes/silver/screen-dimp.css | 2 +-
19 files changed, 184 insertions(+), 62 deletions(-)
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=518f99048e2a7a0d8fd8deb1ff4fb096474b02d8&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=31a346f31689c76419fa0ca1244de72425a37c08&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/docs/UPGRADING?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=e1409b0f5f2d94bde5452c615e7ff30c25fbf8a8&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/js/fullmessage-dimp.js?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=add5b9f9b63d81d29085a9615c30c4c9b4163e5d&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=25541bba013406b30731ba262336157e0ddf7c60&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=add5b9f9b63d81d29085a9615c30c4c9b4163e5d&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=518f99048e2a7a0d8fd8deb1ff4fb096474b02d8&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/templates/chunks/message.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/templates/message/navbar_actions.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-git&r1=7521bc1ca61c165322842fdd78fb37908714983c&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-git&r1=9ab3adc6193cc2b841067a94a199a7c62efe4b13&r2=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24
-----------------------------------------------------------------------
commit 2eceeab16d2ceb3443bc22ac417e74cdd7f01d46
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jan 26 19:06:55 2010 -0700
Fix body/text searches
imp/lib/Ui/Search.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/lib/Ui/Search.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=2eceeab16d2ceb3443bc22ac417e74cdd7f01d46
More information about the commits
mailing list