Variable: mail-encode-mml

mail-encode-mml is a variable defined in simple.el.gz.

Value

nil

Documentation

If non-nil, mail-user-agent's sendfunc command should mml-encode the outgoing message before sending it.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
;; Used by Rmail (e.g., rmail-forward).
(defvar mail-encode-mml nil
  "If non-nil, mail-user-agent's `sendfunc' command should mml-encode
the outgoing message before sending it.")