Variable: mh-graphical-smileys-flag

mh-graphical-smileys-flag is a customizable variable defined in mh-e.el.gz.

Value

t

Documentation

Non-nil means graphical smileys are displayed.

It is a long standing custom to inject body language using a cornucopia of punctuation, also known as the "smileys". MH-E can render these as graphical widgets if this option is turned on, which it is by default. Smileys include patterns such as :-) and ;-).

This option is disabled if the option mh-decode-mime-flag is turned off.

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

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom-mh mh-graphical-smileys-flag t
  "Non-nil means graphical smileys are displayed.

It is a long standing custom to inject body language using a
cornucopia of punctuation, also known as the \"smileys\". MH-E
can render these as graphical widgets if this option is turned
on, which it is by default. Smileys include patterns such as :-)
and ;-).

This option is disabled if the option `mh-decode-mime-flag' is
turned off."
  :type 'boolean
  :group 'mh-show
  :package-version '(MH-E . "7.0"))