Variable: gnus-uu-view-with-metamail
gnus-uu-view-with-metamail is a customizable variable defined in
gnus-uu.el.gz.
This variable is obsolete since 29.1; don't use it.
Value
nil
Documentation
Non-nil means that files will be viewed with metamail.
The gnus-uu viewing functions will be ignored and gnus-uu will try to guess at a content-type based on file name suffixes. Default is nil.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
(defcustom gnus-uu-view-with-metamail nil
"Non-nil means that files will be viewed with metamail.
The gnus-uu viewing functions will be ignored and gnus-uu will try
to guess at a content-type based on file name suffixes. Default
is nil."
:group 'gnus-extract
:type 'boolean)