Fix mu4e-compose-mail

This commit is contained in:
Christophe Troestler 2023-11-08 09:56:41 +01:00
parent d19c78f30d
commit 0941b37fcc
1 changed files with 1 additions and 1 deletions

View File

@ -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))