Variable: rfc2047-encoding-type

rfc2047-encoding-type is a variable defined in rfc2047.el.gz.

Value

address-mime

Documentation

The type of encoding done by rfc2047-encode-region.

This should be dynamically bound around calls to rfc2047-encode-region to either mime or address-mime. See rfc2047-header-encoding-alist, for definitions.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rfc2047.el.gz
(defvar rfc2047-encoding-type 'address-mime
  "The type of encoding done by `rfc2047-encode-region'.
This should be dynamically bound around calls to
`rfc2047-encode-region' to either `mime' or `address-mime'.  See
`rfc2047-header-encoding-alist', for definitions.")