Variable: mml-content-type-parameters

mml-content-type-parameters is a customizable variable defined in mml.el.gz.

Value

(name access-type expiration size permission format)

Documentation

A list of acceptable parameters in MML tag.

These parameters are generated in Content-Type header if exists.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mml.el.gz
(defcustom mml-content-type-parameters
  '(name access-type expiration size permission format)
  "A list of acceptable parameters in MML tag.
These parameters are generated in Content-Type header if exists."
  :version "22.1"
  :type '(repeat (symbol :tag "Parameter"))
  :group 'message)