lisp/gnus/message.el (message-send-mail): Don't wrongly assert on Unicode msg
Using this setting: (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq sendmail-program "msmtp") the message seding is handled by an external program, so no Unicode encoding is performed in Emacs. Thus Emacs must not assert that the Unicode encoding was performed.
Showing
Please register or sign in to comment