]> git.eshelyaron.com Git - emacs.git/commit
Allow the user to specify Content-type in Message mode
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 20 Sep 2019 23:41:50 +0000 (01:41 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 20 Sep 2019 23:41:50 +0000 (01:41 +0200)
commit7828001aef134bf3a062edcea92cd0ce0dac407e
tree1258642c4b67ac558a991a6e0fc93d473a9453f2
parentc56fabdfc731a8498b9ee8e9c988f85180de690f
Allow the user to specify Content-type in Message mode

* lisp/gnus/message.el (message-encode-message-body): Pass in the
content type if the user has given one.

* lisp/gnus/mml.el (mml-parse-1): Remove bogus peek at
Content-type (there are no headers here)  (bug#36527).

* lisp/gnus/mml.el (mml-generate-mime): Respect that.
lisp/gnus/message.el
lisp/gnus/mml.el