Variable: mh-display-buttons-for-alternatives-flag

mh-display-buttons-for-alternatives-flag is a customizable variable defined in mh-e.el.gz.

Value

nil

Documentation

Non-nil means display buttons for all alternative attachments.

Sometimes, a mail program will produce multiple alternatives of the attachment in increasing degree of faithfulness to the original content. By default, only the preferred alternative is displayed. If this option is on, then the preferred part is shown inline and buttons are shown for each of the other alternatives.

This variable was added, or its default value changed, in MH-E version
7.4.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom mh-display-buttons-for-alternatives-flag nil
  "Non-nil means display buttons for all alternative attachments.

Sometimes, a mail program will produce multiple alternatives of
the attachment in increasing degree of faithfulness to the
original content. By default, only the preferred alternative is
displayed. If this option is on, then the preferred part is shown
inline and buttons are shown for each of the other alternatives."
  :type 'boolean
  :group 'mh-show
  :package-version '(MH-E . "7.4"))