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: Wed, 25 Aug 2004 02:22:38 -0400

Index: emacs/lisp/mh-e/mh-mime.el
diff -c emacs/lisp/mh-e/mh-mime.el:1.7 emacs/lisp/mh-e/mh-mime.el:1.8
*** emacs/lisp/mh-e/mh-mime.el:1.7      Sun Aug 22 05:11:27 2004
--- emacs/lisp/mh-e/mh-mime.el  Wed Aug 25 05:55:39 2004
***************
*** 583,588 ****
--- 583,590 ----
      (mml-insert-empty-tag 'part 'type type 'filename file
                            'disposition dispos 'description description)))
  
+ (defvar mh-identity-pgg-default-user-id)
+ 
  (defun mh-secure-message (method mode &optional identity)
    "Add directive to Encrypt/Sign an entire message.
  METHOD should be one of: \"pgpmime\", \"pgp\", \"smime\".
***************
*** 852,858 ****
  ;;;###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)))
--- 854,860 ----
  ;;;###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)))




reply via email to

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