[commits] Horde-Hatchery branch master updated. 03b873a3c2c36e31645423438c483ca2c3ccc51d

Michael M Slusarz slusarz at horde.org
Sun Jul 19 01:47:19 UTC 2009


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

from: ac7af75129d89f7c3857619be921169bbff6884d

03b873a... Revert "Fix issues found during lint check"

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

commit 03b873a3c2c36e31645423438c483ca2c3ccc51d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Jul 18 19:46:44 2009 -0600

    Revert "Fix issues found during lint check"
    
    This reverts commit ac7af75129d89f7c3857619be921169bbff6884d.
    
    Turns out we need double quotes for gettext strings.

 imp/acl.php                                          |   26 +-
 imp/ajax.php                                         |   30 +-
 imp/attachment.php                                   |   16 +-
 imp/compose-dimp.php                                 |   16 +-
 imp/compose-mimp.php                                 |   20 +-
 imp/compose.php                                      |  125 +++---
 imp/config/hooks.php.dist                            |   48 +-
 imp/config/motd.php.dist                             |    2 +-
 imp/config/portal.php.dist                           |    2 +-
 imp/config/prefs.php.dist                            |  470 +++++++++---------
 imp/config/servers.php.dist                          |    2 +-
 imp/contacts.php                                     |    4 +-
 imp/fetchmailprefs.php                               |    8 +-
 imp/filterprefs.php                                  |   22 +-
 imp/folders-mimp.php                                 |    6 +-
 imp/folders.php                                      |   50 +-
 imp/lib/Auth.php                                     |    2 +-
 imp/lib/Block/Foldersummary.php                      |    6 +-
 imp/lib/Block/Newmail.php                            |    6 +-
 imp/lib/Block/summary.php                            |   14 +-
 imp/lib/Block/tree_folders.php                       |    6 +-
 imp/lib/Compose.php                                  |  136 +++---
 imp/lib/Contents.php                                 |   26 +-
 imp/lib/Crypt/Pgp.php                                |   13 +-
 imp/lib/Crypt/Smime.php                              |    7 +-
 imp/lib/DIMP.php                                     |    6 +-
 imp/lib/Fetchmail.php                                |   25 +-
 imp/lib/Fetchmail/imap.php                           |   18 +-
 imp/lib/Filter.php                                   |   12 +-
 imp/lib/Folder.php                                   |   40 +-
 imp/lib/IMP.php                                      |   98 ++--
 imp/lib/Identity/imp.php                             |    6 +-
 imp/lib/Imap.php                                     |    2 +-
 imp/lib/Imap/Acl.php                                 |   60 ++--
 imp/lib/Imap/Flags.php                               |    2 +-
 imp/lib/Imap/Tree.php                                |   37 +-
 imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php |    2 +-
 imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php    |    6 +-
 imp/lib/LoginTasks/Task/PurgeSentmail.php            |    6 +-
 imp/lib/LoginTasks/Task/PurgeSpam.php                |    4 +-
 imp/lib/LoginTasks/Task/PurgeTrash.php               |    4 +-
 imp/lib/LoginTasks/Task/RenameSentmailMonthly.php    |    6 +-
 imp/lib/MIMP.php                                     |   10 +-
 imp/lib/Mailbox.php                                  |    4 +-
 imp/lib/Maillog.php                                  |    6 +-
 imp/lib/Message.php                                  |   46 +-
 imp/lib/Mime/Viewer/Alternative.php                  |    2 +-
 imp/lib/Mime/Viewer/Appledouble.php                  |   12 +-
 imp/lib/Mime/Viewer/Html.php                         |    4 +-
 imp/lib/Mime/Viewer/Images.php                       |   16 +-
 imp/lib/Mime/Viewer/Itip.php                         |  248 +++++-----
 imp/lib/Mime/Viewer/Mdn.php                          |   10 +-
 imp/lib/Mime/Viewer/Partial.php                      |    2 +-
 imp/lib/Mime/Viewer/Pdf.php                          |    6 +-
 imp/lib/Mime/Viewer/Pgp.php                          |   36 +-
 imp/lib/Mime/Viewer/Plain.php                        |    4 +-
 imp/lib/Mime/Viewer/Smil.php                         |    2 +-
 imp/lib/Mime/Viewer/Smime.php                        |   26 +-
 imp/lib/Mime/Viewer/Status.php                       |   24 +-
 imp/lib/Mime/Viewer/Tnef.php                         |    8 +-
 imp/lib/Mime/Viewer/Zip.php                          |    2 +-
 imp/lib/Notification/Listener/Status.php             |    6 +-
 imp/lib/Quota.php                                    |   12 +-
 imp/lib/Quota/Command.php                            |   10 +-
 imp/lib/Quota/Hook.php                               |    2 +-
 imp/lib/Quota/Imap.php                               |    2 +-
 imp/lib/Quota/Logfile.php                            |    4 +-
 imp/lib/Quota/Maildir.php                            |    2 +-
 imp/lib/Quota/Mdaemon.php                            |    6 +-
 imp/lib/Quota/Mercury32.php                          |    2 +-
 imp/lib/Quota/Sql.php                                |    2 +-
 imp/lib/Search.php                                   |   64 ++--
 imp/lib/Sentmail.php                                 |    2 +-
 imp/lib/Spam.php                                     |   18 +-
 imp/lib/UI/Compose.php                               |   20 +-
 imp/lib/UI/Mailbox.php                               |   24 +-
 imp/lib/UI/Message.php                               |   48 +-
 imp/lib/Views/ListMessages.php                       |    6 +-
 imp/lib/Views/ShowMessage.php                        |   20 +-
 imp/lib/api.php                                      |   18 +-
 imp/lib/prefs.php                                    |    4 +-
 imp/login.php                                        |   20 +-
 imp/mailbox-mimp.php                                 |   24 +-
 imp/mailbox.php                                      |  116 +++---
 imp/message-mimp.php                                 |   42 +-
 imp/message.php                                      |   96 ++--
 imp/pgp.php                                          |   64 ++--
 imp/rss.php                                          |    4 +-
 imp/saveimage.php                                    |    4 +-
 imp/search.php                                       |   28 +-
 imp/smime.php                                        |   44 +-
 imp/stationery.php                                   |   16 +-
 imp/templates/common-header.inc                      |    2 +-
 imp/templates/javascript_defs.php                    |   70 ++--
 imp/templates/javascript_defs_dimp.php               |   86 ++--
 imp/templates/login/mobile.inc                       |    2 +-
 imp/test.php                                         |   14 +-
 imp/thread.php                                       |   22 +-
 imp/view.php                                         |    8 +-
 99 files changed, 1399 insertions(+), 1400 deletions(-)

http://git.horde.org/diff.php/imp/acl.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/config/motd.php.dist?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/config/portal.php.dist?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/config/servers.php.dist?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/contacts.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/fetchmailprefs.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/filterprefs.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/folders-mimp.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/folders.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Block/Foldersummary.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Block/Newmail.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Crypt/Smime.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Fetchmail.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Fetchmail/imap.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Filter.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Folder.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Identity/imp.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Imap/Acl.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Imap/Flags.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSentmail.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSpam.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeTrash.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/RenameSentmailMonthly.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/MIMP.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Maillog.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Alternative.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Appledouble.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Images.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Mdn.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Partial.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pdf.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Plain.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smil.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Status.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Tnef.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Zip.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Notification/Listener/Status.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Quota.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Quota/Command.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Quota/Hook.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Quota/Imap.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Quota/Logfile.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Quota/Maildir.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Quota/Mdaemon.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Quota/Mercury32.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Quota/Sql.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Sentmail.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/UI/Compose.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/UI/Mailbox.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/UI/Message.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/api.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/lib/prefs.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/login.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/rss.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/search.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/smime.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/stationery.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/templates/common-header.inc?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/templates/javascript_defs.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/templates/login/mobile.inc?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/test.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/thread.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d
http://git.horde.org/diff.php/imp/view.php?rt=horde-hatchery&r1=ac7af75129d89f7c3857619be921169bbff6884d&r2=03b873a3c2c36e31645423438c483ca2c3ccc51d




More information about the commits mailing list