Function: mh-show-preferred-alternative

mh-show-preferred-alternative is an autoloaded, interactive and byte-compiled function defined in mh-show.el.gz.

Signature

(mh-show-preferred-alternative)

Documentation

Display message with the default preferred alternative.

This is as if mm-discouraged-alternatives is set to nil.

Use the command M-x mh-show (mh-show) to show the message normally again.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-show.el.gz
;;;###mh-autoload
(defun  mh-show-preferred-alternative ()
  "Display message with the default preferred alternative.
This is as if `mm-discouraged-alternatives' is set to nil.

Use the command \\[mh-show] to show the message normally again."
  (interactive)
  (let
      ((mm-discouraged-alternatives))
    (mh-show nil t)))