comparison lisp/mh-e/mh-customize.el @ 65755:7b615e6c0ea5

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.
author Bill Wohler <wohler@newt.com>
date Fri, 30 Sep 2005 17:48:04 +0000
parents fb2cad4cfb30
children 4520ae2624f2 aa89c814f853
comparison
equal deleted inserted replaced
65754:3b4e05087f26 65755:7b615e6c0ea5
1920 "Page the current message forwards\nThis button runs `mh-page-msg'") 1920 "Page the current message forwards\nThis button runs `mh-page-msg'")
1921 (mh-next-undeleted-msg (folder) "right_arrow" 1921 (mh-next-undeleted-msg (folder) "right_arrow"
1922 "Go to the next undeleted message\nThe button runs `mh-next-undeleted-msg'") 1922 "Go to the next undeleted message\nThe button runs `mh-next-undeleted-msg'")
1923 (mh-delete-msg (folder) "close" 1923 (mh-delete-msg (folder) "close"
1924 "Mark this message for deletion\nThis button runs `mh-delete-msg'") 1924 "Mark this message for deletion\nThis button runs `mh-delete-msg'")
1925 (mh-refile-msg (folder) "refile" 1925 (mh-refile-msg (folder) "mail/refile"
1926 "Refile this message\nThis button runs `mh-refile-msg'") 1926 "Refile this message\nThis button runs `mh-refile-msg'")
1927 (mh-undo (folder) "undo" "Undo last operation\nThis button runs `undo'" 1927 (mh-undo (folder) "undo" "Undo last operation\nThis button runs `undo'"
1928 (mh-outstanding-commands-p)) 1928 (mh-outstanding-commands-p))
1929 (mh-execute-commands (folder) "execute" 1929 (mh-execute-commands (folder) "execute"
1930 "Perform moves and deletes\nThis button runs `mh-execute-commands'" 1930 "Perform moves and deletes\nThis button runs `mh-execute-commands'"
1931 (mh-outstanding-commands-p)) 1931 (mh-outstanding-commands-p))
1932 (mh-toggle-tick (folder) "highlight" 1932 (mh-toggle-tick (folder) "highlight"
1933 "Toggle tick mark\nThis button runs `mh-toggle-tick'") 1933 "Toggle tick mark\nThis button runs `mh-toggle-tick'")
1934 (mh-toggle-showing (folder) "show" 1934 (mh-toggle-showing (folder) "show"
1935 "Toggle showing message\nThis button runs `mh-toggle-showing'") 1935 "Toggle showing message\nThis button runs `mh-toggle-showing'")
1936 (mh-tool-bar-reply-from (folder) "reply-from" "Reply to \"from\"") 1936 (mh-tool-bar-reply-from (folder) "mail/reply-from" "Reply to \"from\"")
1937 (mh-tool-bar-reply-to (folder) "reply-to" "Reply to \"to\"") 1937 (mh-tool-bar-reply-to (folder) "mail/reply-to" "Reply to \"to\"")
1938 (mh-tool-bar-reply-all (folder) "reply-all" "Reply to \"all\"") 1938 (mh-tool-bar-reply-all (folder) "mail/reply-all" "Reply to \"all\"")
1939 (mh-reply (folder) "mail/reply2" 1939 (mh-reply (folder) "mail/reply"
1940 "Reply to this message\nThis button runs `mh-reply'") 1940 "Reply to this message\nThis button runs `mh-reply'")
1941 (mh-alias-grab-from-field (folder) "alias" 1941 (mh-alias-grab-from-field (folder) "mail/alias"
1942 "Grab From alias\nThis button runs `mh-alias-grab-from-field'" 1942 "Grab From alias\nThis button runs `mh-alias-grab-from-field'"
1943 (and (mh-extract-from-header-value) (not (mh-alias-for-from-p)))) 1943 (and (mh-extract-from-header-value) (not (mh-alias-for-from-p))))
1944 (mh-send (folder) "mail_compose" 1944 (mh-send (folder) "mail_compose"
1945 "Compose new message\nThis button runs `mh-send'") 1945 "Compose new message\nThis button runs `mh-send'")
1946 (mh-rescan-folder (folder) "rescan" 1946 (mh-rescan-folder (folder) "refresh"
1947 "Rescan this folder\nThis button runs `mh-rescan-folder'") 1947 "Rescan this folder\nThis button runs `mh-rescan-folder'")
1948 (mh-pack-folder (folder) "repack" 1948 (mh-pack-folder (folder) "mail/repack"
1949 "Repack this folder\nThis button runs `mh-pack-folder'") 1949 "Repack this folder\nThis button runs `mh-pack-folder'")
1950 (mh-tool-bar-search (folder) "search" 1950 (mh-tool-bar-search (folder) "search"
1951 "Search\nThis button runs `mh-tool-bar-search-function'") 1951 "Search\nThis button runs `mh-tool-bar-search-function'")
1952 (mh-visit-folder (folder) "fld_open" 1952 (mh-visit-folder (folder) "fld_open"
1953 "Visit other folder\nThis button runs `mh-visit-folder'") 1953 "Visit other folder\nThis button runs `mh-visit-folder'")