[commits] Horde-Hatchery branch, master, updated. b09b1fcbe15249b004fc9c8b58d7595d38dcac85

Michael M Slusarz slusarz at horde.org
Mon Dec 1 23:51:34 UTC 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Horde-Hatchery".

The branch, master has been updated
       via  b09b1fcbe15249b004fc9c8b58d7595d38dcac85 (commit)
       via  0dae3df686add2c0752ab839b9aa6c31717d010a (commit)
       via  34952c8dd8c1fc175deffaae1056236bc12ebb4c (commit)
       via  f57fff57a77605a927783ed85ec7e43331c359a7 (commit)
       via  de88cb2c1209503f3cd16c60d262e10ce6b9a33c (commit)
       via  8f3a5238c36d6f2653304c0ccf4cd867d32175b2 (commit)
       via  6b955ca847b51abcf0d569ea27e41f139aed9f12 (commit)
       via  34a28eafcab3efd104df58ee40cda08b33e38f0b (commit)
       via  78e468a7ae10464036be985bd36d1a67a99c0f18 (commit)
      from  f6728a1832a26df19191cef6399aa88f86a7d2c9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b09b1fcbe15249b004fc9c8b58d7595d38dcac85
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 1 16:51:19 2008 -0700

    Slowly working my way through DIMP fixes.

commit 0dae3df686add2c0752ab839b9aa6c31717d010a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 1 15:27:41 2008 -0700

    Next batch of DIMP -> IMP fixes.

commit 34952c8dd8c1fc175deffaae1056236bc12ebb4c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 1 15:26:26 2008 -0700

    Merge from CVS HEAD.

commit f57fff57a77605a927783ed85ec7e43331c359a7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 1 03:32:01 2008 -0700

    More DIMP -> IMP fixes.

commit de88cb2c1209503f3cd16c60d262e10ce6b9a33c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 1 03:31:49 2008 -0700

    Better unique ID generator.

commit 8f3a5238c36d6f2653304c0ccf4cd867d32175b2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 1 03:30:53 2008 -0700

    Remove $Horde$ CVS tags.

commit 6b955ca847b51abcf0d569ea27e41f139aed9f12
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Dec 1 03:27:18 2008 -0700

    Better random ID generation.

commit 34a28eafcab3efd104df58ee40cda08b33e38f0b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Nov 30 23:58:25 2008 -0700

    First batch of DIMP/IMP fixes.

commit 78e468a7ae10464036be985bd36d1a67a99c0f18
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Nov 30 23:35:28 2008 -0700

    Merge DIMP with IMP.
    
    None of this works yet.

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

Summary of changes:
 imp/attachment.php                                 |    2 +-
 imp/compose-dimp.php                               |  328 +++
 imp/compose.php                                    |   12 +-
 imp/config/conf.xml                                |   77 +
 imp/config/hooks.php.dist                          |  126 ++-
 imp/config/menu.php.dist                           |    4 +-
 imp/config/portal.php.dist                         |   45 +
 imp/config/prefs.php.dist                          |   28 +-
 imp/docs/CREDITS                                   |    8 +
 imp/docs/INSTALL                                   |   54 +-
 imp/imp-dimp.php                                   |  684 +++++++
 imp/imple.php                                      |   41 +-
 imp/index-dimp.php                                 |   64 +
 imp/js/ContextSensitive.js                         |    1 +
 imp/js/DimpBase.js                                 |    1 +
 imp/js/DimpCore.js                                 |    1 +
 imp/js/DimpSlider.js                               |    1 +
 imp/js/ViewPort.js                                 |    1 +
 imp/js/compose-dimp.js                             |    1 +
 imp/js/dragdrop.js                                 |    1 +
 imp/js/fullmessage-dimp.js                         |    1 +
 imp/js/src/ContextSensitive.js                     |  224 ++
 imp/js/src/DimpBase.js                             | 2163 ++++++++++++++++++++
 imp/js/src/DimpCore.js                             |  648 ++++++
 imp/js/src/DimpSlider.js                           |  206 ++
 imp/js/src/ViewPort.js                             | 1605 +++++++++++++++
 imp/js/src/compose-dimp.js                         |  716 +++++++
 imp/js/src/dragdrop.js                             |  467 +++++
 imp/js/src/fullmessage-dimp.js                     |  106 +
 imp/lib/Block/foldersummary.php                    |   77 +
 imp/lib/Block/newmail.php                          |   74 +
 imp/lib/DIMP.php                                   |  530 +++++
 imp/lib/IMAP/Thread.php                            |    8 +-
 imp/lib/IMP.php                                    |  171 ++-
 imp/lib/MIMP.php                                   |    2 +-
 imp/lib/Notification/Listener/status-dimp.php      |   87 +
 imp/lib/Search.php                                 |    2 +-
 imp/lib/Session.php                                |    5 +
 imp/lib/UI/Compose.php                             |   31 +-
 imp/lib/UI/Mailbox.php                             |  201 +-
 imp/lib/UI/Message.php                             |  124 +-
 imp/lib/Views/Compose.php                          |  107 +
 imp/lib/Views/ListMessages.php                     |  351 ++++
 imp/lib/Views/ShowMessage.php                      |  311 +++
 imp/lib/api.php                                    |   10 +-
 imp/lib/base.php                                   |   78 +-
 imp/mailbox-mimp.php                               |    3 +-
 imp/mailbox.php                                    |    6 +-
 imp/message-dimp.php                               |   88 +
 imp/message.php                                    |    6 +-
 imp/templates/chunks/compose.php                   |  154 ++
 imp/templates/chunks/message.php                   |  126 ++
 imp/templates/imp/compose.html                     |   10 +
 imp/templates/imp/portal.html                      |    9 +
 imp/templates/index/index.inc                      |  484 +++++
 imp/templates/javascript/mailbox-dimp.js           |   27 +
 imp/themes/bluewhite/screen-dimp.css               |    6 +
 imp/themes/graphics/add_contact.png                |  Bin 0 -> 713 bytes
 imp/themes/graphics/arrow_collapsed.png            |  Bin 0 -> 186 bytes
 imp/themes/graphics/arrow_expanded.png             |  Bin 0 -> 188 bytes
 imp/themes/graphics/backhead_orderby.png           |  Bin 0 -> 132 bytes
 imp/themes/graphics/backhead_r.png                 |  Bin 0 -> 208 bytes
 imp/themes/graphics/backhead_s2.png                |  Bin 0 -> 140 bytes
 imp/themes/graphics/backhead_shadow.png            |  Bin 0 -> 100 bytes
 imp/themes/graphics/blacklist.png                  |  Bin 0 -> 477 bytes
 imp/themes/graphics/checkbox_off.png               |  Bin 0 -> 191 bytes
 imp/themes/graphics/checkbox_on.png                |  Bin 0 -> 416 bytes
 imp/themes/graphics/checkbox_over.png              |  Bin 0 -> 387 bytes
 imp/themes/graphics/checkmail.png                  |  Bin 0 -> 236 bytes
 imp/themes/graphics/checkmail_menu.png             |  Bin 0 -> 236 bytes
 .../graphics/{compose.png => compose_menu.png}     |  Bin 479 -> 479 bytes
 .../graphics/{delete.png => delete_menu.png}       |  Bin 788 -> 788 bytes
 .../graphics/{folders/inbox.png => dimp.png}       |  Bin 334 -> 334 bytes
 imp/themes/graphics/{folders => }/drafts.png       |  Bin 348 -> 348 bytes
 .../{folders/drafts.png => drafts_menu.png}        |  Bin 348 -> 348 bytes
 imp/themes/graphics/dragHandle.png                 |  Bin 0 -> 95 bytes
 imp/themes/graphics/error.png                      |  Bin 0 -> 298 bytes
 imp/themes/graphics/{folders => }/folder.png       |  Bin 368 -> 368 bytes
 .../graphics/{folders => }/folder_create.png       |  Bin 233 -> 233 bytes
 .../{folders/drafts.png => folder_drafts.png}      |  Bin 348 -> 348 bytes
 .../{folders/inbox.png => folder_inbox.png}        |  Bin 334 -> 334 bytes
 imp/themes/graphics/folder_minus.png               |  Bin 0 -> 251 bytes
 imp/themes/graphics/folder_plus.png                |  Bin 0 -> 315 bytes
 .../graphics/{folders/sent.png => folder_sent.png} |  Bin 395 -> 395 bytes
 imp/themes/graphics/folder_spam.png                |  Bin 0 -> 262 bytes
 .../{folders/trash.png => folder_trash.png}        |  Bin 461 -> 461 bytes
 imp/themes/graphics/forward.png                    |  Bin 0 -> 355 bytes
 imp/themes/graphics/forward_menu.png               |  Bin 0 -> 355 bytes
 imp/themes/graphics/ham.png                        |  Bin 0 -> 598 bytes
 imp/themes/graphics/ham_menu.png                   |  Bin 0 -> 598 bytes
 imp/themes/graphics/ico_message_off.png            |  Bin 0 -> 635 bytes
 imp/themes/graphics/key_down.png                   |  Bin 0 -> 348 bytes
 imp/themes/graphics/key_up.png                     |  Bin 0 -> 346 bytes
 imp/themes/graphics/logo.png                       |  Bin 0 -> 2797 bytes
 imp/themes/graphics/logout.png                     |  Bin 0 -> 385 bytes
 imp/themes/graphics/mail_forwarded.png             |  Bin 358 -> 355 bytes
 imp/themes/graphics/message.png                    |  Bin 0 -> 477 bytes
 imp/themes/graphics/message_source.png             |  Bin 0 -> 334 bytes
 imp/themes/graphics/newwin.png                     |  Bin 0 -> 296 bytes
 imp/themes/graphics/plus_menu.png                  |  Bin 0 -> 216 bytes
 imp/themes/graphics/preview.png                    |  Bin 0 -> 169 bytes
 imp/themes/graphics/reply.png                      |  Bin 0 -> 395 bytes
 imp/themes/graphics/reply_menu.png                 |  Bin 0 -> 395 bytes
 imp/themes/graphics/replyall.png                   |  Bin 0 -> 395 bytes
 imp/themes/graphics/sbcursor_bottom.png            |  Bin 0 -> 215 bytes
 imp/themes/graphics/sbcursor_top.png               |  Bin 0 -> 211 bytes
 imp/themes/graphics/scroller.png                   |  Bin 0 -> 180 bytes
 imp/themes/graphics/scroller_back.png              |  Bin 0 -> 183 bytes
 imp/themes/graphics/select.png                     |  Bin 0 -> 805 bytes
 imp/themes/graphics/sortdown.png                   |  Bin 0 -> 117 bytes
 imp/themes/graphics/sortup.png                     |  Bin 0 -> 119 bytes
 imp/themes/graphics/spam.png                       |  Bin 0 -> 262 bytes
 imp/themes/graphics/spam_menu.png                  |  Bin 0 -> 262 bytes
 .../{spellcheck.png => spellcheck_menu.png}        |  Bin 199 -> 199 bytes
 imp/themes/graphics/success.png                    |  Bin 0 -> 360 bytes
 imp/themes/graphics/tick.png                       |  Bin 0 -> 355 bytes
 imp/themes/graphics/warning.png                    |  Bin 0 -> 227 bytes
 imp/themes/graphics/whitelist.png                  |  Bin 0 -> 441 bytes
 imp/themes/ie6_or_less-dimp.css                    |   75 +
 imp/themes/ie7-dimp.css                            |   63 +
 imp/themes/print-dimp.css                          |   50 +
 imp/themes/screen-dimp.css                         | 1184 +++++++++++
 .../{addressbook_add.png => add_contact.png}       |  Bin 661 -> 661 bytes
 imp/themes/silver/graphics/arrow_collapsed.png     |  Bin 0 -> 209 bytes
 imp/themes/silver/graphics/arrow_expanded.png      |  Bin 0 -> 207 bytes
 imp/themes/silver/graphics/backhead_orderby.png    |  Bin 0 -> 132 bytes
 imp/themes/silver/graphics/backhead_r.png          |  Bin 0 -> 208 bytes
 imp/themes/silver/graphics/backhead_s2.png         |  Bin 0 -> 140 bytes
 imp/themes/silver/graphics/backhead_shadow.png     |  Bin 0 -> 100 bytes
 imp/themes/silver/graphics/blacklist.png           |  Bin 0 -> 655 bytes
 .../silver/graphics/{compose.png => checkmail.png} |  Bin 761 -> 761 bytes
 .../graphics/{compose.png => checkmail_menu.png}   |  Bin 761 -> 761 bytes
 imp/themes/silver/graphics/compose.png             |  Bin 761 -> 756 bytes
 .../graphics/{mail_draft.png => compose_menu.png}  |  Bin 756 -> 756 bytes
 imp/themes/silver/graphics/delete.png              |  Bin 0 -> 715 bytes
 imp/themes/silver/graphics/delete_menu.png         |  Bin 0 -> 715 bytes
 imp/themes/silver/graphics/{imp.png => dimp.png}   |  Bin 811 -> 811 bytes
 .../silver/graphics/{folders => }/drafts.png       |  Bin 645 -> 645 bytes
 .../{folders/drafts.png => drafts_menu.png}        |  Bin 645 -> 645 bytes
 imp/themes/silver/graphics/dragHandle.png          |  Bin 0 -> 95 bytes
 imp/themes/silver/graphics/error.png               |  Bin 0 -> 701 bytes
 .../silver/graphics/{folders => }/folder.png       |  Bin 537 -> 537 bytes
 .../graphics/{folders => }/folder_create.png       |  Bin 668 -> 668 bytes
 .../graphics/{folders => }/folder_delete.png       |  Bin 666 -> 666 bytes
 .../{folders/drafts.png => folder_drafts.png}      |  Bin 645 -> 645 bytes
 .../silver/graphics/{folders => }/folder_edit.png  |  Bin 733 -> 733 bytes
 .../graphics/{mail_unseen.png => folder_inbox.png} |  Bin 641 -> 641 bytes
 imp/themes/silver/graphics/folder_minus.png        |  Bin 0 -> 628 bytes
 .../silver/graphics/{folders => }/folder_open.png  |  Bin 537 -> 537 bytes
 imp/themes/silver/graphics/folder_plus.png         |  Bin 0 -> 635 bytes
 .../graphics/{folders/sent.png => folder_sent.png} |  Bin 694 -> 694 bytes
 .../graphics/{folders/spam.png => folder_spam.png} |  Bin 647 -> 647 bytes
 .../graphics/{empty_spam.png => folder_trash.png}  |  Bin 476 -> 476 bytes
 .../graphics/{mail_forwarded.png => forward.png}   |  Bin 754 -> 754 bytes
 .../{mail_forwarded.png => forward_menu.png}       |  Bin 754 -> 754 bytes
 imp/themes/silver/graphics/ham.png                 |  Bin 0 -> 730 bytes
 imp/themes/silver/graphics/ham_menu.png            |  Bin 0 -> 730 bytes
 imp/themes/silver/graphics/logo.png                |  Bin 0 -> 2797 bytes
 imp/themes/silver/graphics/logout.png              |  Bin 0 -> 693 bytes
 imp/themes/silver/graphics/message.png             |  Bin 0 -> 778 bytes
 imp/themes/silver/graphics/message_source.png      |  Bin 0 -> 799 bytes
 imp/themes/silver/graphics/newwin.png              |  Bin 0 -> 533 bytes
 imp/themes/silver/graphics/plus_menu.png           |  Bin 0 -> 733 bytes
 imp/themes/silver/graphics/preview.png             |  Bin 0 -> 520 bytes
 .../graphics/{mail_answered.png => reply.png}      |  Bin 744 -> 744 bytes
 .../graphics/{mail_answered.png => reply_menu.png} |  Bin 744 -> 744 bytes
 .../graphics/{mail_answered.png => replyall.png}   |  Bin 744 -> 744 bytes
 imp/themes/silver/graphics/select.png              |  Bin 0 -> 805 bytes
 imp/themes/silver/graphics/sortdown.png            |  Bin 0 -> 302 bytes
 imp/themes/silver/graphics/sortup.png              |  Bin 0 -> 302 bytes
 imp/themes/silver/graphics/spam.png                |  Bin 0 -> 701 bytes
 imp/themes/silver/graphics/spam_menu.png           |  Bin 0 -> 701 bytes
 .../{spellcheck.png => spellcheck_menu.png}        |  Bin 603 -> 603 bytes
 imp/themes/silver/graphics/success.png             |  Bin 0 -> 781 bytes
 imp/themes/silver/graphics/tick.png                |  Bin 0 -> 549 bytes
 imp/themes/silver/graphics/warning.png             |  Bin 0 -> 666 bytes
 imp/themes/silver/graphics/whitelist.png           |  Bin 0 -> 537 bytes
 imp/themes/silver/screen-dimp.css                  |   87 +
 imp/themes/tango-blue/screen-dimp.css              |   16 +
 179 files changed, 11889 insertions(+), 290 deletions(-)
 create mode 100644 imp/compose-dimp.php
 create mode 100644 imp/config/portal.php.dist
 create mode 100644 imp/imp-dimp.php
 create mode 100644 imp/index-dimp.php
 create mode 100644 imp/js/ContextSensitive.js
 create mode 100644 imp/js/DimpBase.js
 create mode 100644 imp/js/DimpCore.js
 create mode 100644 imp/js/DimpSlider.js
 create mode 100644 imp/js/ViewPort.js
 create mode 100644 imp/js/compose-dimp.js
 create mode 100644 imp/js/dragdrop.js
 create mode 100644 imp/js/fullmessage-dimp.js
 create mode 100644 imp/js/src/ContextSensitive.js
 create mode 100644 imp/js/src/DimpBase.js
 create mode 100644 imp/js/src/DimpCore.js
 create mode 100644 imp/js/src/DimpSlider.js
 create mode 100644 imp/js/src/ViewPort.js
 create mode 100644 imp/js/src/compose-dimp.js
 create mode 100644 imp/js/src/dragdrop.js
 create mode 100644 imp/js/src/fullmessage-dimp.js
 create mode 100644 imp/lib/Block/foldersummary.php
 create mode 100644 imp/lib/Block/newmail.php
 create mode 100644 imp/lib/DIMP.php
 create mode 100644 imp/lib/Notification/Listener/status-dimp.php
 create mode 100644 imp/lib/Views/Compose.php
 create mode 100644 imp/lib/Views/ListMessages.php
 create mode 100644 imp/lib/Views/ShowMessage.php
 create mode 100644 imp/message-dimp.php
 create mode 100644 imp/templates/chunks/compose.php
 create mode 100644 imp/templates/chunks/message.php
 create mode 100644 imp/templates/imp/compose.html
 create mode 100644 imp/templates/imp/portal.html
 create mode 100644 imp/templates/index/index.inc
 create mode 100644 imp/templates/javascript/mailbox-dimp.js
 create mode 100644 imp/themes/bluewhite/screen-dimp.css
 create mode 100644 imp/themes/graphics/add_contact.png
 create mode 100644 imp/themes/graphics/arrow_collapsed.png
 create mode 100644 imp/themes/graphics/arrow_expanded.png
 create mode 100644 imp/themes/graphics/backhead_orderby.png
 create mode 100644 imp/themes/graphics/backhead_r.png
 create mode 100644 imp/themes/graphics/backhead_s2.png
 create mode 100644 imp/themes/graphics/backhead_shadow.png
 create mode 100644 imp/themes/graphics/blacklist.png
 create mode 100755 imp/themes/graphics/checkbox_off.png
 create mode 100755 imp/themes/graphics/checkbox_on.png
 create mode 100644 imp/themes/graphics/checkbox_over.png
 create mode 100644 imp/themes/graphics/checkmail.png
 create mode 100644 imp/themes/graphics/checkmail_menu.png
 copy imp/themes/graphics/{compose.png => compose_menu.png} (100%)
 copy imp/themes/graphics/{delete.png => delete_menu.png} (100%)
 copy imp/themes/graphics/{folders/inbox.png => dimp.png} (100%)
 copy imp/themes/graphics/{folders => }/drafts.png (100%)
 copy imp/themes/graphics/{folders/drafts.png => drafts_menu.png} (100%)
 create mode 100644 imp/themes/graphics/dragHandle.png
 create mode 100644 imp/themes/graphics/error.png
 copy imp/themes/graphics/{folders => }/folder.png (100%)
 copy imp/themes/graphics/{folders => }/folder_create.png (100%)
 copy imp/themes/graphics/{folders/drafts.png => folder_drafts.png} (100%)
 copy imp/themes/graphics/{folders/inbox.png => folder_inbox.png} (100%)
 create mode 100644 imp/themes/graphics/folder_minus.png
 create mode 100644 imp/themes/graphics/folder_plus.png
 copy imp/themes/graphics/{folders/sent.png => folder_sent.png} (100%)
 create mode 100644 imp/themes/graphics/folder_spam.png
 copy imp/themes/graphics/{folders/trash.png => folder_trash.png} (100%)
 create mode 100644 imp/themes/graphics/forward.png
 create mode 100644 imp/themes/graphics/forward_menu.png
 create mode 100644 imp/themes/graphics/ham.png
 create mode 100644 imp/themes/graphics/ham_menu.png
 create mode 100644 imp/themes/graphics/ico_message_off.png
 create mode 100644 imp/themes/graphics/key_down.png
 create mode 100644 imp/themes/graphics/key_up.png
 create mode 100644 imp/themes/graphics/logo.png
 create mode 100644 imp/themes/graphics/logout.png
 create mode 100644 imp/themes/graphics/message.png
 create mode 100644 imp/themes/graphics/message_source.png
 create mode 100644 imp/themes/graphics/newwin.png
 create mode 100644 imp/themes/graphics/plus_menu.png
 create mode 100644 imp/themes/graphics/preview.png
 create mode 100644 imp/themes/graphics/reply.png
 create mode 100644 imp/themes/graphics/reply_menu.png
 create mode 100644 imp/themes/graphics/replyall.png
 create mode 100644 imp/themes/graphics/sbcursor_bottom.png
 create mode 100644 imp/themes/graphics/sbcursor_top.png
 create mode 100644 imp/themes/graphics/scroller.png
 create mode 100644 imp/themes/graphics/scroller_back.png
 create mode 100644 imp/themes/graphics/select.png
 create mode 100644 imp/themes/graphics/sortdown.png
 create mode 100644 imp/themes/graphics/sortup.png
 create mode 100644 imp/themes/graphics/spam.png
 create mode 100644 imp/themes/graphics/spam_menu.png
 copy imp/themes/graphics/{spellcheck.png => spellcheck_menu.png} (100%)
 create mode 100644 imp/themes/graphics/success.png
 create mode 100644 imp/themes/graphics/tick.png
 create mode 100644 imp/themes/graphics/warning.png
 create mode 100644 imp/themes/graphics/whitelist.png
 create mode 100644 imp/themes/ie6_or_less-dimp.css
 create mode 100644 imp/themes/ie7-dimp.css
 create mode 100644 imp/themes/print-dimp.css
 create mode 100644 imp/themes/screen-dimp.css
 copy imp/themes/silver/graphics/{addressbook_add.png => add_contact.png} (100%)
 create mode 100644 imp/themes/silver/graphics/arrow_collapsed.png
 create mode 100644 imp/themes/silver/graphics/arrow_expanded.png
 create mode 100644 imp/themes/silver/graphics/backhead_orderby.png
 create mode 100644 imp/themes/silver/graphics/backhead_r.png
 create mode 100644 imp/themes/silver/graphics/backhead_s2.png
 create mode 100644 imp/themes/silver/graphics/backhead_shadow.png
 create mode 100644 imp/themes/silver/graphics/blacklist.png
 copy imp/themes/silver/graphics/{compose.png => checkmail.png} (100%)
 copy imp/themes/silver/graphics/{compose.png => checkmail_menu.png} (100%)
 copy imp/themes/silver/graphics/{mail_draft.png => compose_menu.png} (100%)
 create mode 100644 imp/themes/silver/graphics/delete.png
 create mode 100644 imp/themes/silver/graphics/delete_menu.png
 copy imp/themes/silver/graphics/{imp.png => dimp.png} (100%)
 copy imp/themes/silver/graphics/{folders => }/drafts.png (100%)
 copy imp/themes/silver/graphics/{folders/drafts.png => drafts_menu.png} (100%)
 create mode 100644 imp/themes/silver/graphics/dragHandle.png
 create mode 100644 imp/themes/silver/graphics/error.png
 copy imp/themes/silver/graphics/{folders => }/folder.png (100%)
 copy imp/themes/silver/graphics/{folders => }/folder_create.png (100%)
 copy imp/themes/silver/graphics/{folders => }/folder_delete.png (100%)
 copy imp/themes/silver/graphics/{folders/drafts.png => folder_drafts.png} (100%)
 copy imp/themes/silver/graphics/{folders => }/folder_edit.png (100%)
 copy imp/themes/silver/graphics/{mail_unseen.png => folder_inbox.png} (100%)
 create mode 100644 imp/themes/silver/graphics/folder_minus.png
 copy imp/themes/silver/graphics/{folders => }/folder_open.png (100%)
 create mode 100644 imp/themes/silver/graphics/folder_plus.png
 copy imp/themes/silver/graphics/{folders/sent.png => folder_sent.png} (100%)
 copy imp/themes/silver/graphics/{folders/spam.png => folder_spam.png} (100%)
 copy imp/themes/silver/graphics/{empty_spam.png => folder_trash.png} (100%)
 copy imp/themes/silver/graphics/{mail_forwarded.png => forward.png} (100%)
 copy imp/themes/silver/graphics/{mail_forwarded.png => forward_menu.png} (100%)
 create mode 100644 imp/themes/silver/graphics/ham.png
 create mode 100644 imp/themes/silver/graphics/ham_menu.png
 create mode 100644 imp/themes/silver/graphics/logo.png
 create mode 100644 imp/themes/silver/graphics/logout.png
 create mode 100644 imp/themes/silver/graphics/message.png
 create mode 100644 imp/themes/silver/graphics/message_source.png
 create mode 100644 imp/themes/silver/graphics/newwin.png
 create mode 100644 imp/themes/silver/graphics/plus_menu.png
 create mode 100644 imp/themes/silver/graphics/preview.png
 copy imp/themes/silver/graphics/{mail_answered.png => reply.png} (100%)
 copy imp/themes/silver/graphics/{mail_answered.png => reply_menu.png} (100%)
 copy imp/themes/silver/graphics/{mail_answered.png => replyall.png} (100%)
 create mode 100644 imp/themes/silver/graphics/select.png
 create mode 100644 imp/themes/silver/graphics/sortdown.png
 create mode 100644 imp/themes/silver/graphics/sortup.png
 create mode 100644 imp/themes/silver/graphics/spam.png
 create mode 100644 imp/themes/silver/graphics/spam_menu.png
 copy imp/themes/silver/graphics/{spellcheck.png => spellcheck_menu.png} (100%)
 create mode 100644 imp/themes/silver/graphics/success.png
 create mode 100644 imp/themes/silver/graphics/tick.png
 create mode 100644 imp/themes/silver/graphics/warning.png
 create mode 100644 imp/themes/silver/graphics/whitelist.png
 create mode 100644 imp/themes/silver/screen-dimp.css
 create mode 100644 imp/themes/tango-blue/screen-dimp.css


hooks/post-receive
-- 
Horde-Hatchery


More information about the commits mailing list