email-eww

Emacs library to send region or eww buffer by email
git clone https://logand.com/git/email-eww.git/
Log | Files | Refs

commit d732a64c21d777f9f3dc77d1b86aca1ef4faada8
parent dda01e9022356207b1f964b4274dc5812469a942
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sun,  8 Dec 2024 10:30:20 +0100

return current buffer from email-eww

Diffstat:
Memail-eww.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/email-eww.el b/email-eww.el @@ -416,7 +416,8 @@ ) (goto-char (point-max)) (delete-blank-lines) - (message-goto-to))) + (message-goto-to) + (current-buffer))) (defun email-w3m (url) (when url