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-e.el


From: Bill Wohler
Subject: [Emacs-diffs] Changes to emacs/lisp/mh-e/mh-e.el
Date: Sun, 22 Aug 2004 06:27:47 -0400

Index: emacs/lisp/mh-e/mh-e.el
diff -c emacs/lisp/mh-e/mh-e.el:1.12 emacs/lisp/mh-e/mh-e.el:1.13
*** emacs/lisp/mh-e/mh-e.el:1.12        Sun Aug 15 22:00:06 2004
--- emacs/lisp/mh-e/mh-e.el     Sun Aug 22 05:11:27 2004
***************
*** 5,11 ****
  
  ;; Author: Bill Wohler <address@hidden>
  ;; Maintainer: Bill Wohler <address@hidden>
! ;; Version: 7.4.80
  ;; Keywords: mail
  
  ;; This file is part of GNU Emacs.
--- 5,11 ----
  
  ;; Author: Bill Wohler <address@hidden>
  ;; Maintainer: Bill Wohler <address@hidden>
! ;; Version: 7.81
  ;; Keywords: mail
  
  ;; This file is part of GNU Emacs.
***************
*** 96,102 ****
  (defvar font-lock-auto-fontify)
  (defvar font-lock-defaults)
  
! (defconst mh-version "7.4.80" "Version number of MH-E.")
  
  ;;; Autoloads
  (autoload 'Info-goto-node "info")
--- 96,102 ----
  (defvar font-lock-auto-fontify)
  (defvar font-lock-defaults)
  
! (defconst mh-version "7.81" "Version number of MH-E.")
  
  ;;; Autoloads
  (autoload 'Info-goto-node "info")
***************
*** 2347,2352 ****
--- 2347,2353 ----
    "'"           mh-toggle-tick
    ","           mh-header-display
    "."           mh-alt-show
+   ";"           mh-toggle-mh-decode-mime-flag
    ">"           mh-write-msg-to-file
    "?"           mh-help
    "E"           mh-extract-rejected-mail
***************
*** 2496,2502 ****
  (defvar mh-help-messages
    '((nil "[i]nc, [.]show, [,]show all, [n]ext, [p]revious,\n"
           "[d]elete, [o]refile, e[x]ecute,\n"
!          "[s]end, [r]eply.\n"
           "Prefix characters:\n [F]older, [S]equence, [J]unk, MIME [K]eys,"
           "\n [T]hread, [/]limit, e[X]tract, [D]igest, [I]nc spools.")
  
--- 2497,2504 ----
  (defvar mh-help-messages
    '((nil "[i]nc, [.]show, [,]show all, [n]ext, [p]revious,\n"
           "[d]elete, [o]refile, e[x]ecute,\n"
!          "[s]end, [r]eply,\n"
!          "[;]toggle MIME decoding.\n"
           "Prefix characters:\n [F]older, [S]equence, [J]unk, MIME [K]eys,"
           "\n [T]hread, [/]limit, e[X]tract, [D]igest, [I]nc spools.")
  




reply via email to

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