[commits] Horde branch master updated. 04c2127680133db05d06b4ddd66a9361548164aa

Michael M Slusarz slusarz at horde.org
Tue Mar 16 04:52:54 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: 4a3813a646a938ff466b2fa4f29a764caf87648e

4ffb945 Minimalist -> Minimal. Still would prefer something better, though
55b0068 More coherent organization of IMP templates
974fc05 Optimize part display handling.
d36948f For MIMP, prefer text/plain parts in multipart/alternative parts
86019b8 Need to grab message index before we possibly delete last message in mailbox
b51ea2e Fix usage of getAttachments() return.
04c2127 Add ability to add attachments for advanced mobile browsers

-----------------------------------------------------------------------

commit 4ffb945aef1597b49a997bd136f42de236c079b3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 15 20:57:09 2010 -0600

    Minimalist -> Minimal. Still would prefer something better, though

 imp/compose-mimp.php      |    2 +-
 imp/config/prefs.php.dist |    6 +++---
 imp/lib/Application.php   |    2 +-
 imp/lib/Ui/Mimp.php       |    2 +-
 imp/mailbox-mimp.php      |    2 +-
 imp/message-mimp.php      |    2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=ae01e1a6e888ae56749fad1ef5d249fa7d7e4d05&r2=4ffb945aef1597b49a997bd136f42de236c079b3
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=11fe4cd222efe6bf9b5e2ae465d8620255962a99&r2=4ffb945aef1597b49a997bd136f42de236c079b3
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=20eaa1496782d86264468b9f2dfc4b22bf8f5b1e&r2=4ffb945aef1597b49a997bd136f42de236c079b3
http://git.horde.org/diff.php/imp/lib/Ui/Mimp.php?rt=horde-git&r1=f79f4a520cbf7286a6fa0f6ba9f6fdf994b7d178&r2=4ffb945aef1597b49a997bd136f42de236c079b3
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-git&r1=4a3813a646a938ff466b2fa4f29a764caf87648e&r2=4ffb945aef1597b49a997bd136f42de236c079b3
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=f79f4a520cbf7286a6fa0f6ba9f6fdf994b7d178&r2=4ffb945aef1597b49a997bd136f42de236c079b3

-----------------------------------------------------------------------

commit 55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 15 21:14:47 2010 -0600

    More coherent organization of IMP templates
    
    Better separates the three views.

 imp/acl.php                                    |    2 +-
 imp/compose-dimp.php                           |    2 +-
 imp/compose-mimp.php                           |    2 +-
 imp/compose.php                                |    4 +-
 imp/config/hooks.php.dist                      |    2 +-
 imp/contacts.php                               |    2 +-
 imp/filterprefs.php                            |    2 +-
 imp/folders-mimp.php                           |    2 +-
 imp/folders.php                                |   14 +-
 imp/index-dimp.php                             |    2 +-
 imp/lib/Crypt/Pgp.php                          |    2 +-
 imp/lib/Crypt/Smime.php                        |    2 +-
 imp/lib/IMP.php                                |    2 +-
 imp/lib/Ui/Compose.php                         |    2 +-
 imp/lib/Views/Compose.php                      |    2 +-
 imp/mailbox-mimp.php                           |    4 +-
 imp/mailbox.php                                |   24 +-
 imp/message-dimp.php                           |    2 +-
 imp/message-mimp.php                           |    4 +-
 imp/message.php                                |   12 +-
 imp/pgp.php                                    |    2 +-
 imp/search-basic.php                           |    2 +-
 imp/search.php                                 |    2 +-
 imp/stationery.php                             |    2 +-
 imp/templates/acl/acl.html                     |  102 -----
 imp/templates/chunks/compose.php               |  146 -------
 imp/templates/chunks/message.php               |  149 -------
 imp/templates/common-header.inc                |    4 +-
 imp/templates/compose/compose-mimp.html        |   63 ---
 imp/templates/compose/compose.html             |  308 ---------------
 imp/templates/compose/redirect.html            |   52 ---
 imp/templates/compose/success.html             |    1 -
 imp/templates/contacts/contacts.html           |   73 ----
 imp/templates/dimp/chunks/compose.php          |  146 +++++++
 imp/templates/dimp/chunks/message.php          |  149 +++++++
 imp/templates/dimp/compose/compose.html        |    9 +
 imp/templates/dimp/index.inc                   |  498 ++++++++++++++++++++++++
 imp/templates/dimp/javascript_defs_dimp.php    |  202 ++++++++++
 imp/templates/dimp/portal/portal.html          |    9 +
 imp/templates/filters/prefs.html               |   37 --
 imp/templates/folders/actions.html             |   60 ---
 imp/templates/folders/folders-mimp.html        |   10 -
 imp/templates/folders/folders.html             |    5 -
 imp/templates/folders/folders_confirm.html     |   27 --
 imp/templates/folders/folders_size.html        |   32 --
 imp/templates/folders/head.html                |   11 -
 imp/templates/folders/import.html              |   19 -
 imp/templates/imp/acl/acl.html                 |  102 +++++
 imp/templates/imp/compose.html                 |    9 -
 imp/templates/imp/compose/compose.html         |  308 +++++++++++++++
 imp/templates/imp/compose/redirect.html        |   52 +++
 imp/templates/imp/compose/success.html         |    1 +
 imp/templates/imp/contacts/contacts.html       |   73 ++++
 imp/templates/imp/folders/actions.html         |   60 +++
 imp/templates/imp/folders/folders.html         |    5 +
 imp/templates/imp/folders/folders_confirm.html |   27 ++
 imp/templates/imp/folders/folders_size.html    |   32 ++
 imp/templates/imp/folders/head.html            |   11 +
 imp/templates/imp/folders/import.html          |   19 +
 imp/templates/imp/javascript_defs.php          |   72 ++++
 imp/templates/imp/mailbox/actions.html         |   28 ++
 imp/templates/imp/mailbox/actions_deleted.html |    6 +
 imp/templates/imp/mailbox/empty_mailbox.html   |    3 +
 imp/templates/imp/mailbox/header.html          |   23 ++
 imp/templates/imp/mailbox/mailbox.html         |   12 +
 imp/templates/imp/mailbox/message_footers.html |    6 +
 imp/templates/imp/mailbox/message_headers.html |   22 +
 imp/templates/imp/mailbox/navbar.html          |   56 +++
 imp/templates/imp/mailbox/searchfolder.html    |    3 +
 imp/templates/imp/menu/menu.html               |   22 +
 imp/templates/imp/message/message.html         |   14 +
 imp/templates/imp/message/navbar_actions.html  |   59 +++
 imp/templates/imp/message/navbar_navigate.html |   54 +++
 imp/templates/imp/message/navbar_top.html      |   14 +
 imp/templates/imp/portal.html                  |    9 -
 imp/templates/imp/search/search-basic.html     |   49 +++
 imp/templates/imp/search/search.html           |  106 +++++
 imp/templates/imp/thread/thread.html           |   26 ++
 imp/templates/index/index-dimp.inc             |  498 ------------------------
 imp/templates/javascript_defs.php              |   72 ----
 imp/templates/javascript_defs_dimp.php         |  202 ----------
 imp/templates/mailbox/actions.html             |   28 --
 imp/templates/mailbox/actions_deleted.html     |    6 -
 imp/templates/mailbox/empty_mailbox.html       |    3 -
 imp/templates/mailbox/header.html              |   23 --
 imp/templates/mailbox/mailbox-mimp.html        |   50 ---
 imp/templates/mailbox/mailbox.html             |   12 -
 imp/templates/mailbox/message_footers.html     |    6 -
 imp/templates/mailbox/message_headers.html     |   22 -
 imp/templates/mailbox/navbar.html              |   56 ---
 imp/templates/mailbox/search-mimp.html         |   17 -
 imp/templates/mailbox/searchfolder.html        |    3 -
 imp/templates/menu.html                        |   22 -
 imp/templates/message/message-mimp.html        |   31 --
 imp/templates/message/message.html             |   14 -
 imp/templates/message/navbar_actions.html      |   59 ---
 imp/templates/message/navbar_navigate.html     |   54 ---
 imp/templates/message/navbar_top.html          |   14 -
 imp/templates/message/part-mimp.html           |   15 -
 imp/templates/mimp/compose/compose.html        |   63 +++
 imp/templates/mimp/folders/folders.html        |   10 +
 imp/templates/mimp/mailbox/mailbox.html        |   50 +++
 imp/templates/mimp/mailbox/search.html         |   17 +
 imp/templates/mimp/message/message.html        |   31 ++
 imp/templates/mimp/message/part.html           |   15 +
 imp/templates/pgp/import_key.html              |   56 ---
 imp/templates/pgp/pgp.html                     |  185 ---------
 imp/templates/prefs/filters/filters.html       |   37 ++
 imp/templates/prefs/pgp/import_key.html        |   56 +++
 imp/templates/prefs/pgp/pgp.html               |  185 +++++++++
 imp/templates/prefs/smime/import_key.html      |   77 ++++
 imp/templates/prefs/smime/smime.html           |  130 ++++++
 imp/templates/prefs/stationery/stationery.html |   49 +++
 imp/templates/search/search-basic.html         |   49 ---
 imp/templates/search/search.html               |  106 -----
 imp/templates/smime/import_key.html            |   77 ----
 imp/templates/smime/smime.html                 |  130 ------
 imp/templates/stationery/stationery.html       |   49 ---
 imp/templates/thread/thread.html               |   26 --
 imp/thread.php                                 |    2 +-
 120 files changed, 3050 insertions(+), 3050 deletions(-)
 delete mode 100644 imp/templates/acl/acl.html
 delete mode 100644 imp/templates/chunks/compose.php
 delete mode 100644 imp/templates/chunks/message.php
 delete mode 100644 imp/templates/compose/compose-mimp.html
 delete mode 100644 imp/templates/compose/compose.html
 delete mode 100644 imp/templates/compose/redirect.html
 delete mode 100644 imp/templates/compose/success.html
 delete mode 100644 imp/templates/contacts/contacts.html
 create mode 100644 imp/templates/dimp/chunks/compose.php
 create mode 100644 imp/templates/dimp/chunks/message.php
 create mode 100644 imp/templates/dimp/compose/compose.html
 create mode 100644 imp/templates/dimp/index.inc
 create mode 100644 imp/templates/dimp/javascript_defs_dimp.php
 create mode 100644 imp/templates/dimp/portal/portal.html
 delete mode 100644 imp/templates/filters/prefs.html
 delete mode 100644 imp/templates/folders/actions.html
 delete mode 100644 imp/templates/folders/folders-mimp.html
 delete mode 100644 imp/templates/folders/folders.html
 delete mode 100644 imp/templates/folders/folders_confirm.html
 delete mode 100644 imp/templates/folders/folders_size.html
 delete mode 100644 imp/templates/folders/head.html
 delete mode 100644 imp/templates/folders/import.html
 create mode 100644 imp/templates/imp/acl/acl.html
 delete mode 100644 imp/templates/imp/compose.html
 create mode 100644 imp/templates/imp/compose/compose.html
 create mode 100644 imp/templates/imp/compose/redirect.html
 create mode 100644 imp/templates/imp/compose/success.html
 create mode 100644 imp/templates/imp/contacts/contacts.html
 create mode 100644 imp/templates/imp/folders/actions.html
 create mode 100644 imp/templates/imp/folders/folders.html
 create mode 100644 imp/templates/imp/folders/folders_confirm.html
 create mode 100644 imp/templates/imp/folders/folders_size.html
 create mode 100644 imp/templates/imp/folders/head.html
 create mode 100644 imp/templates/imp/folders/import.html
 create mode 100644 imp/templates/imp/javascript_defs.php
 create mode 100644 imp/templates/imp/mailbox/actions.html
 create mode 100644 imp/templates/imp/mailbox/actions_deleted.html
 create mode 100644 imp/templates/imp/mailbox/empty_mailbox.html
 create mode 100644 imp/templates/imp/mailbox/header.html
 create mode 100644 imp/templates/imp/mailbox/mailbox.html
 create mode 100644 imp/templates/imp/mailbox/message_footers.html
 create mode 100644 imp/templates/imp/mailbox/message_headers.html
 create mode 100644 imp/templates/imp/mailbox/navbar.html
 create mode 100644 imp/templates/imp/mailbox/searchfolder.html
 create mode 100644 imp/templates/imp/menu/menu.html
 create mode 100644 imp/templates/imp/message/message.html
 create mode 100644 imp/templates/imp/message/navbar_actions.html
 create mode 100644 imp/templates/imp/message/navbar_navigate.html
 create mode 100644 imp/templates/imp/message/navbar_top.html
 delete mode 100644 imp/templates/imp/portal.html
 create mode 100644 imp/templates/imp/search/search-basic.html
 create mode 100644 imp/templates/imp/search/search.html
 create mode 100644 imp/templates/imp/thread/thread.html
 delete mode 100644 imp/templates/index/index-dimp.inc
 delete mode 100644 imp/templates/javascript_defs.php
 delete mode 100644 imp/templates/javascript_defs_dimp.php
 delete mode 100644 imp/templates/mailbox/actions.html
 delete mode 100644 imp/templates/mailbox/actions_deleted.html
 delete mode 100644 imp/templates/mailbox/empty_mailbox.html
 delete mode 100644 imp/templates/mailbox/header.html
 delete mode 100644 imp/templates/mailbox/mailbox-mimp.html
 delete mode 100644 imp/templates/mailbox/mailbox.html
 delete mode 100644 imp/templates/mailbox/message_footers.html
 delete mode 100644 imp/templates/mailbox/message_headers.html
 delete mode 100644 imp/templates/mailbox/navbar.html
 delete mode 100644 imp/templates/mailbox/search-mimp.html
 delete mode 100644 imp/templates/mailbox/searchfolder.html
 delete mode 100644 imp/templates/menu.html
 delete mode 100644 imp/templates/message/message-mimp.html
 delete mode 100644 imp/templates/message/message.html
 delete mode 100644 imp/templates/message/navbar_actions.html
 delete mode 100644 imp/templates/message/navbar_navigate.html
 delete mode 100644 imp/templates/message/navbar_top.html
 delete mode 100644 imp/templates/message/part-mimp.html
 create mode 100644 imp/templates/mimp/compose/compose.html
 create mode 100644 imp/templates/mimp/folders/folders.html
 create mode 100644 imp/templates/mimp/mailbox/mailbox.html
 create mode 100644 imp/templates/mimp/mailbox/search.html
 create mode 100644 imp/templates/mimp/message/message.html
 create mode 100644 imp/templates/mimp/message/part.html
 delete mode 100644 imp/templates/pgp/import_key.html
 delete mode 100644 imp/templates/pgp/pgp.html
 create mode 100644 imp/templates/prefs/filters/filters.html
 create mode 100644 imp/templates/prefs/pgp/import_key.html
 create mode 100644 imp/templates/prefs/pgp/pgp.html
 create mode 100644 imp/templates/prefs/smime/import_key.html
 create mode 100644 imp/templates/prefs/smime/smime.html
 create mode 100644 imp/templates/prefs/stationery/stationery.html
 delete mode 100644 imp/templates/search/search-basic.html
 delete mode 100644 imp/templates/search/search.html
 delete mode 100644 imp/templates/smime/import_key.html
 delete mode 100644 imp/templates/smime/smime.html
 delete mode 100644 imp/templates/stationery/stationery.html
 delete mode 100644 imp/templates/thread/thread.html

http://git.horde.org/diff.php/imp/acl.php?rt=horde-git&r1=1176375ff3e866d7aad6fdcf46332d1c0f88cecb&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=ab9bce1bda5ae2897471e454e9f564cc5072056d&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=4ffb945aef1597b49a997bd136f42de236c079b3&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=a07a670b86c2a5d7c611d903ffbd516f99f30ee7&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-git&r1=f79f4a520cbf7286a6fa0f6ba9f6fdf994b7d178&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/contacts.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/filterprefs.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/folders-mimp.php?rt=horde-git&r1=ae01e1a6e888ae56749fad1ef5d249fa7d7e4d05&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=77b8012d6c8c33dbd531e5aa9b2409236ec927b8&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-git&r1=49893aecfc0d44ad7250d5056ac1b7ed91dd0d52&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-git&r1=6d97c196be61e3bca4413767f7b6f4d12b62fefd&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/lib/Crypt/Smime.php?rt=horde-git&r1=6d97c196be61e3bca4413767f7b6f4d12b62fefd&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=800cbfcc7c0a7707a2b903171dab4ed35483f186&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=3ebb5b544254ce1009074f0fa21f2c885a3e9ad3&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=ab9bce1bda5ae2897471e454e9f564cc5072056d&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-git&r1=4ffb945aef1597b49a997bd136f42de236c079b3&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-git&r1=fa80002ae1bb5ab46a81405f9b8422fa3bb2228d&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=4ffb945aef1597b49a997bd136f42de236c079b3&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=11fe4cd222efe6bf9b5e2ae465d8620255962a99&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-git&r1=6d97c196be61e3bca4413767f7b6f4d12b62fefd&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/search-basic.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/stationery.php?rt=horde-git&r1=a07a670b86c2a5d7c611d903ffbd516f99f30ee7&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/acl/acl.html?rt=horde-git&r1=1176375ff3e866d7aad6fdcf46332d1c0f88cecb&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/chunks/compose.php?rt=horde-git&r1=3ee55b19e4134c3253866ebb660a1150fd246c1b&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/chunks/message.php?rt=horde-git&r1=f7ff14c920be92809d72c7298bba4aabbea15c22&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/common-header.inc?rt=horde-git&r1=8558d2e4fdc8ee8c70fd2bd337be6e5c92b4ad38&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/compose/compose-mimp.html?rt=horde-git&r1=ae01e1a6e888ae56749fad1ef5d249fa7d7e4d05&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/compose/compose.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/compose/redirect.html?rt=horde-git&r1=3ebb5b544254ce1009074f0fa21f2c885a3e9ad3&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/compose/success.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/contacts/contacts.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/dimp/chunks/compose.php?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/dimp/chunks/message.php?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/dimp/compose/compose.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/dimp/index.inc?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/dimp/portal/portal.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/filters/prefs.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/folders/actions.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/folders/folders-mimp.html?rt=horde-git&r1=ae01e1a6e888ae56749fad1ef5d249fa7d7e4d05&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/folders/folders.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/folders/folders_confirm.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/folders/folders_size.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/folders/head.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/folders/import.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/acl/acl.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/imp/compose.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/compose/compose.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/compose/redirect.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/compose/success.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/contacts/contacts.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/folders/actions.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/folders/folders.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/folders/folders_confirm.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/folders/folders_size.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/folders/head.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/folders/import.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/javascript_defs.php?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/mailbox/actions.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/mailbox/actions_deleted.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/mailbox/empty_mailbox.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/mailbox/header.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/mailbox/mailbox.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/mailbox/message_footers.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/mailbox/message_headers.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/mailbox/navbar.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/mailbox/searchfolder.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/menu/menu.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/message/message.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/message/navbar_actions.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/message/navbar_navigate.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/message/navbar_top.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/imp/portal.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/search/search-basic.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/search/search.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/imp/thread/thread.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/javascript_defs.php?rt=horde-git&r1=fa80002ae1bb5ab46a81405f9b8422fa3bb2228d&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-git&r1=8a2cff8cb1b440acc23767d300f01caa7c584d3e&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/mailbox/actions.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/mailbox/actions_deleted.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/mailbox/empty_mailbox.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/mailbox/header.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/mailbox/mailbox-mimp.html?rt=horde-git&r1=f79f4a520cbf7286a6fa0f6ba9f6fdf994b7d178&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/mailbox/mailbox.html?rt=horde-git&r1=b91bb3fbaedd085555a9628060f2f3a13df4537f&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/mailbox/message_footers.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/mailbox/message_headers.html?rt=horde-git&r1=d08804fd706e3cea9c3ea9aa9d9901b17dcf6fa9&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/mailbox/navbar.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/mailbox/search-mimp.html?rt=horde-git&r1=ae01e1a6e888ae56749fad1ef5d249fa7d7e4d05&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/mailbox/searchfolder.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/menu.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/message/message-mimp.html?rt=horde-git&r1=11fe4cd222efe6bf9b5e2ae465d8620255962a99&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/message/message.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/message/navbar_actions.html?rt=horde-git&r1=f7ff14c920be92809d72c7298bba4aabbea15c22&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/message/navbar_navigate.html?rt=horde-git&r1=3f38355c0d007f73ad697972261873e7d57521bc&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/message/navbar_top.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/message/part-mimp.html?rt=horde-git&r1=11fe4cd222efe6bf9b5e2ae465d8620255962a99&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/mimp/compose/compose.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/mimp/folders/folders.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/mimp/mailbox/mailbox.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/mimp/mailbox/search.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/mimp/message/message.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/mimp/message/part.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/pgp/import_key.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/pgp/pgp.html?rt=horde-git&r1=143acecf023c46b6298013c3c98618fa64d23b4e&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/prefs/filters/filters.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/prefs/pgp/import_key.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/prefs/pgp/pgp.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/prefs/smime/import_key.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/prefs/smime/smime.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/co.php/imp/templates/prefs/stationery/stationery.html?rt=horde-git&r=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/search/search-basic.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/search/search.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/smime/import_key.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/smime/smime.html?rt=horde-git&r1=143acecf023c46b6298013c3c98618fa64d23b4e&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/stationery/stationery.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/templates/thread/thread.html?rt=horde-git&r1=6969a512d22bf1f74a91d178cc8266fe07205315&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a
http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a

-----------------------------------------------------------------------

commit 974fc0585060d51389ecad12f309fb30ec772d26
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 15 21:38:50 2010 -0600

    Optimize part display handling.

 imp/lib/Ui/Message.php |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/imp/lib/Ui/Message.php?rt=horde-git&r1=11fe4cd222efe6bf9b5e2ae465d8620255962a99&r2=974fc0585060d51389ecad12f309fb30ec772d26

-----------------------------------------------------------------------

commit d36948f4d902b8aa5757c3e54e27790b4a451014
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 15 21:39:29 2010 -0600

    For MIMP, prefer text/plain parts in multipart/alternative parts

 imp/lib/Mime/Viewer/Alternative.php |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Alternative.php?rt=horde-git&r1=09d5af4cca7237a0b0dd375092bc735741521e6b&r2=d36948f4d902b8aa5757c3e54e27790b4a451014

-----------------------------------------------------------------------

commit 86019b803a2c7cc946ba6a83ce0b2df63e615c12
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 15 21:42:47 2010 -0600

    Need to grab message index before we possibly delete last message in mailbox

 imp/message-mimp.php |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=86019b803a2c7cc946ba6a83ce0b2df63e615c12

-----------------------------------------------------------------------

commit b51ea2e233b9c019883ff1dc0f4ce4dc507fb5a9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 15 22:36:18 2010 -0600

    Fix usage of getAttachments() return.

 imp/lib/Compose.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=13a872233cc7fc6235a4b5a9fc15e6cf485af9cb&r2=b51ea2e233b9c019883ff1dc0f4ce4dc507fb5a9

-----------------------------------------------------------------------

commit 04c2127680133db05d06b4ddd66a9361548164aa
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Mar 15 22:52:09 2010 -0600

    Add ability to add attachments for advanced mobile browsers

 imp/compose-mimp.php                    |   20 ++++++++++++++++++++
 imp/config/hooks.php.dist               |    4 ++++
 imp/docs/CHANGES                        |    6 ++++--
 imp/templates/mimp/compose/compose.html |   13 ++++++++++++-
 4 files changed, 40 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=04c2127680133db05d06b4ddd66a9361548164aa
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=04c2127680133db05d06b4ddd66a9361548164aa
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=f79f4a520cbf7286a6fa0f6ba9f6fdf994b7d178&r2=04c2127680133db05d06b4ddd66a9361548164aa
http://git.horde.org/diff.php/imp/templates/mimp/compose/compose.html?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=04c2127680133db05d06b4ddd66a9361548164aa




More information about the commits mailing list