]> git.eshelyaron.com Git - emacs.git/commit
lisp/gnus/message.el (message-send-mail): Don't wrongly assert on Unicode msg
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 3 Jun 2019 13:48:09 +0000 (15:48 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 3 Jun 2019 13:48:09 +0000 (15:48 +0200)
commit83c3a61e4ca091580cafbabe34b54e4a9261ad16
treefdecf4664d5e514538cfdedae0b61a19203bc4b0
parent33ea72eb3c27f5ee5d76980d70ab335d7fa33db6
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.
lisp/gnus/message.el