Variable: mml-generate-default-type

mml-generate-default-type is a variable defined in mml.el.gz.

Value

"text/plain"

Documentation

Content type by which the Content-Type header can be omitted.

The Content-Type header will not be put in the MIME part if the type equals the value and there's no parameter (e.g. charset, format, etc.) and mml-insert-mime-headers-always is nil. The value will be bound to "message/rfc822" when encoding an article to be forwarded as a MIME part. This is for the internal use, you should never modify the value.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mml.el.gz
(defvar mml-generate-default-type "text/plain"
  "Content type by which the Content-Type header can be omitted.
The Content-Type header will not be put in the MIME part if the type
equals the value and there's no parameter (e.g. charset, format, etc.)
and `mml-insert-mime-headers-always' is nil.  The value will be bound
to \"message/rfc822\" when encoding an article to be forwarded as a MIME
part.  This is for the internal use, you should never modify the value.")