diff options
author | Bill Wohler <wohler@newt.com> | 2005-09-30 17:48:04 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2005-09-30 17:48:04 +0000 |
commit | c727526be9968b10e9e32c1f8ea613630e0fe8aa (patch) | |
tree | b5ec300a02fe46b9884b491a0cdb2efcf4e2d5c5 /lisp/mail | |
parent | 73d29ec994844a3aa4f8b41b8de4fe9c81d26c27 (diff) | |
download | emacs-c727526be9968b10e9e32c1f8ea613630e0fe8aa.tar.gz |
2005-09-30 Bill Wohler <wohler@newt.com>
Moved MH-E image files from toolbar and mail directories into
etc/images.
* mail/reply2.*: Moved to etc/images/mail/reply*.
* toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
* toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Moved to
etc/images.
* toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
* toolbar/reply*: Moved to etc/images/mail.
* toolbar/rescan.*: Moved and renamed to etc/images/refresh.*.
* mh-e/mh-customize.el (mh-refile-msg, mh-tool-bar-reply-from)
(mh-tool-bar-reply-to, mh-tool-bar-reply-all)
(mh-alias-grab-from-field, mh-pack-folder): Image files moved to
etc/images/mail so added "mail/" prefix.
(mh-reply): Ditto. Also renamed reply2.* to reply.*.
(mh-rescan-folder): Ditto. Renamed image file to refresh.* since
it can be used in the general sense. Does not have "mail/" prefix.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/reply2.pbm | bin | 81 -> 0 bytes | |||
-rw-r--r-- | lisp/mail/reply2.xpm | 38 |
2 files changed, 0 insertions, 38 deletions
diff --git a/lisp/mail/reply2.pbm b/lisp/mail/reply2.pbm Binary files differdeleted file mode 100644 index f48b34be3ae..00000000000 --- a/lisp/mail/reply2.pbm +++ /dev/null diff --git a/lisp/mail/reply2.xpm b/lisp/mail/reply2.xpm deleted file mode 100644 index 047f8533d7c..00000000000 --- a/lisp/mail/reply2.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char * mail_reply_xpm[] = { -/* columns rows colors chars-per-pixel */ -"24 24 9 1", -" c None", -". c black", -"X c #673e666663d4", -"o c #eb46ea1de471", -"O c #a852a7bea3d2", -"+ c #ae51c17b9b26", -"@ c #8d4d97577838", -"# c #7c7c8b8b6e6e", -"$ c #5e0868be52d3", -/* pixels */ -" ", -" ", -" ", -" ", -" ", -" .... ", -" .....XooO. ", -" .....XOooooooO. ", -" .XOooooooooooXOO. ", -" .oXXooooooooOXOo. ", -" .OoOXXooooooXOoo. ", -" .oooOOXOooXXXooO. ", -" ........XXOoOXOo. ", -" ..++++@.ooooooXO. ", -" ..+@@@.oooooooXO. ", -" ..+@@@#.oooooooO.. ", -" ..++@@@#$.ooooO... ", -" .++++@@#.$.oO... ", -" .+@@@#.o.... ", -" .+@#$... ", -" .#$. ", -" .$. ", -" . ", -" "}; |