Variable: smtpmail-code-conv-from
smtpmail-code-conv-from is a customizable variable defined in
smtpmail.el.gz.
Value
nil
Documentation
Coding system for encoding outgoing mail.
Used for the value of sendmail-coding-system when
select-message-coding-system is called.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/smtpmail.el.gz
(defcustom smtpmail-code-conv-from nil
"Coding system for encoding outgoing mail.
Used for the value of `sendmail-coding-system' when
`select-message-coding-system' is called."
:type 'coding-system)