From c727526be9968b10e9e32c1f8ea613630e0fe8aa Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Fri, 30 Sep 2005 17:48:04 +0000 Subject: 2005-09-30 Bill Wohler 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. --- lisp/mail/reply2.pbm | Bin 81 -> 0 bytes lisp/mail/reply2.xpm | 38 -------------------------------------- 2 files changed, 38 deletions(-) delete mode 100644 lisp/mail/reply2.pbm delete mode 100644 lisp/mail/reply2.xpm (limited to 'lisp/mail') diff --git a/lisp/mail/reply2.pbm b/lisp/mail/reply2.pbm deleted file mode 100644 index f48b34be3ae..00000000000 Binary files a/lisp/mail/reply2.pbm and /dev/null differ 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.... ", -" .+@#$... ", -" .#$. ", -" .$. ", -" . ", -" "}; -- cgit v1.2.1