From 0941b37fcc4984c89ef9e11720764feef51eb1c5 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Wed, 8 Nov 2023 09:56:41 +0100 Subject: [PATCH] Fix mu4e-compose-mail --- mu4e/mu4e-compose.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index 91db80b4..1b874329 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -844,7 +844,7 @@ they do not conflict with mu4e inner workings." ;; this case, but let's prepare for the re-edit case as well (mu4e--compose-setup 'new - (lambda (_parent) + (lambda (_parent _orig) (message-mail to subject other-headers continue nil yank-action send-actions return-action)) switch-function))