Function: rfc2231-get-value

rfc2231-get-value is a byte-compiled function defined in rfc2231.el.gz.

Signature

(rfc2231-get-value CT ATTRIBUTE)

Documentation

Return the value of ATTRIBUTE from CT.

Aliases

mail-content-type-get

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rfc2231.el.gz
(defun rfc2231-get-value (ct attribute)
  "Return the value of ATTRIBUTE from CT."
  (cdr (assq attribute (cdr ct))))