emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mh-e/mh-customize.el


From: Bill Wohler
Subject: [Emacs-diffs] Changes to emacs/lisp/mh-e/mh-customize.el
Date: Fri, 30 Sep 2005 13:48:26 -0400

Index: emacs/lisp/mh-e/mh-customize.el
diff -c emacs/lisp/mh-e/mh-customize.el:1.17 
emacs/lisp/mh-e/mh-customize.el:1.18
*** emacs/lisp/mh-e/mh-customize.el:1.17        Mon Aug 15 21:29:32 2005
--- emacs/lisp/mh-e/mh-customize.el     Fri Sep 30 17:48:04 2005
***************
*** 1922,1928 ****
      "Go to the next undeleted message\nThe button runs 
`mh-next-undeleted-msg'")
    (mh-delete-msg (folder) "close"
      "Mark this message for deletion\nThis button runs `mh-delete-msg'")
!   (mh-refile-msg (folder) "refile"
      "Refile this message\nThis button runs `mh-refile-msg'")
    (mh-undo (folder) "undo" "Undo last operation\nThis button runs `undo'"
      (mh-outstanding-commands-p))
--- 1922,1928 ----
      "Go to the next undeleted message\nThe button runs 
`mh-next-undeleted-msg'")
    (mh-delete-msg (folder) "close"
      "Mark this message for deletion\nThis button runs `mh-delete-msg'")
!   (mh-refile-msg (folder) "mail/refile"
      "Refile this message\nThis button runs `mh-refile-msg'")
    (mh-undo (folder) "undo" "Undo last operation\nThis button runs `undo'"
      (mh-outstanding-commands-p))
***************
*** 1933,1951 ****
      "Toggle tick mark\nThis button runs `mh-toggle-tick'")
    (mh-toggle-showing (folder) "show"
      "Toggle showing message\nThis button runs `mh-toggle-showing'")
!   (mh-tool-bar-reply-from (folder) "reply-from" "Reply to \"from\"")
!   (mh-tool-bar-reply-to (folder) "reply-to" "Reply to \"to\"")
!   (mh-tool-bar-reply-all (folder) "reply-all" "Reply to \"all\"")
!   (mh-reply (folder) "mail/reply2"
      "Reply to this message\nThis button runs `mh-reply'")
!   (mh-alias-grab-from-field (folder) "alias"
      "Grab From alias\nThis button runs `mh-alias-grab-from-field'"
      (and (mh-extract-from-header-value) (not (mh-alias-for-from-p))))
    (mh-send (folder) "mail_compose"
      "Compose new message\nThis button runs `mh-send'")
!   (mh-rescan-folder (folder) "rescan"
      "Rescan this folder\nThis button runs `mh-rescan-folder'")
!   (mh-pack-folder (folder) "repack"
      "Repack this folder\nThis button runs `mh-pack-folder'")
    (mh-tool-bar-search (folder) "search"
      "Search\nThis button runs `mh-tool-bar-search-function'")
--- 1933,1951 ----
      "Toggle tick mark\nThis button runs `mh-toggle-tick'")
    (mh-toggle-showing (folder) "show"
      "Toggle showing message\nThis button runs `mh-toggle-showing'")
!   (mh-tool-bar-reply-from (folder) "mail/reply-from" "Reply to \"from\"")
!   (mh-tool-bar-reply-to (folder) "mail/reply-to" "Reply to \"to\"")
!   (mh-tool-bar-reply-all (folder) "mail/reply-all" "Reply to \"all\"")
!   (mh-reply (folder) "mail/reply"
      "Reply to this message\nThis button runs `mh-reply'")
!   (mh-alias-grab-from-field (folder) "mail/alias"
      "Grab From alias\nThis button runs `mh-alias-grab-from-field'"
      (and (mh-extract-from-header-value) (not (mh-alias-for-from-p))))
    (mh-send (folder) "mail_compose"
      "Compose new message\nThis button runs `mh-send'")
!   (mh-rescan-folder (folder) "refresh"
      "Rescan this folder\nThis button runs `mh-rescan-folder'")
!   (mh-pack-folder (folder) "mail/repack"
      "Repack this folder\nThis button runs `mh-pack-folder'")
    (mh-tool-bar-search (folder) "search"
      "Search\nThis button runs `mh-tool-bar-search-function'")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]