* lisp/gnus/message.el (message-send-mail): Tweak last commit
This commit is contained in:
parent
3f2bfe9a19
commit
dd7bc5de3f
1 changed files with 1 additions and 1 deletions
|
@ -4593,7 +4593,7 @@ This function could be useful in `message-setup-hook'."
|
|||
(message-insert-courtesy-copy
|
||||
(with-current-buffer mailbuf
|
||||
message-courtesy-message)))
|
||||
;; If this was set, let `sendmail-program' handle the Unicode
|
||||
;; If this was set, `sendmail-program' takes care of encoding.
|
||||
(unless message-inhibit-body-encoding
|
||||
;; Let's make sure we encoded all the body.
|
||||
(cl-assert (save-excursion
|
||||
|
|
Loading…
Add table
Reference in a new issue