]> git.eshelyaron.com Git - emacs.git/commit
Relay body and attachments within Android e-mails to message-mailto
authorPo Lu <luangruo@yahoo.com>
Thu, 19 Oct 2023 08:19:18 +0000 (16:19 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 19 Oct 2023 08:19:36 +0000 (16:19 +0800)
commite84e0cfb38282921eadbf0e4a1e08466ab787235
tree32bf4b20c4a3273fd10c663f215fde4a2d491f7c
parent77755706f086ac3d8d1fc560aee4a29e0fb64c77
Relay body and attachments within Android e-mails to message-mailto

* java/org/gnu/emacs/EmacsOpenActivity.java (onCreate): Infer
e-mail body and subject from its parameters and convey this
information to message-mailto.

* lisp/gnus/message.el (message-mailto): New arguments SUBJECT,
BODY and FILE-ATTACHMENTS.
(message-mailto-1): Insert these arguments as appropriate.
java/org/gnu/emacs/EmacsOpenActivity.java
lisp/gnus/message.el