Variable: nnmail-mail-splitting-decodes
nnmail-mail-splitting-decodes is a customizable variable defined in
nnmail.el.gz.
Value
nil
Documentation
Whether the nnmail splitting functionality should MIME decode headers.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-mail-splitting-decodes nil
"Whether the nnmail splitting functionality should MIME decode headers."
:version "22.1"
:group 'nnmail
:type 'boolean)