Variable: mm-uu-hide-markers

mm-uu-hide-markers is a customizable variable defined in mm-uu.el.gz.

Value

nil

Documentation

If non-nil, hide verbatim markers.

The value should be nil on displays where the face mm-uu-extract isn't distinguishable to the face default.

This variable was added, or its default value changed, in Emacs 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mm-uu.el.gz
(defcustom mm-uu-hide-markers (< 16 (length (defined-colors)))
  "If non-nil, hide verbatim markers.
The value should be nil on displays where the face
`mm-uu-extract' isn't distinguishable to the face `default'."
  :type '(choice (const :tag "Hide" t)
		 (const :tag "Don't hide" nil))
  :version "23.1" ;; No Gnus
  :group 'gnus-article-mime)