Variable: mm-uu-text-plain-type

mm-uu-text-plain-type is a variable defined in mm-uu.el.gz.

Value

("text/plain" (charset . gnus-decoded))

Documentation

MIME type and parameters for text/plain parts.

gnus-decoded is a fake charset, which means no further decoding.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mm-uu.el.gz
(defvar mm-uu-text-plain-type '("text/plain" (charset . gnus-decoded))
  "MIME type and parameters for text/plain parts.
`gnus-decoded' is a fake charset, which means no further decoding.")