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


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

Index: emacs/lisp/mh-e/mh-mime.el
diff -c emacs/lisp/mh-e/mh-mime.el:1.6 emacs/lisp/mh-e/mh-mime.el:1.7
*** emacs/lisp/mh-e/mh-mime.el:1.6      Sun Aug 15 22:00:06 2004
--- emacs/lisp/mh-e/mh-mime.el  Sun Aug 22 05:11:27 2004
***************
*** 850,855 ****
--- 850,863 ----
                          (car ct))))))
  
  ;;;###mh-autoload
+ (defun mh-toggle-mh-decode-mime-flag ()
+   "Toggle whether MH-E should decode MIME or not."
+   (interactive) 
+   (setq mh-decode-mime-flag (not mh-decode-mime-flag))
+   (mh-show nil t)
+   (message (format "(setq mh-decode-mime-flag %s)" mh-decode-mime-flag)))
+ 
+ ;;;###mh-autoload
  (defun mh-decode-message-header ()
    "Decode RFC2047 encoded message header fields."
    (when mh-decode-mime-flag




reply via email to

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