Variable: mm-use-find-coding-systems-region
mm-use-find-coding-systems-region is a variable defined in
mm-util.el.gz.
Value
t
Documentation
Use find-coding-systems-region to find proper coding systems.
Setting it to nil is useful on Emacsen supporting Unicode if sending mail with multiple parts is preferred to sending a Unicode one.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mm-util.el.gz
;; ??
(defvar mm-use-find-coding-systems-region t
"Use `find-coding-systems-region' to find proper coding systems.
Setting it to nil is useful on Emacsen supporting Unicode if sending
mail with multiple parts is preferred to sending a Unicode one.")