The branch "master" has been updated. The following is a summary of the commits.
from: 9fcdba88dd23b8980d634b5d39d4af9499041235 de7d737... Don't rebuild mailbox index here. 34fa390... Indicate reply/fwd data has been added to outgoing mimp message e425d53... More consistent labeling. 993d50c... Improvements to preview message; fix classname typo ce92aaf... PHP 5 coding standards ----------------------------------------------------------------------- commit de7d737d71cf5634d30724b1fe590c0ed58d21b2 Author: Michael M Slusarz <[email protected]> Date: Tue Jul 7 16:30:25 2009 -0600 Don't rebuild mailbox index here. imp/message-mimp.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-hatchery&r1=58e871fd57002fc788317dfb765c320d9c9ad5a3&r2=de7d737d71cf5634d30724b1fe590c0ed58d21b2 ----------------------------------------------------------------------- commit 34fa390636f578449d28ad74a90fa7ea83621297 Author: Michael M Slusarz <[email protected]> Date: Tue Jul 7 16:31:16 2009 -0600 Indicate reply/fwd data has been added to outgoing mimp message imp/compose-mimp.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=93741d721c0f9b1aa071985dcea162b655262fcd&r2=34fa390636f578449d28ad74a90fa7ea83621297 ----------------------------------------------------------------------- commit e425d53c5287858d8f6ea2781e42c733a5d3bd8e Author: Michael M Slusarz <[email protected]> Date: Tue Jul 7 16:33:47 2009 -0600 More consistent labeling. imp/templates/compose/compose-mimp.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/imp/templates/compose/compose-mimp.inc?rt=horde-hatchery&r1=93741d721c0f9b1aa071985dcea162b655262fcd&r2=e425d53c5287858d8f6ea2781e42c733a5d3bd8e ----------------------------------------------------------------------- commit 993d50c6c2bda32df4cf83a10b9de5b3115099a9 Author: Michael M Slusarz <[email protected]> Date: Tue Jul 7 16:52:34 2009 -0600 Improvements to preview message; fix classname typo imp/message-mimp.php | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-hatchery&r1=de7d737d71cf5634d30724b1fe590c0ed58d21b2&r2=993d50c6c2bda32df4cf83a10b9de5b3115099a9 ----------------------------------------------------------------------- commit ce92aaf85475453978c8aebe8634e13b6231c385 Author: Michael M Slusarz <[email protected]> Date: Tue Jul 7 16:30:52 2009 -0600 PHP 5 coding standards imp/acl.php | 4 ++-- imp/ajax.php | 14 +++++++------- imp/attachment.php | 6 +++--- imp/compose-dimp.php | 10 +++++----- imp/compose-mimp.php | 18 +++++++++--------- imp/compose.php | 20 ++++++++++---------- imp/folders-mimp.php | 2 +- imp/folders.php | 14 +++++++------- imp/lib/Block/Foldersummary.php | 2 +- imp/lib/Block/summary.php | 2 +- imp/lib/Block/tree_folders.php | 2 +- imp/lib/Crypt/Smime.php | 2 +- imp/lib/Filter.php | 4 ++-- imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php | 4 ++-- imp/lib/LoginTasks/Task/RenameSentmailMonthly.php | 6 +++--- imp/lib/Maillog.php | 6 +++--- imp/lib/Mime/Viewer/Itip.php | 8 ++++---- imp/lib/Mime/Viewer/Tnef.php | 4 ++-- imp/lib/Mime/Viewer/Zip.php | 2 +- imp/lib/Quota.php | 2 +- imp/lib/Quota/sql.php | 8 ++++---- imp/lib/Search.php | 10 +++++----- imp/lib/Session.php | 4 ++-- imp/lib/Spam.php | 8 ++++---- imp/lib/UI/Compose.php | 18 +++++++++--------- imp/lib/UI/Mailbox.php | 2 +- imp/lib/UI/Message.php | 2 +- imp/lib/Views/Compose.php | 4 ++-- imp/lib/Views/ListMessages.php | 8 ++++---- imp/lib/Views/ShowMessage.php | 2 +- imp/lib/api.php | 16 ++++++++-------- imp/lib/base.php | 14 +++++++------- imp/lib/prefs.php | 10 +++++----- imp/mailbox-mimp.php | 6 +++--- imp/mailbox.php | 14 +++++++------- imp/message-mimp.php | 10 +++++----- imp/message.php | 10 +++++----- imp/pgp.php | 8 ++++---- imp/rss.php | 4 ++-- imp/saveimage.php | 2 +- imp/search.php | 2 +- imp/smime.php | 8 ++++---- imp/stationery.php | 2 +- imp/templates/folders/folders-mimp.inc | 2 +- imp/templates/index/index-dimp.inc | 2 +- imp/templates/javascript_defs_dimp.php | 2 +- imp/templates/prefs/flagmanagement.inc | 2 +- imp/thread.php | 6 +++--- 48 files changed, 159 insertions(+), 159 deletions(-) http://git.horde.org/diff.php/imp/acl.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=cea9df122e8ca73498a8f7a82a8bfa77db07ca59&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/attachment.php?rt=horde-hatchery&r1=5fcd2a0480fc95d48609702041035a8913040acd&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=452fd517494dcd7450d32dc0b06f84bdc74ad0f3&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=34fa390636f578449d28ad74a90fa7ea83621297&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=2b81c0fbec5bd79c0f2f9a8dd2a3083c552ed1fb&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/folders-mimp.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/folders.php?rt=horde-hatchery&r1=58e871fd57002fc788317dfb765c320d9c9ad5a3&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Block/Foldersummary.php?rt=horde-hatchery&r1=b50b38c1449905a0455120a86d954990612406d9&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Crypt/Smime.php?rt=horde-hatchery&r1=cce64dc0372140209e6ada122c9f68d89cefa2b9&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Filter.php?rt=horde-hatchery&r1=1c6c67afbf3529bda3e2b32f2a991d32ec34ad28&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php?rt=horde-hatchery&r1=54299b2f49446855107193d4e6c0ffc2fd6813c6&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/RenameSentmailMonthly.php?rt=horde-hatchery&r1=54299b2f49446855107193d4e6c0ffc2fd6813c6&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Maillog.php?rt=horde-hatchery&r1=d4fbdf726102515cfd5b33677aab6a36aaf7c5c5&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Tnef.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Zip.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Quota.php?rt=horde-hatchery&r1=4a1e28a9b4d1f2b097522af95cfd24fe3a489cf3&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Quota/sql.php?rt=horde-hatchery&r1=4a1e28a9b4d1f2b097522af95cfd24fe3a489cf3&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-hatchery&r1=58e871fd57002fc788317dfb765c320d9c9ad5a3&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Session.php?rt=horde-hatchery&r1=58e871fd57002fc788317dfb765c320d9c9ad5a3&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-hatchery&r1=2b81c0fbec5bd79c0f2f9a8dd2a3083c552ed1fb&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/UI/Compose.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/UI/Mailbox.php?rt=horde-hatchery&r1=c38f2e8af33f2aad5309d90ba1743b729b6d80d7&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/UI/Message.php?rt=horde-hatchery&r1=7ee32238f69e45b2d5f5c37853321505118e530f&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-hatchery&r1=51710600c944a3f6b89bc50bfe56ffdd79f148d6&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=a5fa8ae7c057d87ebf08ea4dd904ba1f778e13a1&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-hatchery&r1=cea9df122e8ca73498a8f7a82a8bfa77db07ca59&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/api.php?rt=horde-hatchery&r1=7b5b6c2f9826bcada34a931450ce333bb47b889e&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/base.php?rt=horde-hatchery&r1=cea9df122e8ca73498a8f7a82a8bfa77db07ca59&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/lib/prefs.php?rt=horde-hatchery&r1=54299b2f49446855107193d4e6c0ffc2fd6813c6&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=58e871fd57002fc788317dfb765c320d9c9ad5a3&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-hatchery&r1=993d50c6c2bda32df4cf83a10b9de5b3115099a9&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=6e009e57251bd8c4997abde84fff20d199420f7c&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=1e4921a64383315399b4a6d0bea76fc95c6128c2&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/rss.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/search.php?rt=horde-hatchery&r1=1e4921a64383315399b4a6d0bea76fc95c6128c2&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/smime.php?rt=horde-hatchery&r1=1e4921a64383315399b4a6d0bea76fc95c6128c2&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/stationery.php?rt=horde-hatchery&r1=7ee32238f69e45b2d5f5c37853321505118e530f&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/templates/folders/folders-mimp.inc?rt=horde-hatchery&r1=d4b1d6e14658453cace1159b81ca5e2a62ce31a6&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=452fd517494dcd7450d32dc0b06f84bdc74ad0f3&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=d95a13e04b62aa286a1a8d6f7da280309adf1461&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/templates/prefs/flagmanagement.inc?rt=horde-hatchery&r1=586e3011ebc8ac6e2bbb51966c9d66e39e277dbb&r2=ce92aaf85475453978c8aebe8634e13b6231c385 http://git.horde.org/diff.php/imp/thread.php?rt=horde-hatchery&r1=58e871fd57002fc788317dfb765c320d9c9ad5a3&r2=ce92aaf85475453978c8aebe8634e13b6231c385 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
