]> git.eshelyaron.com Git - emacs.git/commit
Implement a screenshot command for Message mode
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 5 Aug 2020 10:21:35 +0000 (12:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 5 Aug 2020 10:21:35 +0000 (12:21 +0200)
commita06f41ad2ca786a70940297fd832a649196be9be
tree1b8cd4f1226ace0a4b52359ac0d6c69905f1ba04
parentc9d550a301d3a5e62b3296804ccf42efc69d0796
Implement a screenshot command for Message mode

* doc/misc/message.texi (MIME): Document it.

* lisp/gnus/message.el (message-screenshot-command): New variable.
(message-mode-map): New keystroke and menu item.  Also add
mml-attach-file to the menu.
(message-insert-screenshot): New command.

* lisp/gnus/mml.el (mml-parse-1): Allow having
content-transfer-encoding already in the part, so that we can have
inline base64-encoded binaries in the Message buffers.
doc/misc/message.texi
etc/NEWS
lisp/gnus/message.el
lisp/gnus/mml.el