[commits] Horde-Hatchery branch master updated. d3fcd5cdd11ada51d44c03fccd529ba9beed543d

Michael M Slusarz slusarz at horde.org
Thu Dec 24 04:46:41 UTC 2009


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

from: da4c5687690883de5668a2ce8bb7b279a815b6d1

35c0f39 Move imp to horde-git
d3fcd5c Update .gitignore

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

commit 35c0f39d9726c1c7a39f49c90e5b6546ce820e63
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 23 21:40:01 2009 -0700

    Move imp to horde-git

 imp/COPYING                                                |  280 -
 imp/README                                                 |   91 -
 imp/acl.php                                                |  199 -
 imp/ajax.php                                               |  892 --
 imp/attachment.php                                         |  129 -
 imp/compose-dimp.php                                       |  332 -
 imp/compose-mimp.php                                       |  298 -
 imp/compose.php                                            | 1136 --
 imp/config/.htaccess                                       |    1 -
 imp/config/conf.xml                                        |  279 -
 imp/config/filter.txt.dist                                 |    4 -
 imp/config/header.php.dist                                 |   25 -
 imp/config/hooks.php.dist                                  |  674 -
 imp/config/menu.php.dist                                   |   43 -
 imp/config/mime_drivers.php.dist                           |  297 -
 imp/config/portal.php.dist                                 |   45 -
 imp/config/prefs.php.dist                                  | 1747 ---
 imp/config/servers.php.dist                                |  316 -
 imp/config/trailer.txt.dist                                |    3 -
 imp/contacts.php                                           |  109 -
 imp/docs/CHANGES                                           | 2742 ----
 imp/docs/CREDITS                                           |  140 -
 imp/docs/INSTALL                                           |  479 -
 imp/docs/RELEASE_NOTES                                     |   49 -
 imp/docs/RFCS                                              |  150 -
 imp/docs/UPGRADING                                         |  255 -
 imp/filterprefs.php                                        |  126 -
 imp/folders-mimp.php                                       |   64 -
 imp/folders.php                                            |  494 -
 imp/index-dimp.php                                         |   68 -
 imp/index.php                                              |   17 -
 imp/js/ContextSensitive.js                                 |  389 -
 imp/js/DimpBase.js                                         | 3089 -----
 imp/js/DimpCore.js                                         |  529 -
 imp/js/DimpSlider.js                                       |  243 -
 imp/js/ViewPort.js                                         | 1772 ---
 imp/js/accountsprefs.js                                    |   60 -
 imp/js/acl.js                                              |   56 -
 imp/js/addressbooksprefs.js                                |  169 -
 imp/js/compose-dimp.js                                     |  911 --
 imp/js/compose.js                                          |  461 -
 imp/js/contacts.js                                         |  204 -
 imp/js/dialog.js                                           |   93 -
 imp/js/flagprefs.js                                        |   82 -
 imp/js/folderprefs.js                                      |   49 -
 imp/js/folders.js                                          |  206 -
 imp/js/fullmessage-dimp.js                                 |  218 -
 imp/js/imp.js                                              |  118 -
 imp/js/login.js                                            |   34 -
 imp/js/mailbox-dimp.js                                     |   39 -
 imp/js/mailbox.js                                          |  352 -
 imp/js/message.js                                          |  191 -
 imp/js/search.js                                           |  454 -
 imp/lib/.htaccess                                          |    1 -
 imp/lib/Accounts.php                                       |  134 -
 imp/lib/Ajax/Imple/ContactAutoCompleter.php                |   95 -
 imp/lib/Api.php                                            |  244 -
 imp/lib/Application.php                                    | 1136 --
 imp/lib/Auth.php                                           |  492 -
 imp/lib/Block/Foldersummary.php                            |   80 -
 imp/lib/Block/Newmail.php                                  |   71 -
 imp/lib/Block/summary.php                                  |  135 -
 imp/lib/Block/tree_folders.php                             |  117 -
 imp/lib/Compose.php                                        | 2686 ----
 imp/lib/Compose/Exception.php                              |   24 -
 imp/lib/Contents.php                                       | 1029 --
 imp/lib/Crypt/Pgp.php                                      |  594 -
 imp/lib/Crypt/Smime.php                                    |  430 -
 imp/lib/Dimp.php                                           |  309 -
 imp/lib/Exception.php                                      |   15 -
 imp/lib/Filter.php                                         |  134 -
 imp/lib/Folder.php                                         |  573 -
 imp/lib/IMP.php                                            | 1186 --
 imp/lib/Imap.php                                           |  421 -
 imp/lib/Imap/Acl.php                                       |  215 -
 imp/lib/Imap/Flags.php                                     |  426 -
 imp/lib/Imap/Thread.php                                    |  187 -
 imp/lib/Imap/Tree.php                                      | 2097 ---
 imp/lib/LoginTasks/SystemTask/GarbageCollection.php        |   56 -
 imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php          |  162 -
 imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php       |   66 -
 imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php          |   78 -
 imp/lib/LoginTasks/Task/PurgeSentmail.php                  |  102 -
 imp/lib/LoginTasks/Task/PurgeSpam.php                      |   85 -
 imp/lib/LoginTasks/Task/PurgeTrash.php                     |   85 -
 imp/lib/LoginTasks/Task/RenameSentmailMonthly.php          |  105 -
 imp/lib/Mailbox.php                                        |  842 --
 imp/lib/Maillog.php                                        |  216 -
 imp/lib/Message.php                                        |  795 --
 imp/lib/Mime/Viewer/Alternative.php                        |  130 -
 imp/lib/Mime/Viewer/Appledouble.php                        |  111 -
 imp/lib/Mime/Viewer/Enriched.php                           |   79 -
 imp/lib/Mime/Viewer/Html.php                               |  327 -
 imp/lib/Mime/Viewer/Images.php                             |  297 -
 imp/lib/Mime/Viewer/Itip.php                               | 1018 --
 imp/lib/Mime/Viewer/Mdn.php                                |  108 -
 imp/lib/Mime/Viewer/Partial.php                            |  118 -
 imp/lib/Mime/Viewer/Pdf.php                                |  143 -
 imp/lib/Mime/Viewer/Pgp.php                                |  434 -
 imp/lib/Mime/Viewer/Plain.php                              |  331 -
 imp/lib/Mime/Viewer/Related.php                            |  120 -
 imp/lib/Mime/Viewer/Rfc822.php                             |   30 -
 imp/lib/Mime/Viewer/Smil.php                               |   58 -
 imp/lib/Mime/Viewer/Smime.php                              |  360 -
 imp/lib/Mime/Viewer/Status.php                             |  151 -
 imp/lib/Mime/Viewer/Tnef.php                               |  129 -
 imp/lib/Mime/Viewer/Zip.php                                |   94 -
 imp/lib/Mimp.php                                           |   56 -
 imp/lib/Notification/Listener/Status.php                   |   94 -
 imp/lib/Notification/Listener/StatusMobile.php             |   34 -
 imp/lib/Prefs/Identity.php                                 |  550 -
 imp/lib/Quota.php                                          |  160 -
 imp/lib/Quota/Command.php                                  |   92 -
 imp/lib/Quota/Hook.php                                     |   47 -
 imp/lib/Quota/Imap.php                                     |   35 -
 imp/lib/Quota/Logfile.php                                  |   87 -
 imp/lib/Quota/Maildir.php                                  |  112 -
 imp/lib/Quota/Mdaemon.php                                  |  113 -
 imp/lib/Quota/Mercury32.php                                |   71 -
 imp/lib/Quota/Sql.php                                      |  133 -
 imp/lib/Search.php                                         |  857 --
 imp/lib/Sentmail.php                                       |  152 -
 imp/lib/Sentmail/Sql.php                                   |  217 -
 imp/lib/Spam.php                                           |  226 -
 imp/lib/Ui/Compose.php                                     |  250 -
 imp/lib/Ui/Folder.php                                      |  131 -
 imp/lib/Ui/Headers.php                                     |   42 -
 imp/lib/Ui/Mailbox.php                                     |  259 -
 imp/lib/Ui/Message.php                                     |  593 -
 imp/lib/Ui/Search.php                                      |  164 -
 imp/lib/Views/Compose.php                                  |  128 -
 imp/lib/Views/ListMessages.php                             |  395 -
 imp/lib/Views/ShowMessage.php                              |  325 -
 imp/lib/tests/fixtures/maildirsize                         |   35 -
 imp/lib/tests/mime_viewer_html.phpt                        |   72 -
 imp/lib/tests/quota_maildir.phpt                           |   17 -
 imp/locale/.htaccess                                       |    1 -
 imp/locale/ar_OM/LC_MESSAGES/imp.mo                        |  Bin 37438 -> 0 bytes
 imp/locale/ar_SY/LC_MESSAGES/imp.mo                        |  Bin 56770 -> 0 bytes
 imp/locale/bg_BG/LC_MESSAGES/imp.mo                        |  Bin 98585 -> 0 bytes
 imp/locale/bs_BA/LC_MESSAGES/imp.mo                        |  Bin 68666 -> 0 bytes
 imp/locale/ca_ES/LC_MESSAGES/imp.mo                        |  Bin 230845 -> 0 bytes
 imp/locale/ca_ES/help.xml                                  | 1051 --
 imp/locale/cs_CZ/LC_MESSAGES/imp.mo                        |  Bin 225276 -> 0 bytes
 imp/locale/cs_CZ/help.xml                                  | 1017 --
 imp/locale/da_DK/LC_MESSAGES/imp.mo                        |  Bin 213941 -> 0 bytes
 imp/locale/da_DK/help.xml                                  |  812 --
 imp/locale/de_DE/LC_MESSAGES/imp.mo                        |  Bin 278466 -> 0 bytes
 imp/locale/de_DE/help.xml                                  | 1263 --
 imp/locale/el_GR/LC_MESSAGES/imp.mo                        |  Bin 224062 -> 0 bytes
 imp/locale/el_GR/help.xml                                  |  803 --
 imp/locale/en_US/help.xml                                  |  854 --
 imp/locale/es_ES/LC_MESSAGES/imp.mo                        |  Bin 265054 -> 0 bytes
 imp/locale/es_ES/help.xml                                  |  877 --
 imp/locale/et_EE/LC_MESSAGES/imp.mo                        |  Bin 229045 -> 0 bytes
 imp/locale/et_EE/help.xml                                  |  804 --
 imp/locale/eu_ES/LC_MESSAGES/imp.mo                        |  Bin 266015 -> 0 bytes
 imp/locale/eu_ES/help.xml                                  |  326 -
 imp/locale/fa_IR/LC_MESSAGES/imp.mo                        |  Bin 240087 -> 0 bytes
 imp/locale/fa_IR/help.xml                                  | 2366 ----
 imp/locale/fi_FI/LC_MESSAGES/imp.mo                        |  Bin 258911 -> 0 bytes
 imp/locale/fi_FI/help.xml                                  | 1060 --
 imp/locale/fr_FR/LC_MESSAGES/imp.mo                        |  Bin 262440 -> 0 bytes
 imp/locale/fr_FR/help.xml                                  |  807 --
 imp/locale/gl_ES/LC_MESSAGES/imp.mo                        |  Bin 53794 -> 0 bytes
 imp/locale/he_IL/LC_MESSAGES/imp.mo                        |  Bin 10002 -> 0 bytes
 imp/locale/hr_HR/LC_MESSAGES/imp.mo                        |  Bin 261855 -> 0 bytes
 imp/locale/hr_HR/help.xml                                  |  841 --
 imp/locale/hu_HU/LC_MESSAGES/imp.mo                        |  Bin 263090 -> 0 bytes
 imp/locale/hu_HU/help.xml                                  |  968 --
 imp/locale/id_ID/LC_MESSAGES/imp.mo                        |  Bin 99360 -> 0 bytes
 imp/locale/is_IS/LC_MESSAGES/imp.mo                        |  Bin 54775 -> 0 bytes
 imp/locale/it_IT/LC_MESSAGES/imp.mo                        |  Bin 253223 -> 0 bytes
 imp/locale/it_IT/help.xml                                  |  834 --
 imp/locale/ja_JP/LC_MESSAGES/imp.mo                        |  Bin 237072 -> 0 bytes
 imp/locale/km_KH/LC_MESSAGES/imp.mo                        |  Bin 204039 -> 0 bytes
 imp/locale/ko_KR/LC_MESSAGES/imp.mo                        |  Bin 64388 -> 0 bytes
 imp/locale/ko_KR/help.xml                                  |  804 --
 imp/locale/lt_LT/LC_MESSAGES/imp.mo                        |  Bin 247032 -> 0 bytes
 imp/locale/lv_LV/LC_MESSAGES/imp.mo                        |  Bin 48885 -> 0 bytes
 imp/locale/mk_MK/LC_MESSAGES/imp.mo                        |  Bin 53919 -> 0 bytes
 imp/locale/nb_NO/LC_MESSAGES/imp.mo                        |  Bin 161564 -> 0 bytes
 imp/locale/nb_NO/help.xml                                  |  804 --
 imp/locale/nl_NL/LC_MESSAGES/imp.mo                        |  Bin 253002 -> 0 bytes
 imp/locale/nl_NL/help.xml                                  |  803 --
 imp/locale/nn_NO/LC_MESSAGES/imp.mo                        |  Bin 72241 -> 0 bytes
 imp/locale/pl_PL/LC_MESSAGES/imp.mo                        |  Bin 174829 -> 0 bytes
 imp/locale/pl_PL/help.xml                                  |  804 --
 imp/locale/pt_BR/LC_MESSAGES/imp.mo                        |  Bin 264243 -> 0 bytes
 imp/locale/pt_BR/help.xml                                  | 2765 ----
 imp/locale/pt_PT/LC_MESSAGES/imp.mo                        |  Bin 235905 -> 0 bytes
 imp/locale/pt_PT/help.xml                                  |  804 --
 imp/locale/ro_RO/LC_MESSAGES/imp.mo                        |  Bin 40833 -> 0 bytes
 imp/locale/ru_RU/LC_MESSAGES/imp.mo                        |  Bin 73566 -> 0 bytes
 imp/locale/ru_RU/help.xml                                  |  793 --
 imp/locale/sk_SK/LC_MESSAGES/imp.mo                        |  Bin 257306 -> 0 bytes
 imp/locale/sk_SK/help.xml                                  |  847 --
 imp/locale/sl_SI/LC_MESSAGES/imp.mo                        |  Bin 218244 -> 0 bytes
 imp/locale/sv_SE/LC_MESSAGES/imp.mo                        |  Bin 162328 -> 0 bytes
 imp/locale/sv_SE/help.xml                                  |  804 --
 imp/locale/th_TH/LC_MESSAGES/imp.mo                        |  Bin 30245 -> 0 bytes
 imp/locale/tr_TR/LC_MESSAGES/imp.mo                        |  Bin 242837 -> 0 bytes
 imp/locale/tr_TR/help.xml                                  | 2573 ----
 imp/locale/uk_UA/LC_MESSAGES/imp.mo                        |  Bin 198313 -> 0 bytes
 imp/locale/uk_UA/help.xml                                  |  804 --
 imp/locale/zh_CN/LC_MESSAGES/imp.mo                        |  Bin 191586 -> 0 bytes
 imp/locale/zh_CN/help.xml                                  |  804 --
 imp/locale/zh_TW/LC_MESSAGES/imp.mo                        |  Bin 222065 -> 0 bytes
 imp/locale/zh_TW/help.xml                                  | 7997 ------------
 imp/mailbox-mimp.php                                       |  237 -
 imp/mailbox.php                                            |  851 --
 imp/message-dimp.php                                       |   96 -
 imp/message-mimp.php                                       |  419 -
 imp/message.php                                            |  680 -
 imp/pgp.php                                                |  401 -
 imp/po/.htaccess                                           |    1 -
 imp/po/README                                              |    1 -
 imp/po/ar_OM.po                                            | 2206 ----
 imp/po/ar_SY.po                                            | 2203 ----
 imp/po/bg_BG.po                                            | 2279 ----
 imp/po/bs_BA.po                                            | 3392 -----
 imp/po/ca_ES.po                                            | 5142 --------
 imp/po/cs_CZ.po                                            | 5091 --------
 imp/po/da_DK.po                                            | 5123 --------
 imp/po/de_DE.po                                            | 6032 ---------
 imp/po/el_GR.po                                            | 4985 -------
 imp/po/es_ES.po                                            | 5853 ---------
 imp/po/et_EE.po                                            | 5534 --------
 imp/po/eu_ES.po                                            | 5910 ---------
 imp/po/fa_IR.po                                            | 4957 -------
 imp/po/fi_FI.po                                            | 5813 --------
 imp/po/fr_FR.po                                            | 5869 ---------
 imp/po/gl_ES.po                                            | 1653 ---
 imp/po/he_IL.po                                            |  274 -
 imp/po/hr_HR.po                                            | 5953 ---------
 imp/po/hu_HU.po                                            | 5684 --------
 imp/po/id_ID.po                                            | 1694 ---
 imp/po/imp.pot                                             | 5122 --------
 imp/po/is_IS.po                                            | 3104 -----
 imp/po/it_IT.po                                            | 5903 ---------
 imp/po/ja_JP.po                                            | 5505 --------
 imp/po/km_KH.po                                            | 5029 -------
 imp/po/ko_KR.po                                            | 3179 -----
 imp/po/lt_LT.po                                            | 5539 --------
 imp/po/lv_LV.po                                            | 1596 ---
 imp/po/mk_MK.po                                            | 1641 ---
 imp/po/nb_NO.po                                            | 4569 -------
 imp/po/nl_NL.po                                            | 5628 --------
 imp/po/nn_NO.po                                            | 2248 ----
 imp/po/pl_PL.po                                            | 5564 --------
 imp/po/pt_BR.po                                            | 5901 ---------
 imp/po/pt_PT.po                                            | 5135 --------
 imp/po/ro_RO.po                                            | 1277 --
 imp/po/ru_RU.po                                            | 6139 ---------
 imp/po/sk_SK.po                                            | 5819 ---------
 imp/po/sl_SI.po                                            | 5153 --------
 imp/po/sv_SE.po                                            | 4669 -------
 imp/po/th_TH.po                                            | 1839 ---
 imp/po/tr_TR.po                                            | 5805 --------
 imp/po/uk_UA.po                                            | 4951 -------
 imp/po/zh_CN.po                                            | 5179 --------
 imp/po/zh_TW.po                                            | 5657 --------
 imp/rss.php                                                |   91 -
 imp/saveimage.php                                          |   61 -
 imp/scripts/.htaccess                                      |    1 -
 imp/scripts/bounce_spam.php                                |   58 -
 imp/scripts/sql/imp.oci8.sql                               |   15 -
 imp/scripts/sql/imp.sql                                    |   15 -
 imp/scripts/sql/imp.xml                                    |   97 -
 imp/search-basic.php                                       |   78 -
 imp/search.php                                             |  225 -
 imp/smime.php                                              |  307 -
 imp/stationery.php                                         |  137 -
 imp/templates/.htaccess                                    |    1 -
 imp/templates/acl/acl.html                                 |  102 -
 imp/templates/chunks/compose.php                           |  137 -
 imp/templates/chunks/message.php                           |  147 -
 imp/templates/common-header.inc                            |   88 -
 imp/templates/compose/compose-mimp.inc                     |   53 -
 imp/templates/compose/compose.html                         |  308 -
 imp/templates/compose/redirect-mimp.inc                    |   21 -
 imp/templates/compose/redirect.html                        |   52 -
 imp/templates/compose/success.html                         |    1 -
 imp/templates/contacts/contacts.html                       |   73 -
 imp/templates/filters/prefs.html                           |   37 -
 imp/templates/folders/actions.html                         |   60 -
 imp/templates/folders/folders-mimp.inc                     |   38 -
 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/compose.html                             |    9 -
 imp/templates/imp/portal.html                              |    9 -
 imp/templates/index/index-dimp.inc                         |  502 -
 imp/templates/javascript_defs.php                          |   74 -
 imp/templates/javascript_defs_dimp.php                     |  207 -
 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.inc                     |   44 -
 imp/templates/mailbox/mailbox.html                         |   15 -
 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.inc                      |   19 -
 imp/templates/mailbox/searchfolder.html                    |    3 -
 imp/templates/menu.html                                    |   22 -
 imp/templates/message/message.html                         |   14 -
 imp/templates/message/navbar_actions.html                  |   52 -
 imp/templates/message/navbar_navigate.html                 |   54 -
 imp/templates/message/navbar_top.html                      |   14 -
 imp/templates/newmsg/alert.html                            |   18 -
 imp/templates/pgp/import_key.html                          |   56 -
 imp/templates/pgp/pgp.html                                 |  146 -
 imp/templates/prefs/accountsmanagement.inc                 |   96 -
 imp/templates/prefs/draftsselect.inc                       |    7 -
 imp/templates/prefs/encryptselect.inc                      |    5 -
 imp/templates/prefs/flagmanagement.inc                     |   55 -
 imp/templates/prefs/initialpageselect.inc                  |   20 -
 imp/templates/prefs/sentmailselect.inc                     |    8 -
 imp/templates/prefs/soundselect.inc                        |   14 -
 imp/templates/prefs/sourceselect.inc                       |   73 -
 imp/templates/prefs/spamselect.inc                         |    6 -
 imp/templates/prefs/trashselect.inc                        |   11 -
 imp/templates/quota/quota.html                             |    7 -
 imp/templates/rss/mailbox.rss                              |   28 -
 imp/templates/saveimage/saveimage.html                     |   23 -
 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                             |   95 -
 imp/templates/stationery/stationery.html                   |   49 -
 imp/templates/thread/thread.html                           |   55 -
 imp/test.php                                               |  228 -
 imp/themes/azur/screen.css                                 |   50 -
 imp/themes/bluemoon/screen.css                             |   35 -
 imp/themes/bluewhite/screen-dimp.css                       |    6 -
 imp/themes/bluewhite/screen.css                            |   34 -
 imp/themes/brown/screen.css                                |    3 -
 imp/themes/burntorange/screen.css                          |   33 -
 imp/themes/cherry/screen.css                               |    9 -
 imp/themes/cornflower/screen.css                           |    7 -
 imp/themes/fadetogreen/screen.css                          |   27 -
 imp/themes/feed-rss.xsl                                    |   79 -
 imp/themes/gennevilliers/screen.css                        |   36 -
 imp/themes/graphics/add_contact.png                        |  Bin 713 -> 0 bytes
 imp/themes/graphics/addressbook_add.png                    |  Bin 277 -> 0 bytes
 imp/themes/graphics/addressbook_browse.png                 |  Bin 263 -> 0 bytes
 imp/themes/graphics/application_tile_horizontal.png        |  Bin 432 -> 0 bytes
 imp/themes/graphics/application_tile_vertical.png          |  Bin 492 -> 0 bytes
 imp/themes/graphics/arrow_collapsed.png                    |  Bin 131 -> 0 bytes
 imp/themes/graphics/arrow_expanded.png                     |  Bin 129 -> 0 bytes
 imp/themes/graphics/attachment.png                         |  Bin 352 -> 0 bytes
 imp/themes/graphics/audio/doorbell.wav                     |  Bin 5168 -> 0 bytes
 imp/themes/graphics/audio/gnid3.wav                        |  Bin 13688 -> 0 bytes
 imp/themes/graphics/audio/jetsndb.wav                      |  Bin 31256 -> 0 bytes
 imp/themes/graphics/audio/reminder.wav                     |  Bin 25816 -> 0 bytes
 imp/themes/graphics/audio/theetone.wav                     |  Bin 24776 -> 0 bytes
 imp/themes/graphics/backhead_orderby.png                   |  Bin 132 -> 0 bytes
 imp/themes/graphics/backhead_r.png                         |  Bin 208 -> 0 bytes
 imp/themes/graphics/backhead_s2.png                        |  Bin 140 -> 0 bytes
 imp/themes/graphics/backhead_shadow.png                    |  Bin 100 -> 0 bytes
 imp/themes/graphics/blacklist.png                          |  Bin 477 -> 0 bytes
 imp/themes/graphics/calendar.png                           |  Bin 368 -> 0 bytes
 imp/themes/graphics/checkbox_off.png                       |  Bin 191 -> 0 bytes
 imp/themes/graphics/checkbox_on.png                        |  Bin 416 -> 0 bytes
 imp/themes/graphics/checkbox_over.png                      |  Bin 387 -> 0 bytes
 imp/themes/graphics/checkmail.png                          |  Bin 236 -> 0 bytes
 imp/themes/graphics/close.png                              |  Bin 235 -> 0 bytes
 imp/themes/graphics/compose.png                            |  Bin 479 -> 0 bytes
 imp/themes/graphics/delete.png                             |  Bin 788 -> 0 bytes
 imp/themes/graphics/dimp.png                               |  Bin 334 -> 0 bytes
 imp/themes/graphics/download.png                           |  Bin 190 -> 0 bytes
 imp/themes/graphics/drafts.png                             |  Bin 348 -> 0 bytes
 imp/themes/graphics/dragHandle.png                         |  Bin 95 -> 0 bytes
 imp/themes/graphics/dragHandleVert.png                     |  Bin 132 -> 0 bytes
 imp/themes/graphics/empty_spam.png                         |  Bin 731 -> 0 bytes
 imp/themes/graphics/empty_trash.png                        |  Bin 731 -> 0 bytes
 imp/themes/graphics/encrypted.png                          |  Bin 401 -> 0 bytes
 imp/themes/graphics/favicon.ico                            |  Bin 1406 -> 0 bytes
 imp/themes/graphics/fetchmail.png                          |  Bin 418 -> 0 bytes
 imp/themes/graphics/filters.png                            |  Bin 152 -> 0 bytes
 imp/themes/graphics/folders/create.png                     |  Bin 233 -> 0 bytes
 imp/themes/graphics/folders/delete.png                     |  Bin 234 -> 0 bytes
 imp/themes/graphics/folders/drafts.png                     |  Bin 348 -> 0 bytes
 imp/themes/graphics/folders/edit.png                       |  Bin 164 -> 0 bytes
 imp/themes/graphics/folders/folder.png                     |  Bin 368 -> 0 bytes
 imp/themes/graphics/folders/inbox.png                      |  Bin 334 -> 0 bytes
 imp/themes/graphics/folders/minus.png                      |  Bin 251 -> 0 bytes
 imp/themes/graphics/folders/open.png                       |  Bin 333 -> 0 bytes
 imp/themes/graphics/folders/plus.png                       |  Bin 315 -> 0 bytes
 imp/themes/graphics/folders/sent.png                       |  Bin 395 -> 0 bytes
 imp/themes/graphics/folders/spam.png                       |  Bin 245 -> 0 bytes
 imp/themes/graphics/folders/trash.png                      |  Bin 461 -> 0 bytes
 imp/themes/graphics/forward.png                            |  Bin 355 -> 0 bytes
 imp/themes/graphics/gallery.png                            |  Bin 498 -> 0 bytes
 imp/themes/graphics/ham.png                                |  Bin 545 -> 0 bytes
 imp/themes/graphics/horde.png                              |  Bin 488 -> 0 bytes
 imp/themes/graphics/ico_message_off.png                    |  Bin 576 -> 0 bytes
 imp/themes/graphics/imp.png                                |  Bin 334 -> 0 bytes
 imp/themes/graphics/info_icon.png                          |  Bin 477 -> 0 bytes
 imp/themes/graphics/key_down.png                           |  Bin 310 -> 0 bytes
 imp/themes/graphics/key_up.png                             |  Bin 307 -> 0 bytes
 imp/themes/graphics/loading.gif                            |  Bin 1737 -> 0 bytes
 imp/themes/graphics/locked.png                             |  Bin 505 -> 0 bytes
 imp/themes/graphics/logo.png                               |  Bin 2797 -> 0 bytes
 imp/themes/graphics/logout.png                             |  Bin 385 -> 0 bytes
 imp/themes/graphics/mail_answered.png                      |  Bin 316 -> 0 bytes
 imp/themes/graphics/mail_clearflag.png                     |  Bin 474 -> 0 bytes
 imp/themes/graphics/mail_deleted.png                       |  Bin 788 -> 0 bytes
 imp/themes/graphics/mail_draft.png                         |  Bin 407 -> 0 bytes
 imp/themes/graphics/mail_flagged.png                       |  Bin 379 -> 0 bytes
 imp/themes/graphics/mail_forwarded.png                     |  Bin 355 -> 0 bytes
 imp/themes/graphics/mail_personal.png                      |  Bin 797 -> 0 bytes
 imp/themes/graphics/mail_priority_high.png                 |  Bin 246 -> 0 bytes
 imp/themes/graphics/mail_priority_low.png                  |  Bin 169 -> 0 bytes
 imp/themes/graphics/mail_seen.png                          |  Bin 340 -> 0 bytes
 imp/themes/graphics/mail_unseen.png                        |  Bin 347 -> 0 bytes
 imp/themes/graphics/manage_attachments.png                 |  Bin 351 -> 0 bytes
 imp/themes/graphics/message_source.png                     |  Bin 334 -> 0 bytes
 imp/themes/graphics/mime/apple.png                         |  Bin 157 -> 0 bytes
 imp/themes/graphics/mime/compressed.png                    |  Bin 875 -> 0 bytes
 imp/themes/graphics/mime/encryption.png                    |  Bin 505 -> 0 bytes
 imp/themes/graphics/mime/html.png                          |  Bin 603 -> 0 bytes
 imp/themes/graphics/mime/itip.png                          |  Bin 310 -> 0 bytes
 imp/themes/graphics/mini-error.png                         |  Bin 252 -> 0 bytes
 imp/themes/graphics/newmail.png                            |  Bin 554 -> 0 bytes
 imp/themes/graphics/newwin.png                             |  Bin 296 -> 0 bytes
 imp/themes/graphics/plus.png                               |  Bin 229 -> 0 bytes
 imp/themes/graphics/popdown.png                            |  Bin 129 -> 0 bytes
 imp/themes/graphics/popright.png                           |  Bin 118 -> 0 bytes
 imp/themes/graphics/prefs.png                              |  Bin 333 -> 0 bytes
 imp/themes/graphics/preview.png                            |  Bin 129 -> 0 bytes
 imp/themes/graphics/print.png                              |  Bin 537 -> 0 bytes
 imp/themes/graphics/quotaback.jpg                          |  Bin 619 -> 0 bytes
 imp/themes/graphics/quotauncover.gif                       |  Bin 105 -> 0 bytes
 imp/themes/graphics/reload.png                             |  Bin 264 -> 0 bytes
 imp/themes/graphics/reply.png                              |  Bin 395 -> 0 bytes
 imp/themes/graphics/replyall.png                           |  Bin 395 -> 0 bytes
 imp/themes/graphics/sbcursor_bottom.png                    |  Bin 149 -> 0 bytes
 imp/themes/graphics/sbcursor_top.png                       |  Bin 145 -> 0 bytes
 imp/themes/graphics/scroller.png                           |  Bin 127 -> 0 bytes
 imp/themes/graphics/scroller_back.png                      |  Bin 130 -> 0 bytes
 imp/themes/graphics/search.png                             |  Bin 795 -> 0 bytes
 imp/themes/graphics/select.png                             |  Bin 805 -> 0 bytes
 imp/themes/graphics/shared.png                             |  Bin 225 -> 0 bytes
 imp/themes/graphics/signed.png                             |  Bin 401 -> 0 bytes
 imp/themes/graphics/sortdown.png                           |  Bin 117 -> 0 bytes
 imp/themes/graphics/sortup.png                             |  Bin 119 -> 0 bytes
 imp/themes/graphics/spacer_red.png                         |  Bin 69 -> 0 bytes
 imp/themes/graphics/spam.png                               |  Bin 262 -> 0 bytes
 imp/themes/graphics/spellcheck.png                         |  Bin 199 -> 0 bytes
 imp/themes/graphics/tick.png                               |  Bin 297 -> 0 bytes
 imp/themes/graphics/tree/join.png                          |  Bin 177 -> 0 bytes
 imp/themes/graphics/tree/joinbottom-down.png               |  Bin 111 -> 0 bytes
 imp/themes/graphics/tree/joinbottom.png                    |  Bin 180 -> 0 bytes
 imp/themes/graphics/tree/line.png                          |  Bin 173 -> 0 bytes
 imp/themes/graphics/tree/minus.png                         |  Bin 211 -> 0 bytes
 imp/themes/graphics/tree/minusbottom.png                   |  Bin 208 -> 0 bytes
 imp/themes/graphics/tree/minustop.png                      |  Bin 212 -> 0 bytes
 imp/themes/graphics/tree/plus.png                          |  Bin 213 -> 0 bytes
 imp/themes/graphics/tree/plusbottom.png                    |  Bin 214 -> 0 bytes
 imp/themes/graphics/tree/plustop.png                       |  Bin 215 -> 0 bytes
 imp/themes/graphics/tree/rev-join.png                      |  Bin 112 -> 0 bytes
 imp/themes/graphics/tree/rev-joinbottom-down.png           |  Bin 111 -> 0 bytes
 imp/themes/graphics/tree/rev-joinbottom.png                |  Bin 113 -> 0 bytes
 imp/themes/graphics/tree/rev-line.png                      |  Bin 108 -> 0 bytes
 imp/themes/graphics/tree/rev-minus.png                     |  Bin 133 -> 0 bytes
 imp/themes/graphics/tree/rev-minusbottom.png               |  Bin 134 -> 0 bytes
 imp/themes/graphics/tree/rev-minustop.png                  |  Bin 130 -> 0 bytes
 imp/themes/graphics/tree/rev-plus.png                      |  Bin 137 -> 0 bytes
 imp/themes/graphics/tree/rev-plusbottom.png                |  Bin 139 -> 0 bytes
 imp/themes/graphics/tree/rev-plustop.png                   |  Bin 135 -> 0 bytes
 imp/themes/graphics/undelete.png                           |  Bin 408 -> 0 bytes
 imp/themes/graphics/warning.png                            |  Bin 227 -> 0 bytes
 imp/themes/graphics/whitelist.png                          |  Bin 388 -> 0 bytes
 imp/themes/green/screen.css                                |   12 -
 imp/themes/grey/screen.css                                 |    9 -
 imp/themes/ideas/screen.css                                |    3 -
 imp/themes/ie6_or_less-dimp.css                            |   60 -
 imp/themes/ie6_or_less.css                                 |    9 -
 imp/themes/ie7-dimp.css                                    |   41 -
 imp/themes/ie7.css                                         |    9 -
 imp/themes/lavander/screen.css                             |    9 -
 imp/themes/luc/screen.css                                  |   11 -
 imp/themes/lucblue/screen.css                              |    7 -
 imp/themes/mozilla/screen.css                              |   14 -
 imp/themes/postnuke/screen.css                             |   15 -
 imp/themes/rtl.css                                         |   36 -
 imp/themes/screen-dimp.css                                 | 1094 --
 imp/themes/screen.css                                      |  672 -
 imp/themes/silver/graphics/add_contact.png                 |  Bin 627 -> 0 bytes
 imp/themes/silver/graphics/addressbook_add.png             |  Bin 627 -> 0 bytes
 imp/themes/silver/graphics/addressbook_browse.png          |  Bin 770 -> 0 bytes
 imp/themes/silver/graphics/application_tile_horizontal.png |  Bin 432 -> 0 bytes
 imp/themes/silver/graphics/application_tile_vertical.png   |  Bin 492 -> 0 bytes
 imp/themes/silver/graphics/arrow_collapsed.png             |  Bin 209 -> 0 bytes
 imp/themes/silver/graphics/arrow_expanded.png              |  Bin 207 -> 0 bytes
 imp/themes/silver/graphics/attachment.png                  |  Bin 391 -> 0 bytes
 imp/themes/silver/graphics/audio/doorbell.wav              |  Bin 5168 -> 0 bytes
 imp/themes/silver/graphics/audio/gnid3.wav                 |  Bin 13688 -> 0 bytes
 imp/themes/silver/graphics/audio/jetsndb.wav               |  Bin 31256 -> 0 bytes
 imp/themes/silver/graphics/audio/reminder.wav              |  Bin 25816 -> 0 bytes
 imp/themes/silver/graphics/audio/theetone.wav              |  Bin 24776 -> 0 bytes
 imp/themes/silver/graphics/blacklist.png                   |  Bin 600 -> 0 bytes
 imp/themes/silver/graphics/calendar.png                    |  Bin 626 -> 0 bytes
 imp/themes/silver/graphics/checkmail.png                   |  Bin 701 -> 0 bytes
 imp/themes/silver/graphics/close.png                       |  Bin 655 -> 0 bytes
 imp/themes/silver/graphics/compose.png                     |  Bin 728 -> 0 bytes
 imp/themes/silver/graphics/delete.png                      |  Bin 659 -> 0 bytes
 imp/themes/silver/graphics/dimp.png                        |  Bin 756 -> 0 bytes
 imp/themes/silver/graphics/drafts.png                      |  Bin 642 -> 0 bytes
 imp/themes/silver/graphics/empty_spam.png                  |  Bin 476 -> 0 bytes
 imp/themes/silver/graphics/empty_trash.png                 |  Bin 363 -> 0 bytes
 imp/themes/silver/graphics/encrypted.png                   |  Bin 769 -> 0 bytes
 imp/themes/silver/graphics/fetchmail.png                   |  Bin 595 -> 0 bytes
 imp/themes/silver/graphics/filters.png                     |  Bin 597 -> 0 bytes
 imp/themes/silver/graphics/folders/create.png              |  Bin 626 -> 0 bytes
 imp/themes/silver/graphics/folders/delete.png              |  Bin 652 -> 0 bytes
 imp/themes/silver/graphics/folders/drafts.png              |  Bin 642 -> 0 bytes
 imp/themes/silver/graphics/folders/edit.png                |  Bin 689 -> 0 bytes
 imp/themes/silver/graphics/folders/explore.png             |  Bin 679 -> 0 bytes
 imp/themes/silver/graphics/folders/folder.png              |  Bin 537 -> 0 bytes
 imp/themes/silver/graphics/folders/inbox.png               |  Bin 639 -> 0 bytes
 imp/themes/silver/graphics/folders/minus.png               |  Bin 584 -> 0 bytes
 imp/themes/silver/graphics/folders/open.png                |  Bin 537 -> 0 bytes
 imp/themes/silver/graphics/folders/plus.png                |  Bin 583 -> 0 bytes
 imp/themes/silver/graphics/folders/sent.png                |  Bin 694 -> 0 bytes
 imp/themes/silver/graphics/folders/spam.png                |  Bin 527 -> 0 bytes
 imp/themes/silver/graphics/folders/trash.png               |  Bin 476 -> 0 bytes
 imp/themes/silver/graphics/forward.png                     |  Bin 751 -> 0 bytes
 imp/themes/silver/graphics/ham.png                         |  Bin 713 -> 0 bytes
 imp/themes/silver/graphics/horde.png                       |  Bin 604 -> 0 bytes
 imp/themes/silver/graphics/imp.png                         |  Bin 756 -> 0 bytes
 imp/themes/silver/graphics/info_icon.png                   |  Bin 782 -> 0 bytes
 imp/themes/silver/graphics/locked.png                      |  Bin 749 -> 0 bytes
 imp/themes/silver/graphics/logout.png                      |  Bin 693 -> 0 bytes
 imp/themes/silver/graphics/mail_answered.png               |  Bin 724 -> 0 bytes
 imp/themes/silver/graphics/mail_clearflag.png              |  Bin 415 -> 0 bytes
 imp/themes/silver/graphics/mail_deleted.png                |  Bin 726 -> 0 bytes
 imp/themes/silver/graphics/mail_draft.png                  |  Bin 728 -> 0 bytes
 imp/themes/silver/graphics/mail_flagged.png                |  Bin 606 -> 0 bytes
 imp/themes/silver/graphics/mail_forwarded.png              |  Bin 751 -> 0 bytes
 imp/themes/silver/graphics/mail_personal.png               |  Bin 606 -> 0 bytes
 imp/themes/silver/graphics/mail_priority_high.png          |  Bin 612 -> 0 bytes
 imp/themes/silver/graphics/mail_priority_low.png           |  Bin 723 -> 0 bytes
 imp/themes/silver/graphics/mail_seen.png                   |  Bin 377 -> 0 bytes
 imp/themes/silver/graphics/mail_unseen.png                 |  Bin 639 -> 0 bytes
 imp/themes/silver/graphics/manage_attachments.png          |  Bin 391 -> 0 bytes
 imp/themes/silver/graphics/message_source.png              |  Bin 736 -> 0 bytes
 imp/themes/silver/graphics/mime/apple.png                  |  Bin 157 -> 0 bytes
 imp/themes/silver/graphics/mime/compressed.png             |  Bin 766 -> 0 bytes
 imp/themes/silver/graphics/mime/encryption.png             |  Bin 749 -> 0 bytes
 imp/themes/silver/graphics/mime/html.png                   |  Bin 603 -> 0 bytes
 imp/themes/silver/graphics/mime/itip.png                   |  Bin 528 -> 0 bytes
 imp/themes/silver/graphics/newmail.png                     |  Bin 318 -> 0 bytes
 imp/themes/silver/graphics/newwin.png                      |  Bin 507 -> 0 bytes
 imp/themes/silver/graphics/plus.png                        |  Bin 733 -> 0 bytes
 imp/themes/silver/graphics/popdown.png                     |  Bin 201 -> 0 bytes
 imp/themes/silver/graphics/popright.png                    |  Bin 205 -> 0 bytes
 imp/themes/silver/graphics/prefs.png                       |  Bin 610 -> 0 bytes
 imp/themes/silver/graphics/preview.png                     |  Bin 486 -> 0 bytes
 imp/themes/silver/graphics/print.png                       |  Bin 731 -> 0 bytes
 imp/themes/silver/graphics/reload.png                      |  Bin 685 -> 0 bytes
 imp/themes/silver/graphics/reply.png                       |  Bin 724 -> 0 bytes
 imp/themes/silver/graphics/replyall.png                    |  Bin 724 -> 0 bytes
 imp/themes/silver/graphics/search.png                      |  Bin 692 -> 0 bytes
 imp/themes/silver/graphics/shared.png                      |  Bin 686 -> 0 bytes
 imp/themes/silver/graphics/signed.png                      |  Bin 749 -> 0 bytes
 imp/themes/silver/graphics/sortdown.png                    |  Bin 147 -> 0 bytes
 imp/themes/silver/graphics/sortup.png                      |  Bin 146 -> 0 bytes
 imp/themes/silver/graphics/spam.png                        |  Bin 595 -> 0 bytes
 imp/themes/silver/graphics/spellcheck.png                  |  Bin 579 -> 0 bytes
 imp/themes/silver/graphics/tick.png                        |  Bin 279 -> 0 bytes
 imp/themes/silver/graphics/undelete.png                    |  Bin 421 -> 0 bytes
 imp/themes/silver/graphics/warning.png                     |  Bin 619 -> 0 bytes
 imp/themes/silver/graphics/whitelist.png                   |  Bin 481 -> 0 bytes
 imp/themes/silver/screen-dimp.css                          |  187 -
 imp/themes/silver/screen.css                               |   90 -
 imp/themes/simplex/screen.css                              |    9 -
 imp/themes/sun/screen.css                                  |    6 -
 imp/themes/tango-blue/graphics/addressbook_add.png         |  Bin 277 -> 0 bytes
 imp/themes/tango-blue/graphics/addressbook_browse.png      |  Bin 583 -> 0 bytes
 imp/themes/tango-blue/graphics/attachment.png              |  Bin 547 -> 0 bytes
 imp/themes/tango-blue/graphics/audio/doorbell.wav          |  Bin 5168 -> 0 bytes
 imp/themes/tango-blue/graphics/audio/gnid3.wav             |  Bin 13688 -> 0 bytes
 imp/themes/tango-blue/graphics/audio/jetsndb.wav           |  Bin 31256 -> 0 bytes
 imp/themes/tango-blue/graphics/audio/reminder.wav          |  Bin 25816 -> 0 bytes
 imp/themes/tango-blue/graphics/audio/theetone.wav          |  Bin 24776 -> 0 bytes
 imp/themes/tango-blue/graphics/calendar.png                |  Bin 604 -> 0 bytes
 imp/themes/tango-blue/graphics/checkmail.png               |  Bin 236 -> 0 bytes
 imp/themes/tango-blue/graphics/close.png                   |  Bin 518 -> 0 bytes
 imp/themes/tango-blue/graphics/compose.png                 |  Bin 287 -> 0 bytes
 imp/themes/tango-blue/graphics/empty_spam.png              |  Bin 731 -> 0 bytes
 imp/themes/tango-blue/graphics/empty_trash.png             |  Bin 676 -> 0 bytes
 imp/themes/tango-blue/graphics/encrypted.png               |  Bin 773 -> 0 bytes
 imp/themes/tango-blue/graphics/favicon.ico                 |  Bin 2346 -> 0 bytes
 imp/themes/tango-blue/graphics/fetchmail.png               |  Bin 428 -> 0 bytes
 imp/themes/tango-blue/graphics/filters.png                 |  Bin 152 -> 0 bytes
 imp/themes/tango-blue/graphics/folders/drafts.png          |  Bin 384 -> 0 bytes
 imp/themes/tango-blue/graphics/folders/folder.png          |  Bin 392 -> 0 bytes
 imp/themes/tango-blue/graphics/folders/inbox.png           |  Bin 642 -> 0 bytes
 imp/themes/tango-blue/graphics/folders/open.png            |  Bin 417 -> 0 bytes
 imp/themes/tango-blue/graphics/folders/sent.png            |  Bin 663 -> 0 bytes
 imp/themes/tango-blue/graphics/folders/spam.png            |  Bin 770 -> 0 bytes
 imp/themes/tango-blue/graphics/folders/trash.png           |  Bin 608 -> 0 bytes
 imp/themes/tango-blue/graphics/imp.png                     |  Bin 642 -> 0 bytes
 imp/themes/tango-blue/graphics/mail_answered.png           |  Bin 441 -> 0 bytes
 imp/themes/tango-blue/graphics/mail_deleted.png            |  Bin 595 -> 0 bytes
 imp/themes/tango-blue/graphics/mail_draft.png              |  Bin 682 -> 0 bytes
 imp/themes/tango-blue/graphics/mail_flagged.png            |  Bin 501 -> 0 bytes
 imp/themes/tango-blue/graphics/mail_personal.png           |  Bin 614 -> 0 bytes
 imp/themes/tango-blue/graphics/mail_priority_high.png      |  Bin 558 -> 0 bytes
 imp/themes/tango-blue/graphics/mail_priority_low.png       |  Bin 514 -> 0 bytes
 imp/themes/tango-blue/graphics/mail_unseen.png             |  Bin 435 -> 0 bytes
 imp/themes/tango-blue/graphics/manage_attachments.png      |  Bin 547 -> 0 bytes
 imp/themes/tango-blue/graphics/mime/apple.png              |  Bin 157 -> 0 bytes
 imp/themes/tango-blue/graphics/mime/compressed.png         |  Bin 469 -> 0 bytes
 imp/themes/tango-blue/graphics/mime/encryption.png         |  Bin 359 -> 0 bytes
 imp/themes/tango-blue/graphics/mime/html.png               |  Bin 599 -> 0 bytes
 imp/themes/tango-blue/graphics/newmail.png                 |  Bin 469 -> 0 bytes
 imp/themes/tango-blue/graphics/reload.png                  |  Bin 912 -> 0 bytes
 imp/themes/tango-blue/graphics/shared.png                  |  Bin 444 -> 0 bytes
 imp/themes/tango-blue/graphics/signed.png                  |  Bin 773 -> 0 bytes
 imp/themes/tango-blue/graphics/spellcheck.png              |  Bin 313 -> 0 bytes
 imp/themes/tango-blue/screen-dimp.css                      |   20 -
 imp/themes/tango-blue/screen.css                           |   18 -
 imp/themes/webkit-dimp.css                                 |    3 -
 imp/thread.php                                             |  171 -
 imp/view.php                                               |  207 -
 632 files changed, 0 insertions(+), 290427 deletions(-)
 delete mode 100644 imp/COPYING
 delete mode 100644 imp/README
 delete mode 100644 imp/acl.php
 delete mode 100644 imp/ajax.php
 delete mode 100644 imp/attachment.php
 delete mode 100644 imp/compose-dimp.php
 delete mode 100644 imp/compose-mimp.php
 delete mode 100644 imp/compose.php
 delete mode 100644 imp/config/.htaccess
 delete mode 100644 imp/config/conf.xml
 delete mode 100644 imp/config/filter.txt.dist
 delete mode 100644 imp/config/header.php.dist
 delete mode 100644 imp/config/hooks.php.dist
 delete mode 100644 imp/config/menu.php.dist
 delete mode 100644 imp/config/mime_drivers.php.dist
 delete mode 100644 imp/config/portal.php.dist
 delete mode 100644 imp/config/prefs.php.dist
 delete mode 100644 imp/config/servers.php.dist
 delete mode 100644 imp/config/trailer.txt.dist
 delete mode 100644 imp/contacts.php
 delete mode 100644 imp/docs/CHANGES
 delete mode 100644 imp/docs/CREDITS
 delete mode 100644 imp/docs/INSTALL
 delete mode 100644 imp/docs/RELEASE_NOTES
 delete mode 100644 imp/docs/RFCS
 delete mode 100644 imp/docs/UPGRADING
 delete mode 100644 imp/filterprefs.php
 delete mode 100644 imp/folders-mimp.php
 delete mode 100644 imp/folders.php
 delete mode 100644 imp/index-dimp.php
 delete mode 100644 imp/index.php
 delete mode 100644 imp/js/ContextSensitive.js
 delete mode 100644 imp/js/DimpBase.js
 delete mode 100644 imp/js/DimpCore.js
 delete mode 100644 imp/js/DimpSlider.js
 delete mode 100644 imp/js/ViewPort.js
 delete mode 100644 imp/js/accountsprefs.js
 delete mode 100644 imp/js/acl.js
 delete mode 100644 imp/js/addressbooksprefs.js
 delete mode 100644 imp/js/compose-dimp.js
 delete mode 100644 imp/js/compose.js
 delete mode 100644 imp/js/contacts.js
 delete mode 100644 imp/js/dialog.js
 delete mode 100644 imp/js/flagprefs.js
 delete mode 100644 imp/js/folderprefs.js
 delete mode 100644 imp/js/folders.js
 delete mode 100644 imp/js/fullmessage-dimp.js
 delete mode 100644 imp/js/imp.js
 delete mode 100644 imp/js/login.js
 delete mode 100644 imp/js/mailbox-dimp.js
 delete mode 100644 imp/js/mailbox.js
 delete mode 100644 imp/js/message.js
 delete mode 100644 imp/js/search.js
 delete mode 100644 imp/lib/.htaccess
 delete mode 100644 imp/lib/Accounts.php
 delete mode 100644 imp/lib/Ajax/Imple/ContactAutoCompleter.php
 delete mode 100644 imp/lib/Api.php
 delete mode 100644 imp/lib/Application.php
 delete mode 100644 imp/lib/Auth.php
 delete mode 100644 imp/lib/Block/Foldersummary.php
 delete mode 100644 imp/lib/Block/Newmail.php
 delete mode 100644 imp/lib/Block/summary.php
 delete mode 100644 imp/lib/Block/tree_folders.php
 delete mode 100644 imp/lib/Compose.php
 delete mode 100644 imp/lib/Compose/Exception.php
 delete mode 100644 imp/lib/Contents.php
 delete mode 100644 imp/lib/Crypt/Pgp.php
 delete mode 100644 imp/lib/Crypt/Smime.php
 delete mode 100644 imp/lib/Dimp.php
 delete mode 100644 imp/lib/Exception.php
 delete mode 100644 imp/lib/Filter.php
 delete mode 100644 imp/lib/Folder.php
 delete mode 100644 imp/lib/IMP.php
 delete mode 100644 imp/lib/Imap.php
 delete mode 100644 imp/lib/Imap/Acl.php
 delete mode 100644 imp/lib/Imap/Flags.php
 delete mode 100644 imp/lib/Imap/Thread.php
 delete mode 100644 imp/lib/Imap/Tree.php
 delete mode 100644 imp/lib/LoginTasks/SystemTask/GarbageCollection.php
 delete mode 100644 imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php
 delete mode 100644 imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php
 delete mode 100644 imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php
 delete mode 100644 imp/lib/LoginTasks/Task/PurgeSentmail.php
 delete mode 100644 imp/lib/LoginTasks/Task/PurgeSpam.php
 delete mode 100644 imp/lib/LoginTasks/Task/PurgeTrash.php
 delete mode 100644 imp/lib/LoginTasks/Task/RenameSentmailMonthly.php
 delete mode 100644 imp/lib/Mailbox.php
 delete mode 100644 imp/lib/Maillog.php
 delete mode 100644 imp/lib/Message.php
 delete mode 100644 imp/lib/Mime/Viewer/Alternative.php
 delete mode 100644 imp/lib/Mime/Viewer/Appledouble.php
 delete mode 100644 imp/lib/Mime/Viewer/Enriched.php
 delete mode 100644 imp/lib/Mime/Viewer/Html.php
 delete mode 100644 imp/lib/Mime/Viewer/Images.php
 delete mode 100644 imp/lib/Mime/Viewer/Itip.php
 delete mode 100644 imp/lib/Mime/Viewer/Mdn.php
 delete mode 100644 imp/lib/Mime/Viewer/Partial.php
 delete mode 100644 imp/lib/Mime/Viewer/Pdf.php
 delete mode 100644 imp/lib/Mime/Viewer/Pgp.php
 delete mode 100644 imp/lib/Mime/Viewer/Plain.php
 delete mode 100644 imp/lib/Mime/Viewer/Related.php
 delete mode 100644 imp/lib/Mime/Viewer/Rfc822.php
 delete mode 100644 imp/lib/Mime/Viewer/Smil.php
 delete mode 100644 imp/lib/Mime/Viewer/Smime.php
 delete mode 100644 imp/lib/Mime/Viewer/Status.php
 delete mode 100644 imp/lib/Mime/Viewer/Tnef.php
 delete mode 100644 imp/lib/Mime/Viewer/Zip.php
 delete mode 100644 imp/lib/Mimp.php
 delete mode 100644 imp/lib/Notification/Listener/Status.php
 delete mode 100644 imp/lib/Notification/Listener/StatusMobile.php
 delete mode 100644 imp/lib/Prefs/Identity.php
 delete mode 100644 imp/lib/Quota.php
 delete mode 100644 imp/lib/Quota/Command.php
 delete mode 100644 imp/lib/Quota/Hook.php
 delete mode 100644 imp/lib/Quota/Imap.php
 delete mode 100644 imp/lib/Quota/Logfile.php
 delete mode 100644 imp/lib/Quota/Maildir.php
 delete mode 100644 imp/lib/Quota/Mdaemon.php
 delete mode 100644 imp/lib/Quota/Mercury32.php
 delete mode 100644 imp/lib/Quota/Sql.php
 delete mode 100644 imp/lib/Search.php
 delete mode 100644 imp/lib/Sentmail.php
 delete mode 100644 imp/lib/Sentmail/Sql.php
 delete mode 100644 imp/lib/Spam.php
 delete mode 100644 imp/lib/Ui/Compose.php
 delete mode 100644 imp/lib/Ui/Folder.php
 delete mode 100644 imp/lib/Ui/Headers.php
 delete mode 100644 imp/lib/Ui/Mailbox.php
 delete mode 100644 imp/lib/Ui/Message.php
 delete mode 100644 imp/lib/Ui/Search.php
 delete mode 100644 imp/lib/Views/Compose.php
 delete mode 100644 imp/lib/Views/ListMessages.php
 delete mode 100644 imp/lib/Views/ShowMessage.php
 delete mode 100644 imp/lib/tests/fixtures/maildirsize
 delete mode 100644 imp/lib/tests/mime_viewer_html.phpt
 delete mode 100644 imp/lib/tests/quota_maildir.phpt
 delete mode 100644 imp/locale/.htaccess
 delete mode 100644 imp/locale/ar_OM/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/ar_SY/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/bg_BG/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/bs_BA/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/ca_ES/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/ca_ES/help.xml
 delete mode 100644 imp/locale/cs_CZ/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/cs_CZ/help.xml
 delete mode 100644 imp/locale/da_DK/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/da_DK/help.xml
 delete mode 100644 imp/locale/de_DE/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/de_DE/help.xml
 delete mode 100644 imp/locale/el_GR/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/el_GR/help.xml
 delete mode 100644 imp/locale/en_US/help.xml
 delete mode 100644 imp/locale/es_ES/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/es_ES/help.xml
 delete mode 100644 imp/locale/et_EE/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/et_EE/help.xml
 delete mode 100644 imp/locale/eu_ES/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/eu_ES/help.xml
 delete mode 100644 imp/locale/fa_IR/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/fa_IR/help.xml
 delete mode 100644 imp/locale/fi_FI/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/fi_FI/help.xml
 delete mode 100644 imp/locale/fr_FR/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/fr_FR/help.xml
 delete mode 100644 imp/locale/gl_ES/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/he_IL/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/hr_HR/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/hr_HR/help.xml
 delete mode 100644 imp/locale/hu_HU/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/hu_HU/help.xml
 delete mode 100644 imp/locale/id_ID/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/is_IS/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/it_IT/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/it_IT/help.xml
 delete mode 100644 imp/locale/ja_JP/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/km_KH/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/ko_KR/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/ko_KR/help.xml
 delete mode 100644 imp/locale/lt_LT/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/lv_LV/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/mk_MK/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/nb_NO/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/nb_NO/help.xml
 delete mode 100644 imp/locale/nl_NL/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/nl_NL/help.xml
 delete mode 100644 imp/locale/nn_NO/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/pl_PL/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/pl_PL/help.xml
 delete mode 100644 imp/locale/pt_BR/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/pt_BR/help.xml
 delete mode 100644 imp/locale/pt_PT/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/pt_PT/help.xml
 delete mode 100644 imp/locale/ro_RO/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/ru_RU/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/ru_RU/help.xml
 delete mode 100644 imp/locale/sk_SK/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/sk_SK/help.xml
 delete mode 100644 imp/locale/sl_SI/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/sv_SE/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/sv_SE/help.xml
 delete mode 100644 imp/locale/th_TH/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/tr_TR/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/tr_TR/help.xml
 delete mode 100644 imp/locale/uk_UA/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/uk_UA/help.xml
 delete mode 100644 imp/locale/zh_CN/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/zh_CN/help.xml
 delete mode 100644 imp/locale/zh_TW/LC_MESSAGES/imp.mo
 delete mode 100644 imp/locale/zh_TW/help.xml
 delete mode 100644 imp/mailbox-mimp.php
 delete mode 100644 imp/mailbox.php
 delete mode 100644 imp/message-dimp.php
 delete mode 100644 imp/message-mimp.php
 delete mode 100644 imp/message.php
 delete mode 100644 imp/pgp.php
 delete mode 100644 imp/po/.htaccess
 delete mode 100644 imp/po/README
 delete mode 100644 imp/po/ar_OM.po
 delete mode 100644 imp/po/ar_SY.po
 delete mode 100644 imp/po/bg_BG.po
 delete mode 100644 imp/po/bs_BA.po
 delete mode 100644 imp/po/ca_ES.po
 delete mode 100644 imp/po/cs_CZ.po
 delete mode 100644 imp/po/da_DK.po
 delete mode 100644 imp/po/de_DE.po
 delete mode 100644 imp/po/el_GR.po
 delete mode 100644 imp/po/es_ES.po
 delete mode 100644 imp/po/et_EE.po
 delete mode 100644 imp/po/eu_ES.po
 delete mode 100644 imp/po/fa_IR.po
 delete mode 100644 imp/po/fi_FI.po
 delete mode 100644 imp/po/fr_FR.po
 delete mode 100644 imp/po/gl_ES.po
 delete mode 100644 imp/po/he_IL.po
 delete mode 100644 imp/po/hr_HR.po
 delete mode 100644 imp/po/hu_HU.po
 delete mode 100644 imp/po/id_ID.po
 delete mode 100644 imp/po/imp.pot
 delete mode 100644 imp/po/is_IS.po
 delete mode 100644 imp/po/it_IT.po
 delete mode 100644 imp/po/ja_JP.po
 delete mode 100644 imp/po/km_KH.po
 delete mode 100644 imp/po/ko_KR.po
 delete mode 100644 imp/po/lt_LT.po
 delete mode 100644 imp/po/lv_LV.po
 delete mode 100644 imp/po/mk_MK.po
 delete mode 100644 imp/po/nb_NO.po
 delete mode 100644 imp/po/nl_NL.po
 delete mode 100644 imp/po/nn_NO.po
 delete mode 100644 imp/po/pl_PL.po
 delete mode 100644 imp/po/pt_BR.po
 delete mode 100644 imp/po/pt_PT.po
 delete mode 100644 imp/po/ro_RO.po
 delete mode 100644 imp/po/ru_RU.po
 delete mode 100644 imp/po/sk_SK.po
 delete mode 100644 imp/po/sl_SI.po
 delete mode 100644 imp/po/sv_SE.po
 delete mode 100644 imp/po/th_TH.po
 delete mode 100644 imp/po/tr_TR.po
 delete mode 100644 imp/po/uk_UA.po
 delete mode 100644 imp/po/zh_CN.po
 delete mode 100644 imp/po/zh_TW.po
 delete mode 100644 imp/rss.php
 delete mode 100644 imp/saveimage.php
 delete mode 100644 imp/scripts/.htaccess
 delete mode 100755 imp/scripts/bounce_spam.php
 delete mode 100644 imp/scripts/sql/imp.oci8.sql
 delete mode 100644 imp/scripts/sql/imp.sql
 delete mode 100644 imp/scripts/sql/imp.xml
 delete mode 100644 imp/search-basic.php
 delete mode 100644 imp/search.php
 delete mode 100644 imp/smime.php
 delete mode 100644 imp/stationery.php
 delete mode 100644 imp/templates/.htaccess
 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/common-header.inc
 delete mode 100644 imp/templates/compose/compose-mimp.inc
 delete mode 100644 imp/templates/compose/compose.html
 delete mode 100644 imp/templates/compose/redirect-mimp.inc
 delete mode 100644 imp/templates/compose/redirect.html
 delete mode 100644 imp/templates/compose/success.html
 delete mode 100644 imp/templates/contacts/contacts.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.inc
 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
 delete mode 100644 imp/templates/imp/compose.html
 delete mode 100644 imp/templates/imp/portal.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.inc
 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.inc
 delete mode 100644 imp/templates/mailbox/searchfolder.html
 delete mode 100644 imp/templates/menu.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/newmsg/alert.html
 delete mode 100644 imp/templates/pgp/import_key.html
 delete mode 100644 imp/templates/pgp/pgp.html
 delete mode 100644 imp/templates/prefs/accountsmanagement.inc
 delete mode 100644 imp/templates/prefs/draftsselect.inc
 delete mode 100644 imp/templates/prefs/encryptselect.inc
 delete mode 100644 imp/templates/prefs/flagmanagement.inc
 delete mode 100644 imp/templates/prefs/initialpageselect.inc
 delete mode 100644 imp/templates/prefs/sentmailselect.inc
 delete mode 100644 imp/templates/prefs/soundselect.inc
 delete mode 100644 imp/templates/prefs/sourceselect.inc
 delete mode 100644 imp/templates/prefs/spamselect.inc
 delete mode 100644 imp/templates/prefs/trashselect.inc
 delete mode 100644 imp/templates/quota/quota.html
 delete mode 100644 imp/templates/rss/mailbox.rss
 delete mode 100644 imp/templates/saveimage/saveimage.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
 delete mode 100644 imp/test.php
 delete mode 100644 imp/themes/azur/screen.css
 delete mode 100644 imp/themes/bluemoon/screen.css
 delete mode 100644 imp/themes/bluewhite/screen-dimp.css
 delete mode 100644 imp/themes/bluewhite/screen.css
 delete mode 100644 imp/themes/brown/screen.css
 delete mode 100644 imp/themes/burntorange/screen.css
 delete mode 100644 imp/themes/cherry/screen.css
 delete mode 100644 imp/themes/cornflower/screen.css
 delete mode 100644 imp/themes/fadetogreen/screen.css
 delete mode 100644 imp/themes/feed-rss.xsl
 delete mode 100644 imp/themes/gennevilliers/screen.css
 delete mode 100644 imp/themes/graphics/add_contact.png
 delete mode 100644 imp/themes/graphics/addressbook_add.png
 delete mode 100644 imp/themes/graphics/addressbook_browse.png
 delete mode 100644 imp/themes/graphics/application_tile_horizontal.png
 delete mode 100644 imp/themes/graphics/application_tile_vertical.png
 delete mode 100644 imp/themes/graphics/arrow_collapsed.png
 delete mode 100644 imp/themes/graphics/arrow_expanded.png
 delete mode 100644 imp/themes/graphics/attachment.png
 delete mode 100644 imp/themes/graphics/audio/doorbell.wav
 delete mode 100644 imp/themes/graphics/audio/gnid3.wav
 delete mode 100644 imp/themes/graphics/audio/jetsndb.wav
 delete mode 100644 imp/themes/graphics/audio/reminder.wav
 delete mode 100644 imp/themes/graphics/audio/theetone.wav
 delete mode 100644 imp/themes/graphics/backhead_orderby.png
 delete mode 100644 imp/themes/graphics/backhead_r.png
 delete mode 100644 imp/themes/graphics/backhead_s2.png
 delete mode 100644 imp/themes/graphics/backhead_shadow.png
 delete mode 100644 imp/themes/graphics/blacklist.png
 delete mode 100644 imp/themes/graphics/calendar.png
 delete mode 100644 imp/themes/graphics/checkbox_off.png
 delete mode 100644 imp/themes/graphics/checkbox_on.png
 delete mode 100644 imp/themes/graphics/checkbox_over.png
 delete mode 100644 imp/themes/graphics/checkmail.png
 delete mode 100644 imp/themes/graphics/close.png
 delete mode 100644 imp/themes/graphics/compose.png
 delete mode 100644 imp/themes/graphics/delete.png
 delete mode 100644 imp/themes/graphics/dimp.png
 delete mode 100644 imp/themes/graphics/download.png
 delete mode 100644 imp/themes/graphics/drafts.png
 delete mode 100644 imp/themes/graphics/dragHandle.png
 delete mode 100644 imp/themes/graphics/dragHandleVert.png
 delete mode 100644 imp/themes/graphics/empty_spam.png
 delete mode 100644 imp/themes/graphics/empty_trash.png
 delete mode 100644 imp/themes/graphics/encrypted.png
 delete mode 100644 imp/themes/graphics/favicon.ico
 delete mode 100644 imp/themes/graphics/fetchmail.png
 delete mode 100644 imp/themes/graphics/filters.png
 delete mode 100644 imp/themes/graphics/folders/create.png
 delete mode 100644 imp/themes/graphics/folders/delete.png
 delete mode 100644 imp/themes/graphics/folders/drafts.png
 delete mode 100644 imp/themes/graphics/folders/edit.png
 delete mode 100644 imp/themes/graphics/folders/folder.png
 delete mode 100644 imp/themes/graphics/folders/inbox.png
 delete mode 100644 imp/themes/graphics/folders/minus.png
 delete mode 100644 imp/themes/graphics/folders/open.png
 delete mode 100644 imp/themes/graphics/folders/plus.png
 delete mode 100644 imp/themes/graphics/folders/sent.png
 delete mode 100644 imp/themes/graphics/folders/spam.png
 delete mode 100644 imp/themes/graphics/folders/trash.png
 delete mode 100644 imp/themes/graphics/forward.png
 delete mode 100644 imp/themes/graphics/gallery.png
 delete mode 100644 imp/themes/graphics/ham.png
 delete mode 100644 imp/themes/graphics/horde.png
 delete mode 100644 imp/themes/graphics/ico_message_off.png
 delete mode 100644 imp/themes/graphics/imp.png
 delete mode 100644 imp/themes/graphics/info_icon.png
 delete mode 100644 imp/themes/graphics/key_down.png
 delete mode 100644 imp/themes/graphics/key_up.png
 delete mode 100644 imp/themes/graphics/loading.gif
 delete mode 100644 imp/themes/graphics/locked.png
 delete mode 100644 imp/themes/graphics/logo.png
 delete mode 100644 imp/themes/graphics/logout.png
 delete mode 100644 imp/themes/graphics/mail_answered.png
 delete mode 100644 imp/themes/graphics/mail_clearflag.png
 delete mode 100644 imp/themes/graphics/mail_deleted.png
 delete mode 100644 imp/themes/graphics/mail_draft.png
 delete mode 100644 imp/themes/graphics/mail_flagged.png
 delete mode 100644 imp/themes/graphics/mail_forwarded.png
 delete mode 100644 imp/themes/graphics/mail_personal.png
 delete mode 100644 imp/themes/graphics/mail_priority_high.png
 delete mode 100644 imp/themes/graphics/mail_priority_low.png
 delete mode 100644 imp/themes/graphics/mail_seen.png
 delete mode 100644 imp/themes/graphics/mail_unseen.png
 delete mode 100644 imp/themes/graphics/manage_attachments.png
 delete mode 100644 imp/themes/graphics/message_source.png
 delete mode 100644 imp/themes/graphics/mime/apple.png
 delete mode 100644 imp/themes/graphics/mime/compressed.png
 delete mode 100644 imp/themes/graphics/mime/encryption.png
 delete mode 100644 imp/themes/graphics/mime/html.png
 delete mode 100644 imp/themes/graphics/mime/itip.png
 delete mode 100644 imp/themes/graphics/mini-error.png
 delete mode 100644 imp/themes/graphics/newmail.png
 delete mode 100644 imp/themes/graphics/newwin.png
 delete mode 100644 imp/themes/graphics/plus.png
 delete mode 100644 imp/themes/graphics/popdown.png
 delete mode 100644 imp/themes/graphics/popright.png
 delete mode 100644 imp/themes/graphics/prefs.png
 delete mode 100644 imp/themes/graphics/preview.png
 delete mode 100644 imp/themes/graphics/print.png
 delete mode 100644 imp/themes/graphics/quotaback.jpg
 delete mode 100644 imp/themes/graphics/quotauncover.gif
 delete mode 100644 imp/themes/graphics/reload.png
 delete mode 100644 imp/themes/graphics/reply.png
 delete mode 100644 imp/themes/graphics/replyall.png
 delete mode 100644 imp/themes/graphics/sbcursor_bottom.png
 delete mode 100644 imp/themes/graphics/sbcursor_top.png
 delete mode 100644 imp/themes/graphics/scroller.png
 delete mode 100644 imp/themes/graphics/scroller_back.png
 delete mode 100644 imp/themes/graphics/search.png
 delete mode 100644 imp/themes/graphics/select.png
 delete mode 100644 imp/themes/graphics/shared.png
 delete mode 100644 imp/themes/graphics/signed.png
 delete mode 100644 imp/themes/graphics/sortdown.png
 delete mode 100644 imp/themes/graphics/sortup.png
 delete mode 100644 imp/themes/graphics/spacer_red.png
 delete mode 100644 imp/themes/graphics/spam.png
 delete mode 100644 imp/themes/graphics/spellcheck.png
 delete mode 100644 imp/themes/graphics/tick.png
 delete mode 100644 imp/themes/graphics/tree/join.png
 delete mode 100644 imp/themes/graphics/tree/joinbottom-down.png
 delete mode 100644 imp/themes/graphics/tree/joinbottom.png
 delete mode 100644 imp/themes/graphics/tree/line.png
 delete mode 100644 imp/themes/graphics/tree/minus.png
 delete mode 100644 imp/themes/graphics/tree/minusbottom.png
 delete mode 100644 imp/themes/graphics/tree/minustop.png
 delete mode 100644 imp/themes/graphics/tree/plus.png
 delete mode 100644 imp/themes/graphics/tree/plusbottom.png
 delete mode 100644 imp/themes/graphics/tree/plustop.png
 delete mode 100644 imp/themes/graphics/tree/rev-join.png
 delete mode 100644 imp/themes/graphics/tree/rev-joinbottom-down.png
 delete mode 100644 imp/themes/graphics/tree/rev-joinbottom.png
 delete mode 100644 imp/themes/graphics/tree/rev-line.png
 delete mode 100644 imp/themes/graphics/tree/rev-minus.png
 delete mode 100644 imp/themes/graphics/tree/rev-minusbottom.png
 delete mode 100644 imp/themes/graphics/tree/rev-minustop.png
 delete mode 100644 imp/themes/graphics/tree/rev-plus.png
 delete mode 100644 imp/themes/graphics/tree/rev-plusbottom.png
 delete mode 100644 imp/themes/graphics/tree/rev-plustop.png
 delete mode 100644 imp/themes/graphics/undelete.png
 delete mode 100644 imp/themes/graphics/warning.png
 delete mode 100644 imp/themes/graphics/whitelist.png
 delete mode 100644 imp/themes/green/screen.css
 delete mode 100644 imp/themes/grey/screen.css
 delete mode 100644 imp/themes/ideas/screen.css
 delete mode 100644 imp/themes/ie6_or_less-dimp.css
 delete mode 100644 imp/themes/ie6_or_less.css
 delete mode 100644 imp/themes/ie7-dimp.css
 delete mode 100644 imp/themes/ie7.css
 delete mode 100644 imp/themes/lavander/screen.css
 delete mode 100644 imp/themes/luc/screen.css
 delete mode 100644 imp/themes/lucblue/screen.css
 delete mode 100644 imp/themes/mozilla/screen.css
 delete mode 100644 imp/themes/postnuke/screen.css
 delete mode 100644 imp/themes/rtl.css
 delete mode 100644 imp/themes/screen-dimp.css
 delete mode 100644 imp/themes/screen.css
 delete mode 100644 imp/themes/silver/graphics/add_contact.png
 delete mode 100644 imp/themes/silver/graphics/addressbook_add.png
 delete mode 100644 imp/themes/silver/graphics/addressbook_browse.png
 delete mode 100644 imp/themes/silver/graphics/application_tile_horizontal.png
 delete mode 100644 imp/themes/silver/graphics/application_tile_vertical.png
 delete mode 100644 imp/themes/silver/graphics/arrow_collapsed.png
 delete mode 100644 imp/themes/silver/graphics/arrow_expanded.png
 delete mode 100644 imp/themes/silver/graphics/attachment.png
 delete mode 100644 imp/themes/silver/graphics/audio/doorbell.wav
 delete mode 100644 imp/themes/silver/graphics/audio/gnid3.wav
 delete mode 100644 imp/themes/silver/graphics/audio/jetsndb.wav
 delete mode 100644 imp/themes/silver/graphics/audio/reminder.wav
 delete mode 100644 imp/themes/silver/graphics/audio/theetone.wav
 delete mode 100644 imp/themes/silver/graphics/blacklist.png
 delete mode 100644 imp/themes/silver/graphics/calendar.png
 delete mode 100644 imp/themes/silver/graphics/checkmail.png
 delete mode 100644 imp/themes/silver/graphics/close.png
 delete mode 100644 imp/themes/silver/graphics/compose.png
 delete mode 100644 imp/themes/silver/graphics/delete.png
 delete mode 100644 imp/themes/silver/graphics/dimp.png
 delete mode 100644 imp/themes/silver/graphics/drafts.png
 delete mode 100644 imp/themes/silver/graphics/empty_spam.png
 delete mode 100644 imp/themes/silver/graphics/empty_trash.png
 delete mode 100644 imp/themes/silver/graphics/encrypted.png
 delete mode 100644 imp/themes/silver/graphics/fetchmail.png
 delete mode 100644 imp/themes/silver/graphics/filters.png
 delete mode 100644 imp/themes/silver/graphics/folders/create.png
 delete mode 100644 imp/themes/silver/graphics/folders/delete.png
 delete mode 100644 imp/themes/silver/graphics/folders/drafts.png
 delete mode 100644 imp/themes/silver/graphics/folders/edit.png
 delete mode 100644 imp/themes/silver/graphics/folders/explore.png
 delete mode 100644 imp/themes/silver/graphics/folders/folder.png
 delete mode 100644 imp/themes/silver/graphics/folders/inbox.png
 delete mode 100644 imp/themes/silver/graphics/folders/minus.png
 delete mode 100644 imp/themes/silver/graphics/folders/open.png
 delete mode 100644 imp/themes/silver/graphics/folders/plus.png
 delete mode 100644 imp/themes/silver/graphics/folders/sent.png
 delete mode 100644 imp/themes/silver/graphics/folders/spam.png
 delete mode 100644 imp/themes/silver/graphics/folders/trash.png
 delete mode 100644 imp/themes/silver/graphics/forward.png
 delete mode 100644 imp/themes/silver/graphics/ham.png
 delete mode 100644 imp/themes/silver/graphics/horde.png
 delete mode 100644 imp/themes/silver/graphics/imp.png
 delete mode 100644 imp/themes/silver/graphics/info_icon.png
 delete mode 100644 imp/themes/silver/graphics/locked.png
 delete mode 100644 imp/themes/silver/graphics/logout.png
 delete mode 100644 imp/themes/silver/graphics/mail_answered.png
 delete mode 100644 imp/themes/silver/graphics/mail_clearflag.png
 delete mode 100644 imp/themes/silver/graphics/mail_deleted.png
 delete mode 100644 imp/themes/silver/graphics/mail_draft.png
 delete mode 100644 imp/themes/silver/graphics/mail_flagged.png
 delete mode 100644 imp/themes/silver/graphics/mail_forwarded.png
 delete mode 100644 imp/themes/silver/graphics/mail_personal.png
 delete mode 100644 imp/themes/silver/graphics/mail_priority_high.png
 delete mode 100644 imp/themes/silver/graphics/mail_priority_low.png
 delete mode 100644 imp/themes/silver/graphics/mail_seen.png
 delete mode 100644 imp/themes/silver/graphics/mail_unseen.png
 delete mode 100644 imp/themes/silver/graphics/manage_attachments.png
 delete mode 100644 imp/themes/silver/graphics/message_source.png
 delete mode 100644 imp/themes/silver/graphics/mime/apple.png
 delete mode 100644 imp/themes/silver/graphics/mime/compressed.png
 delete mode 100644 imp/themes/silver/graphics/mime/encryption.png
 delete mode 100644 imp/themes/silver/graphics/mime/html.png
 delete mode 100644 imp/themes/silver/graphics/mime/itip.png
 delete mode 100644 imp/themes/silver/graphics/newmail.png
 delete mode 100644 imp/themes/silver/graphics/newwin.png
 delete mode 100644 imp/themes/silver/graphics/plus.png
 delete mode 100644 imp/themes/silver/graphics/popdown.png
 delete mode 100644 imp/themes/silver/graphics/popright.png
 delete mode 100644 imp/themes/silver/graphics/prefs.png
 delete mode 100644 imp/themes/silver/graphics/preview.png
 delete mode 100644 imp/themes/silver/graphics/print.png
 delete mode 100644 imp/themes/silver/graphics/reload.png
 delete mode 100644 imp/themes/silver/graphics/reply.png
 delete mode 100644 imp/themes/silver/graphics/replyall.png
 delete mode 100644 imp/themes/silver/graphics/search.png
 delete mode 100644 imp/themes/silver/graphics/shared.png
 delete mode 100644 imp/themes/silver/graphics/signed.png
 delete mode 100644 imp/themes/silver/graphics/sortdown.png
 delete mode 100644 imp/themes/silver/graphics/sortup.png
 delete mode 100644 imp/themes/silver/graphics/spam.png
 delete mode 100644 imp/themes/silver/graphics/spellcheck.png
 delete mode 100644 imp/themes/silver/graphics/tick.png
 delete mode 100644 imp/themes/silver/graphics/undelete.png
 delete mode 100644 imp/themes/silver/graphics/warning.png
 delete mode 100644 imp/themes/silver/graphics/whitelist.png
 delete mode 100644 imp/themes/silver/screen-dimp.css
 delete mode 100644 imp/themes/silver/screen.css
 delete mode 100644 imp/themes/silver/themed_graphics
 delete mode 100644 imp/themes/simplex/screen.css
 delete mode 100644 imp/themes/sun/screen.css
 delete mode 100644 imp/themes/tango-blue/graphics/addressbook_add.png
 delete mode 100644 imp/themes/tango-blue/graphics/addressbook_browse.png
 delete mode 100644 imp/themes/tango-blue/graphics/attachment.png
 delete mode 100644 imp/themes/tango-blue/graphics/audio/doorbell.wav
 delete mode 100644 imp/themes/tango-blue/graphics/audio/gnid3.wav
 delete mode 100644 imp/themes/tango-blue/graphics/audio/jetsndb.wav
 delete mode 100644 imp/themes/tango-blue/graphics/audio/reminder.wav
 delete mode 100644 imp/themes/tango-blue/graphics/audio/theetone.wav
 delete mode 100644 imp/themes/tango-blue/graphics/calendar.png
 delete mode 100644 imp/themes/tango-blue/graphics/checkmail.png
 delete mode 100644 imp/themes/tango-blue/graphics/close.png
 delete mode 100644 imp/themes/tango-blue/graphics/compose.png
 delete mode 100644 imp/themes/tango-blue/graphics/empty_spam.png
 delete mode 100644 imp/themes/tango-blue/graphics/empty_trash.png
 delete mode 100644 imp/themes/tango-blue/graphics/encrypted.png
 delete mode 100644 imp/themes/tango-blue/graphics/favicon.ico
 delete mode 100644 imp/themes/tango-blue/graphics/fetchmail.png
 delete mode 100644 imp/themes/tango-blue/graphics/filters.png
 delete mode 100644 imp/themes/tango-blue/graphics/folders/drafts.png
 delete mode 100644 imp/themes/tango-blue/graphics/folders/folder.png
 delete mode 100644 imp/themes/tango-blue/graphics/folders/inbox.png
 delete mode 100644 imp/themes/tango-blue/graphics/folders/open.png
 delete mode 100644 imp/themes/tango-blue/graphics/folders/sent.png
 delete mode 100644 imp/themes/tango-blue/graphics/folders/spam.png
 delete mode 100644 imp/themes/tango-blue/graphics/folders/trash.png
 delete mode 100644 imp/themes/tango-blue/graphics/imp.png
 delete mode 100644 imp/themes/tango-blue/graphics/mail_answered.png
 delete mode 100644 imp/themes/tango-blue/graphics/mail_deleted.png
 delete mode 100644 imp/themes/tango-blue/graphics/mail_draft.png
 delete mode 100644 imp/themes/tango-blue/graphics/mail_flagged.png
 delete mode 100644 imp/themes/tango-blue/graphics/mail_personal.png
 delete mode 100644 imp/themes/tango-blue/graphics/mail_priority_high.png
 delete mode 100644 imp/themes/tango-blue/graphics/mail_priority_low.png
 delete mode 100644 imp/themes/tango-blue/graphics/mail_unseen.png
 delete mode 100644 imp/themes/tango-blue/graphics/manage_attachments.png
 delete mode 100644 imp/themes/tango-blue/graphics/mime/apple.png
 delete mode 100644 imp/themes/tango-blue/graphics/mime/compressed.png
 delete mode 100644 imp/themes/tango-blue/graphics/mime/encryption.png
 delete mode 100644 imp/themes/tango-blue/graphics/mime/html.png
 delete mode 100644 imp/themes/tango-blue/graphics/newmail.png
 delete mode 100644 imp/themes/tango-blue/graphics/reload.png
 delete mode 100644 imp/themes/tango-blue/graphics/shared.png
 delete mode 100644 imp/themes/tango-blue/graphics/signed.png
 delete mode 100644 imp/themes/tango-blue/graphics/spellcheck.png
 delete mode 100644 imp/themes/tango-blue/screen-dimp.css
 delete mode 100644 imp/themes/tango-blue/screen.css
 delete mode 100644 imp/themes/tango-blue/themed_graphics
 delete mode 100644 imp/themes/webkit-dimp.css
 delete mode 100644 imp/thread.php
 delete mode 100644 imp/view.php

http://git.horde.org/diff.php/imp/COPYING?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/README?rt=horde-hatchery&r1=4ef5206864d44b79c1e8b66feb8f980c51155b9d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/acl.php?rt=horde-hatchery&r1=3f159263514a3de495770db48a109df318346124&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=7731c21c2dcb3e97970b8c52599a59b49230f610&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-hatchery&r1=747fde5768e6f85fc066a620d54cd5db48a2aad6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=473733dc5137c985b846cfa1b8535be2da60a02a&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=a98cc73fc9bff715c366950daa745b27ea3e0f6f&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=72cae93e16f4b247017c9c05428cd458d77958de&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/config/.htaccess?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/config/conf.xml?rt=horde-hatchery&r1=bfea117f1ac1f29f12e3344c4e40d89e8f562907&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/config/filter.txt.dist?rt=horde-hatchery&r1=4ef5206864d44b79c1e8b66feb8f980c51155b9d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/config/header.php.dist?rt=horde-hatchery&r1=4c1f25dd591ab53fe667b96eb58d4956d11dc259&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-hatchery&r1=747fde5768e6f85fc066a620d54cd5db48a2aad6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/config/menu.php.dist?rt=horde-hatchery&r1=4ef5206864d44b79c1e8b66feb8f980c51155b9d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/config/mime_drivers.php.dist?rt=horde-hatchery&r1=8df7904a088edd35a4ed51d245b9117b78d79ea0&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/config/portal.php.dist?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=7c73c2474a4c96fc128efea12fc481a3cd2f1604&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/config/servers.php.dist?rt=horde-hatchery&r1=8f1042a7826358d3e664ab0354490c1047ee0882&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/config/trailer.txt.dist?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/contacts.php?rt=horde-hatchery&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=67de2c3996a035d95275600459511b683caa25e8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/docs/CREDITS?rt=horde-hatchery&r1=3b32b009f65e84b82287f0629951e54a85729ea9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/docs/INSTALL?rt=horde-hatchery&r1=46ea76bb87844fd8baf478a458a7d65a3a4fe06c&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/docs/RELEASE_NOTES?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/docs/RFCS?rt=horde-hatchery&r1=bfdeddae7566656014b589212c5020df03a12add&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/docs/UPGRADING?rt=horde-hatchery&r1=6de418b019a5d9e8e2b746d1d4b8f57257523dd6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/filterprefs.php?rt=horde-hatchery&r1=cd6c8dd1fa0803c6d0db7bfe954748d04b5256c7&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/folders-mimp.php?rt=horde-hatchery&r1=ed4f90377e63479976f2840cafa427921de0d5e8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/folders.php?rt=horde-hatchery&r1=ed4f90377e63479976f2840cafa427921de0d5e8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-hatchery&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/index.php?rt=horde-hatchery&r1=f0daa2470ea069c3488276d2ecb1f92c6fdc86b3&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/ContextSensitive.js?rt=horde-hatchery&r1=83351301326cd46f44fc5fede3a7102d12027de1&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=65221b8ced82e9445c1f886a4c45bd468498833d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-hatchery&r1=2f98c45c1c75365b789041a6eae74050ed6ca637&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/DimpSlider.js?rt=horde-hatchery&r1=4fce1b9929f253655e39878ab117ee1dbf21f7af&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=65221b8ced82e9445c1f886a4c45bd468498833d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/accountsprefs.js?rt=horde-hatchery&r1=f3d321975003e23ce4d789eed889d120460a5318&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/acl.js?rt=horde-hatchery&r1=342c9c84bd64728e7bb89092616407f773ba688a&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/addressbooksprefs.js?rt=horde-hatchery&r1=79bdf084cd7c6492ac0f3ac9b0355a08cb0cb8ac&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-hatchery&r1=9d9602e45d33061725dce4d271250a76b6a96f13&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/compose.js?rt=horde-hatchery&r1=da4368ca9952ce88573d63aab57b0a03648775d1&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/contacts.js?rt=horde-hatchery&r1=85c76650f8f9864bb4052be500839195e8a92497&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/dialog.js?rt=horde-hatchery&r1=7399b25a4acbd7f2f54ce66127bb007ccf80c6ac&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/flagprefs.js?rt=horde-hatchery&r1=6aa3e46326f0d497a9c6e27f20fba36b08bfcb3f&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/folderprefs.js?rt=horde-hatchery&r1=0e6bdb66dbfc2e7880a9796f8a33cd8e58db6033&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/folders.js?rt=horde-hatchery&r1=faca46de50a9f167b350987bb510d4a84e671118&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/fullmessage-dimp.js?rt=horde-hatchery&r1=230fbf281f03c4c76d6c6c90220136c287aca973&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-hatchery&r1=c3733d574889dbade4b7f2535f823a068b21d970&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/login.js?rt=horde-hatchery&r1=c9219a2f59004669e95ef10d896abfe7f4689afa&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/mailbox-dimp.js?rt=horde-hatchery&r1=d672b72d4b9bbe13d0d623b8080897d2c9e7bdde&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/mailbox.js?rt=horde-hatchery&r1=342c9c84bd64728e7bb89092616407f773ba688a&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/message.js?rt=horde-hatchery&r1=8e934502f626c0b1e843aaf55c486df762fee142&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/js/search.js?rt=horde-hatchery&r1=66393ab9f0c6af77ba9c9ba0e91e6eaeac8043f8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/.htaccess?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Accounts.php?rt=horde-hatchery&r1=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-hatchery&r1=a4c2a0cb07273e33a5fdbc3591459e0cc1c3b0a5&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Api.php?rt=horde-hatchery&r1=804e0e0b1516d94d909424699b6d2ce6ef7bc377&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-hatchery&r1=640ee23fb7398fe60a23982a381ba48ab475c747&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-hatchery&r1=8f1042a7826358d3e664ab0354490c1047ee0882&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Block/Foldersummary.php?rt=horde-hatchery&r1=5f3ea2eb9f1b02b4068d7ced44bb571109fab9d0&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Block/Newmail.php?rt=horde-hatchery&r1=5f3ea2eb9f1b02b4068d7ced44bb571109fab9d0&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-hatchery&r1=ed4f90377e63479976f2840cafa427921de0d5e8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-hatchery&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Compose/Exception.php?rt=horde-hatchery&r1=832f550a5a595c5d61d21e2723f6e3addefdd363&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-hatchery&r1=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Crypt/Smime.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-hatchery&r1=8786efdf10c082eb66260a7080e116596f00ff2d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Exception.php?rt=horde-hatchery&r1=747fde5768e6f85fc066a620d54cd5db48a2aad6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Filter.php?rt=horde-hatchery&r1=bdec8e4165e2138691530de6f25922190e5de5e6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Folder.php?rt=horde-hatchery&r1=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=72cae93e16f4b247017c9c05428cd458d77958de&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-hatchery&r1=ec31e7c3d9d9ccc3c3b006205f5c4a673a5d212a&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Imap/Acl.php?rt=horde-hatchery&r1=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Imap/Flags.php?rt=horde-hatchery&r1=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Imap/Thread.php?rt=horde-hatchery&r1=3fc476d6d2199301029d1a2b27377ea2f9a257a6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-hatchery&r1=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/GarbageCollection.php?rt=horde-hatchery&r1=3b9e557766e0dec35f26b4038125aa8be1cd9f34&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php?rt=horde-hatchery&r1=3b9e557766e0dec35f26b4038125aa8be1cd9f34&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php?rt=horde-hatchery&r1=3b9e557766e0dec35f26b4038125aa8be1cd9f34&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php?rt=horde-hatchery&r1=3b9e557766e0dec35f26b4038125aa8be1cd9f34&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSentmail.php?rt=horde-hatchery&r1=3b9e557766e0dec35f26b4038125aa8be1cd9f34&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSpam.php?rt=horde-hatchery&r1=3b9e557766e0dec35f26b4038125aa8be1cd9f34&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeTrash.php?rt=horde-hatchery&r1=3b9e557766e0dec35f26b4038125aa8be1cd9f34&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/RenameSentmailMonthly.php?rt=horde-hatchery&r1=3b9e557766e0dec35f26b4038125aa8be1cd9f34&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-hatchery&r1=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Maillog.php?rt=horde-hatchery&r1=e75e4fed7094e8a089cda2434f1e6d937f18e7f1&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-hatchery&r1=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Alternative.php?rt=horde-hatchery&r1=d2d2cacd0b447d2e4d5f6ae061f06fe09705ec37&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Appledouble.php?rt=horde-hatchery&r1=3cbdd88110a6b9f2147d29f557acc53cb7eb5405&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Enriched.php?rt=horde-hatchery&r1=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-hatchery&r1=8df7904a088edd35a4ed51d245b9117b78d79ea0&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Images.php?rt=horde-hatchery&r1=8df7904a088edd35a4ed51d245b9117b78d79ea0&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Mdn.php?rt=horde-hatchery&r1=f72f38bdb5ff7c9e6aef3a4d8401c67b48e9ddff&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Partial.php?rt=horde-hatchery&r1=2faf375710fbfb550f993776203eb2b1df57395d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pdf.php?rt=horde-hatchery&r1=8df7904a088edd35a4ed51d245b9117b78d79ea0&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-hatchery&r1=72cae93e16f4b247017c9c05428cd458d77958de&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Plain.php?rt=horde-hatchery&r1=a42380c5b7ca46e21f99b7621075b8b00f117c21&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Related.php?rt=horde-hatchery&r1=b879fbf80e084ac1d43d439083a5da0a35f01419&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Rfc822.php?rt=horde-hatchery&r1=ca9f1cefefcec92e06426308ce9fbbb27db995ef&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smil.php?rt=horde-hatchery&r1=c0c5954756a84a9d282fe7efaff62885a1e411ae&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-hatchery&r1=72cae93e16f4b247017c9c05428cd458d77958de&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Status.php?rt=horde-hatchery&r1=f72f38bdb5ff7c9e6aef3a4d8401c67b48e9ddff&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Tnef.php?rt=horde-hatchery&r1=cf9cb953ee59aa2641e5edfa89ef576b48c64f0f&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Zip.php?rt=horde-hatchery&r1=2f23e392ee67b342d501a1fed6619f87778439ae&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Mimp.php?rt=horde-hatchery&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Notification/Listener/Status.php?rt=horde-hatchery&r1=9cc18d71a7bf73b8fe87c7acb74f16f8b5ff327c&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Notification/Listener/StatusMobile.php?rt=horde-hatchery&r1=9cc18d71a7bf73b8fe87c7acb74f16f8b5ff327c&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Prefs/Identity.php?rt=horde-hatchery&r1=575c3aac2149575dd5e385249615065e47f7f8d8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Quota.php?rt=horde-hatchery&r1=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Quota/Command.php?rt=horde-hatchery&r1=c0c5954756a84a9d282fe7efaff62885a1e411ae&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Quota/Hook.php?rt=horde-hatchery&r1=3c5edf58a21d21ce988d95fcf29c5a6c964e570b&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Quota/Imap.php?rt=horde-hatchery&r1=9cc18d71a7bf73b8fe87c7acb74f16f8b5ff327c&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Quota/Logfile.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Quota/Maildir.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Quota/Mdaemon.php?rt=horde-hatchery&r1=c0c5954756a84a9d282fe7efaff62885a1e411ae&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Quota/Mercury32.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Quota/Sql.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-hatchery&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Sentmail.php?rt=horde-hatchery&r1=a09722418a1dc09b7e1ec8302ce9967585705b9b&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Sentmail/Sql.php?rt=horde-hatchery&r1=7edae8d7680b1a1474ebdd851a23b1d90c6e4951&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-hatchery&r1=a98cc73fc9bff715c366950daa745b27ea3e0f6f&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Ui/Folder.php?rt=horde-hatchery&r1=ed4f90377e63479976f2840cafa427921de0d5e8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Ui/Headers.php?rt=horde-hatchery&r1=164cdc31b8275631294c77f94672218f67afdb7c&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Ui/Mailbox.php?rt=horde-hatchery&r1=bc04a27cb087240e10845a6c22739ee82617b85a&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Ui/Message.php?rt=horde-hatchery&r1=ed4f90377e63479976f2840cafa427921de0d5e8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Ui/Search.php?rt=horde-hatchery&r1=bc04a27cb087240e10845a6c22739ee82617b85a&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-hatchery&r1=bc04a27cb087240e10845a6c22739ee82617b85a&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=7731c21c2dcb3e97970b8c52599a59b49230f610&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-hatchery&r1=51ab4281b2c074e4f8ee8fcd6fe14cfb9d888a26&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/tests/fixtures/maildirsize?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/tests/mime_viewer_html.phpt?rt=horde-hatchery&r1=c716eb8176058c2c22fab1aa0421c95da39997d2&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/lib/tests/quota_maildir.phpt?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/.htaccess?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/ar_OM/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/ar_SY/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/bg_BG/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/bs_BA/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/ca_ES/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/ca_ES/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/cs_CZ/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/cs_CZ/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/da_DK/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/da_DK/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/de_DE/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/de_DE/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/el_GR/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/el_GR/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/en_US/help.xml?rt=horde-hatchery&r1=7f52cfe330ff812639803818a34d074546ec3f5e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/es_ES/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/es_ES/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/et_EE/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/et_EE/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/eu_ES/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=d454122b7bc0b01136d090222d82f0b6a1847ad2&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/eu_ES/help.xml?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/fa_IR/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/fa_IR/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/fi_FI/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/fi_FI/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/fr_FR/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/fr_FR/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/gl_ES/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/he_IL/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/hr_HR/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=3b32b009f65e84b82287f0629951e54a85729ea9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/hr_HR/help.xml?rt=horde-hatchery&r1=3b32b009f65e84b82287f0629951e54a85729ea9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/hu_HU/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/hu_HU/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/id_ID/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/is_IS/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/it_IT/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=f48c60c2a544b6fb0a07bb0ca8d8a00f8bb55c12&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/it_IT/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/ja_JP/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/km_KH/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/ko_KR/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/ko_KR/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/lt_LT/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/lv_LV/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/mk_MK/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/nb_NO/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/nb_NO/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/nl_NL/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/nl_NL/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/nn_NO/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/pl_PL/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/pl_PL/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/pt_BR/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/pt_BR/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/pt_PT/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/pt_PT/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/ro_RO/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/ru_RU/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/ru_RU/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/sk_SK/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/sk_SK/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/sl_SI/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/sv_SE/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/sv_SE/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/th_TH/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/tr_TR/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/tr_TR/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/uk_UA/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/uk_UA/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/zh_CN/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/zh_CN/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/zh_TW/LC_MESSAGES/imp.mo?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/locale/zh_TW/help.xml?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-hatchery&r1=4a1f75814b54d39ce78785a00404527440910cac&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=ed4f90377e63479976f2840cafa427921de0d5e8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-hatchery&r1=bc04a27cb087240e10845a6c22739ee82617b85a&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-hatchery&r1=ed4f90377e63479976f2840cafa427921de0d5e8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=ed4f90377e63479976f2840cafa427921de0d5e8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=747fde5768e6f85fc066a620d54cd5db48a2aad6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/.htaccess?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/README?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/ar_OM.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/ar_SY.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/bg_BG.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/bs_BA.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/ca_ES.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/cs_CZ.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/da_DK.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/de_DE.po?rt=horde-hatchery&r1=7a5a76b4e74cc70fdede52096dabd1c60cd7ce82&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/el_GR.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/es_ES.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/et_EE.po?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/eu_ES.po?rt=horde-hatchery&r1=d454122b7bc0b01136d090222d82f0b6a1847ad2&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/fa_IR.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/fi_FI.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/fr_FR.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/gl_ES.po?rt=horde-hatchery&r1=83958deda7655ead0e399a476d0984a83f29e2f3&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/he_IL.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/hr_HR.po?rt=horde-hatchery&r1=3b32b009f65e84b82287f0629951e54a85729ea9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/hu_HU.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/id_ID.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/imp.pot?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/is_IS.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/it_IT.po?rt=horde-hatchery&r1=0b4727703e04554e163f25b512f9dd9c5bcea5e1&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/ja_JP.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/km_KH.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/ko_KR.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/lt_LT.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/lv_LV.po?rt=horde-hatchery&r1=83958deda7655ead0e399a476d0984a83f29e2f3&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/mk_MK.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/nb_NO.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/nl_NL.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/nn_NO.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/pl_PL.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/pt_BR.po?rt=horde-hatchery&r1=225131553b4c84cfa85af30a8343acf90341f891&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/pt_PT.po?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/ro_RO.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/ru_RU.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/sk_SK.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/sl_SI.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/sv_SE.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/th_TH.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/tr_TR.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/uk_UA.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/zh_CN.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/po/zh_TW.po?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/rss.php?rt=horde-hatchery&r1=bc04a27cb087240e10845a6c22739ee82617b85a&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-hatchery&r1=97b4634ba3bfbf43ae39ca9dc7afad40675f326a&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/scripts/.htaccess?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/scripts/bounce_spam.php?rt=horde-hatchery&r1=938cf9f540b6aba08cb5db12d13df17ca0bcda21&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/scripts/sql/imp.oci8.sql?rt=horde-hatchery&r1=c38932860cefbf5475c59c41b2db72c631792fa2&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/scripts/sql/imp.sql?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/scripts/sql/imp.xml?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/search-basic.php?rt=horde-hatchery&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/search.php?rt=horde-hatchery&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/smime.php?rt=horde-hatchery&r1=747fde5768e6f85fc066a620d54cd5db48a2aad6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/stationery.php?rt=horde-hatchery&r1=ed4f90377e63479976f2840cafa427921de0d5e8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/.htaccess?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/acl/acl.html?rt=horde-hatchery&r1=f888ca824d26978e9224ac4899186010b67c88ec&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/chunks/compose.php?rt=horde-hatchery&r1=c7ac0357e80e6d1a02e611a0aad441b674509a61&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/chunks/message.php?rt=horde-hatchery&r1=ce430713508de31cb066da69cc6dafb84202d5f7&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/common-header.inc?rt=horde-hatchery&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/compose/compose-mimp.inc?rt=horde-hatchery&r1=1e1f5f321decb41665545aadcccf5a07b41e284f&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/compose/compose.html?rt=horde-hatchery&r1=d501b362ff77c07299263a999d114f917edd1433&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/compose/redirect-mimp.inc?rt=horde-hatchery&r1=6466012b0d2379a8f6b6083865d4e467422cf669&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/compose/redirect.html?rt=horde-hatchery&r1=d501b362ff77c07299263a999d114f917edd1433&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/compose/success.html?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/contacts/contacts.html?rt=horde-hatchery&r1=32be98beb4f61574d61394b6d9c9b2f5eac39005&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/filters/prefs.html?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/folders/actions.html?rt=horde-hatchery&r1=bdf563e0aa0a395b8fc291b9b2651fefcf6fb59c&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/folders/folders-mimp.inc?rt=horde-hatchery&r1=51a035a3339b2b54461d23354290f4925bd8b226&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/folders/folders.html?rt=horde-hatchery&r1=8cc50344a04667ea8829783385d99ee10b95909f&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/folders/folders_confirm.html?rt=horde-hatchery&r1=8dbe3c2b88f6f9003a9635c749331c5ee7464b70&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/folders/folders_size.html?rt=horde-hatchery&r1=8dbe3c2b88f6f9003a9635c749331c5ee7464b70&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/folders/head.html?rt=horde-hatchery&r1=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/folders/import.html?rt=horde-hatchery&r1=8dbe3c2b88f6f9003a9635c749331c5ee7464b70&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/imp/compose.html?rt=horde-hatchery&r1=13bd5280e92d8140db345a41302faa9b3a17ad0a&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/imp/portal.html?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=d9368e8e22a543dd663f2e67461ad93297d804d7&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/javascript_defs.php?rt=horde-hatchery&r1=32be98beb4f61574d61394b6d9c9b2f5eac39005&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=a134f549bf23bc9a7827ddc023599e0b1e95f96d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/mailbox/actions.html?rt=horde-hatchery&r1=049227601c489cef977b6aaf24ef27967a90464f&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/mailbox/actions_deleted.html?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/mailbox/empty_mailbox.html?rt=horde-hatchery&r1=41e29f4afa4c7788a5ecbf1e1a8c2df1688618c6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/mailbox/header.html?rt=horde-hatchery&r1=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/mailbox/mailbox-mimp.inc?rt=horde-hatchery&r1=8c8e9f4a6c40dd1f3b3060feabf55c3cca0780d6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/mailbox/mailbox.html?rt=horde-hatchery&r1=7ced0a1848e7507770abe4c53acd012ac681150a&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/mailbox/message_footers.html?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/mailbox/message_headers.html?rt=horde-hatchery&r1=c26d7b0543204d97fc8f1febb2561ec6102b7cba&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/mailbox/navbar.html?rt=horde-hatchery&r1=2ea274eddb56da98fc5af2bcf21f01dc8dda0970&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/mailbox/search-mimp.inc?rt=horde-hatchery&r1=24b317e40d097854413a639c2f9569607170b54c&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/mailbox/searchfolder.html?rt=horde-hatchery&r1=23dcc7a1177297cb7be5f1cc31297c14e9fcd051&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/menu.html?rt=horde-hatchery&r1=586e75d5e090091cfc040269d5c97436dd2f54ff&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/message/message.html?rt=horde-hatchery&r1=f888ca824d26978e9224ac4899186010b67c88ec&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/message/navbar_actions.html?rt=horde-hatchery&r1=9e62a075232b8e2bfaf5916800c930353dff7f9b&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/message/navbar_navigate.html?rt=horde-hatchery&r1=18b507ad9df260aae9ad03e3da5e2fe9ef95f776&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/message/navbar_top.html?rt=horde-hatchery&r1=7d29fd3473da817ce63a78260604e2e5aebb1d59&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/newmsg/alert.html?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/pgp/import_key.html?rt=horde-hatchery&r1=f888ca824d26978e9224ac4899186010b67c88ec&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/pgp/pgp.html?rt=horde-hatchery&r1=6aa3e46326f0d497a9c6e27f20fba36b08bfcb3f&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/prefs/accountsmanagement.inc?rt=horde-hatchery&r1=f98bdce9d79d1b5fad44c8c8845ec36b5b3cd009&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/prefs/draftsselect.inc?rt=horde-hatchery&r1=3f159263514a3de495770db48a109df318346124&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/prefs/encryptselect.inc?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/prefs/flagmanagement.inc?rt=horde-hatchery&r1=6aa3e46326f0d497a9c6e27f20fba36b08bfcb3f&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/prefs/initialpageselect.inc?rt=horde-hatchery&r1=3f159263514a3de495770db48a109df318346124&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/prefs/sentmailselect.inc?rt=horde-hatchery&r1=3f159263514a3de495770db48a109df318346124&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/prefs/soundselect.inc?rt=horde-hatchery&r1=3f159263514a3de495770db48a109df318346124&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/prefs/sourceselect.inc?rt=horde-hatchery&r1=79bdf084cd7c6492ac0f3ac9b0355a08cb0cb8ac&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/prefs/spamselect.inc?rt=horde-hatchery&r1=3f159263514a3de495770db48a109df318346124&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/prefs/trashselect.inc?rt=horde-hatchery&r1=3f159263514a3de495770db48a109df318346124&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/quota/quota.html?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/rss/mailbox.rss?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/saveimage/saveimage.html?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/search/search-basic.html?rt=horde-hatchery&r1=f814df011985d6896b4b73ad51952c0f38ddc56d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/search/search.html?rt=horde-hatchery&r1=98fee92d55e4100b0e1f18cff002e45a2fa60b3f&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/smime/import_key.html?rt=horde-hatchery&r1=f888ca824d26978e9224ac4899186010b67c88ec&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/smime/smime.html?rt=horde-hatchery&r1=6aa3e46326f0d497a9c6e27f20fba36b08bfcb3f&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/stationery/stationery.html?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/templates/thread/thread.html?rt=horde-hatchery&r1=f888ca824d26978e9224ac4899186010b67c88ec&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/test.php?rt=horde-hatchery&r1=05f836bee95f1162a116c8b96c7a91db79acd350&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/azur/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/bluemoon/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/bluewhite/screen-dimp.css?rt=horde-hatchery&r1=1862552c883b5922c6c9c76d25002f9ef69ce191&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/bluewhite/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/brown/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/burntorange/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/cherry/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/cornflower/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/fadetogreen/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/feed-rss.xsl?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/gennevilliers/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/add_contact.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/addressbook_add.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/addressbook_browse.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/application_tile_horizontal.png?rt=horde-hatchery&r1=d182d620f81c2efe8be827da78303b5ad47ba034&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/application_tile_vertical.png?rt=horde-hatchery&r1=d182d620f81c2efe8be827da78303b5ad47ba034&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/arrow_collapsed.png?rt=horde-hatchery&r1=aa94bcade4a15e17eda72a71a937fb346b95b998&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/arrow_expanded.png?rt=horde-hatchery&r1=aa94bcade4a15e17eda72a71a937fb346b95b998&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/attachment.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/audio/doorbell.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/audio/gnid3.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/audio/jetsndb.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/audio/reminder.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/audio/theetone.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/backhead_orderby.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/backhead_r.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/backhead_s2.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/backhead_shadow.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/blacklist.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/calendar.png?rt=horde-hatchery&r1=1ebf9c48801f2b732c1d6ec28b1672cb694ee404&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/checkbox_off.png?rt=horde-hatchery&r1=8974663fb9a602280f293c01a89e1f57eb42d9f9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/checkbox_on.png?rt=horde-hatchery&r1=8974663fb9a602280f293c01a89e1f57eb42d9f9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/checkbox_over.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/checkmail.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/close.png?rt=horde-hatchery&r1=0f24141743db7fbdfde83b456693dbea42724dc3&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/compose.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/delete.png?rt=horde-hatchery&r1=150f95bf869362429ec12a10ff572a337407a92d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/dimp.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/download.png?rt=horde-hatchery&r1=150f95bf869362429ec12a10ff572a337407a92d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/drafts.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/dragHandle.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/dragHandleVert.png?rt=horde-hatchery&r1=dc5a8295cef78e444355c0eed26bed2ebfd37cbf&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/empty_spam.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/empty_trash.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/encrypted.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/favicon.ico?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/fetchmail.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/filters.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/folders/create.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/folders/delete.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/folders/drafts.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/folders/edit.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/folders/folder.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/folders/inbox.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/folders/minus.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/folders/open.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/folders/plus.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/folders/sent.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/folders/spam.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/folders/trash.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/forward.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/gallery.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/ham.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/horde.png?rt=horde-hatchery&r1=923db0ba778921818d877914584021719b737bf9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/ico_message_off.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/imp.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/info_icon.png?rt=horde-hatchery&r1=923db0ba778921818d877914584021719b737bf9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/key_down.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/key_up.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/loading.gif?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/locked.png?rt=horde-hatchery&r1=d5d067dbaaa63aeae6eed60492dea04d3dce9afe&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/logo.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/logout.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mail_answered.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mail_clearflag.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mail_deleted.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mail_draft.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mail_flagged.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mail_forwarded.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mail_personal.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mail_priority_high.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mail_priority_low.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mail_seen.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mail_unseen.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/manage_attachments.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/message_source.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mime/apple.png?rt=horde-hatchery&r1=3cbdd88110a6b9f2147d29f557acc53cb7eb5405&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mime/compressed.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mime/encryption.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mime/html.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mime/itip.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/mini-error.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/newmail.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/newwin.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/plus.png?rt=horde-hatchery&r1=8974663fb9a602280f293c01a89e1f57eb42d9f9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/popdown.png?rt=horde-hatchery&r1=aa94bcade4a15e17eda72a71a937fb346b95b998&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/popright.png?rt=horde-hatchery&r1=aa94bcade4a15e17eda72a71a937fb346b95b998&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/prefs.png?rt=horde-hatchery&r1=923db0ba778921818d877914584021719b737bf9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/preview.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/print.png?rt=horde-hatchery&r1=923db0ba778921818d877914584021719b737bf9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/quotaback.jpg?rt=horde-hatchery&r1=f8b2c8764d510193d422bcffbf242384bd33fc2d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/quotauncover.gif?rt=horde-hatchery&r1=fc17430f097ead2d729ccb02000037b4e8251f4a&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/reload.png?rt=horde-hatchery&r1=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/reply.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/replyall.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/sbcursor_bottom.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/sbcursor_top.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/scroller.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/scroller_back.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/search.png?rt=horde-hatchery&r1=0560c9f604038e3895560285d93ac7b69913f1c7&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/select.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/shared.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/signed.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/sortdown.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/sortup.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/spacer_red.png?rt=horde-hatchery&r1=8974663fb9a602280f293c01a89e1f57eb42d9f9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/spam.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/spellcheck.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tick.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/join.png?rt=horde-hatchery&r1=bdab270db497d1edb66f2e23b01d8a87719e36f6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/joinbottom-down.png?rt=horde-hatchery&r1=bdab270db497d1edb66f2e23b01d8a87719e36f6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/joinbottom.png?rt=horde-hatchery&r1=bdab270db497d1edb66f2e23b01d8a87719e36f6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/line.png?rt=horde-hatchery&r1=bdab270db497d1edb66f2e23b01d8a87719e36f6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/minus.png?rt=horde-hatchery&r1=dbcbdd697ef195471524bbfb755522697c2b9f95&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/minusbottom.png?rt=horde-hatchery&r1=dbcbdd697ef195471524bbfb755522697c2b9f95&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/minustop.png?rt=horde-hatchery&r1=dbcbdd697ef195471524bbfb755522697c2b9f95&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/plus.png?rt=horde-hatchery&r1=dbcbdd697ef195471524bbfb755522697c2b9f95&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/plusbottom.png?rt=horde-hatchery&r1=dbcbdd697ef195471524bbfb755522697c2b9f95&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/plustop.png?rt=horde-hatchery&r1=dbcbdd697ef195471524bbfb755522697c2b9f95&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/rev-join.png?rt=horde-hatchery&r1=f672e1e90d1bddb6d6dc6870376488936f36206b&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/rev-joinbottom-down.png?rt=horde-hatchery&r1=f672e1e90d1bddb6d6dc6870376488936f36206b&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/rev-joinbottom.png?rt=horde-hatchery&r1=f672e1e90d1bddb6d6dc6870376488936f36206b&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/rev-line.png?rt=horde-hatchery&r1=f672e1e90d1bddb6d6dc6870376488936f36206b&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/rev-minus.png?rt=horde-hatchery&r1=dbcbdd697ef195471524bbfb755522697c2b9f95&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/rev-minusbottom.png?rt=horde-hatchery&r1=dbcbdd697ef195471524bbfb755522697c2b9f95&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/rev-minustop.png?rt=horde-hatchery&r1=dbcbdd697ef195471524bbfb755522697c2b9f95&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/rev-plus.png?rt=horde-hatchery&r1=dbcbdd697ef195471524bbfb755522697c2b9f95&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/rev-plusbottom.png?rt=horde-hatchery&r1=dbcbdd697ef195471524bbfb755522697c2b9f95&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/tree/rev-plustop.png?rt=horde-hatchery&r1=dbcbdd697ef195471524bbfb755522697c2b9f95&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/undelete.png?rt=horde-hatchery&r1=164045a780638b1e64ccfb45e4b47091d5bf845c&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/warning.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/graphics/whitelist.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/green/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/grey/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/ideas/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/ie6_or_less-dimp.css?rt=horde-hatchery&r1=1862552c883b5922c6c9c76d25002f9ef69ce191&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/ie6_or_less.css?rt=horde-hatchery&r1=ca9f1cefefcec92e06426308ce9fbbb27db995ef&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/ie7-dimp.css?rt=horde-hatchery&r1=1862552c883b5922c6c9c76d25002f9ef69ce191&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/ie7.css?rt=horde-hatchery&r1=ca9f1cefefcec92e06426308ce9fbbb27db995ef&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/lavander/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/luc/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/lucblue/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/mozilla/screen.css?rt=horde-hatchery&r1=4a1937e01b457ed628ea4a6366a3001d6450644d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/postnuke/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/rtl.css?rt=horde-hatchery&r1=6504cf7d80e1045299e2adb17408e4a28de1e8e6&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=d9368e8e22a543dd663f2e67461ad93297d804d7&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=8cbe0007abfdcc0f644be6b118b85ea005ddbd3f&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/add_contact.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/addressbook_add.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/addressbook_browse.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/application_tile_horizontal.png?rt=horde-hatchery&r1=d182d620f81c2efe8be827da78303b5ad47ba034&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/application_tile_vertical.png?rt=horde-hatchery&r1=d182d620f81c2efe8be827da78303b5ad47ba034&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/arrow_collapsed.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/arrow_expanded.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/attachment.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/audio/doorbell.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/audio/gnid3.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/audio/jetsndb.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/audio/reminder.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/audio/theetone.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/blacklist.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/calendar.png?rt=horde-hatchery&r1=1ebf9c48801f2b732c1d6ec28b1672cb694ee404&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/checkmail.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/close.png?rt=horde-hatchery&r1=0f24141743db7fbdfde83b456693dbea42724dc3&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/compose.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/delete.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/dimp.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/drafts.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/empty_spam.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/empty_trash.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/encrypted.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/fetchmail.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/filters.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/folders/create.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/folders/delete.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/folders/drafts.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/folders/edit.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/folders/explore.png?rt=horde-hatchery&r1=d182d620f81c2efe8be827da78303b5ad47ba034&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/folders/folder.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/folders/inbox.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/folders/minus.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/folders/open.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/folders/plus.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/folders/sent.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/folders/spam.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/folders/trash.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/forward.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/ham.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/horde.png?rt=horde-hatchery&r1=923db0ba778921818d877914584021719b737bf9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/imp.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/info_icon.png?rt=horde-hatchery&r1=923db0ba778921818d877914584021719b737bf9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/locked.png?rt=horde-hatchery&r1=d5d067dbaaa63aeae6eed60492dea04d3dce9afe&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/logout.png?rt=horde-hatchery&r1=78e468a7ae10464036be985bd36d1a67a99c0f18&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mail_answered.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mail_clearflag.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mail_deleted.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mail_draft.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mail_flagged.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mail_forwarded.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mail_personal.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mail_priority_high.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mail_priority_low.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mail_seen.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mail_unseen.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/manage_attachments.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/message_source.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mime/apple.png?rt=horde-hatchery&r1=3cbdd88110a6b9f2147d29f557acc53cb7eb5405&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mime/compressed.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mime/encryption.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mime/html.png?rt=horde-hatchery&r1=8df7904a088edd35a4ed51d245b9117b78d79ea0&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/mime/itip.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/newmail.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/newwin.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/plus.png?rt=horde-hatchery&r1=8974663fb9a602280f293c01a89e1f57eb42d9f9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/popdown.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/popright.png?rt=horde-hatchery&r1=16ffc77998c273a5e74ed7e56fe0e929e30b67e4&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/prefs.png?rt=horde-hatchery&r1=923db0ba778921818d877914584021719b737bf9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/preview.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/print.png?rt=horde-hatchery&r1=923db0ba778921818d877914584021719b737bf9&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/reload.png?rt=horde-hatchery&r1=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/reply.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/replyall.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/search.png?rt=horde-hatchery&r1=0560c9f604038e3895560285d93ac7b69913f1c7&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/shared.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/signed.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/sortdown.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/sortup.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/spam.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/spellcheck.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/tick.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/undelete.png?rt=horde-hatchery&r1=164045a780638b1e64ccfb45e4b47091d5bf845c&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/warning.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/graphics/whitelist.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-hatchery&r1=763aec14102720746c2ba9a8d5ca66d6952da1c5&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/screen.css?rt=horde-hatchery&r1=734f5bc70964757ba569b51f32b64fc2fc400ae1&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/silver/themed_graphics?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/simplex/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/sun/screen.css?rt=horde-hatchery&r1=e2963b5cf5c4f42d6c94db51fb67468fa55ad48e&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/addressbook_add.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/addressbook_browse.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/attachment.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/audio/doorbell.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/audio/gnid3.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/audio/jetsndb.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/audio/reminder.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/audio/theetone.wav?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/calendar.png?rt=horde-hatchery&r1=1ebf9c48801f2b732c1d6ec28b1672cb694ee404&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/checkmail.png?rt=horde-hatchery&r1=9bcfadeeaaed7c3019eeb2e7d9d04f1a0306daf7&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/close.png?rt=horde-hatchery&r1=0f24141743db7fbdfde83b456693dbea42724dc3&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/compose.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/empty_spam.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/empty_trash.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/encrypted.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/favicon.ico?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/fetchmail.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/filters.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/folders/drafts.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/folders/folder.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/folders/inbox.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/folders/open.png?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/folders/sent.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/folders/spam.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/folders/trash.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/imp.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/mail_answered.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/mail_deleted.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/mail_draft.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/mail_flagged.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/mail_personal.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/mail_priority_high.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/mail_priority_low.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/mail_unseen.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/manage_attachments.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/mime/apple.png?rt=horde-hatchery&r1=3cbdd88110a6b9f2147d29f557acc53cb7eb5405&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/mime/compressed.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/mime/encryption.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/mime/html.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/newmail.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/reload.png?rt=horde-hatchery&r1=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/shared.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/signed.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/graphics/spellcheck.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/screen-dimp.css?rt=horde-hatchery&r1=1862552c883b5922c6c9c76d25002f9ef69ce191&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/screen.css?rt=horde-hatchery&r1=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/tango-blue/themed_graphics?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/themes/webkit-dimp.css?rt=horde-hatchery&r1=b99e03291e916af3dc6b80fb431cb025b08f35f1&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/thread.php?rt=horde-hatchery&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63
http://git.horde.org/diff.php/imp/view.php?rt=horde-hatchery&r1=d0d446c53d27a7adf932c216d7d1feff8ca21273&r2=35c0f39d9726c1c7a39f49c90e5b6546ce820e63

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

commit d3fcd5cdd11ada51d44c03fccd529ba9beed543d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 23 21:40:14 2009 -0700

    Update .gitignore

 .gitignore |   24 ++++++------------------
 1 files changed, 6 insertions(+), 18 deletions(-)

http://git.horde.org/diff.php/.gitignore?rt=horde-hatchery&r1=55a68a939aa8f22c2b3b2127d53f0948ee27f885&r2=d3fcd5cdd11ada51d44c03fccd529ba9beed543d




More information about the commits mailing list