From c3d962545d28168ae914113fffc9536d9145e0d1 Mon Sep 17 00:00:00 2001 From: Mickey Petersen Date: Wed, 14 Dec 2022 20:00:42 +0000 Subject: [PATCH 1/2] Re-add missing argument as `define-mail-user-agent' expects it --- 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 fb1b0c08..aed5531f 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -796,7 +796,7 @@ draft message." ;;;###autoload (defun mu4e~compose-mail (&optional to subject other-headers _continue - yank-action _send-actions _return-action) + _ yank-action _send-actions _return-action) "This is mu4e's implementation of `compose-mail'. Quoting its docstring: From af35314231a2e28e3dc4b2760f9a9128f95cce77 Mon Sep 17 00:00:00 2001 From: Mickey Petersen Date: Thu, 15 Dec 2022 07:38:46 +0000 Subject: [PATCH 2/2] Rename to _switch-action --- 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 aed5531f..7d1d465b 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -796,7 +796,7 @@ draft message." ;;;###autoload (defun mu4e~compose-mail (&optional to subject other-headers _continue - _ yank-action _send-actions _return-action) + _switch-action yank-action _send-actions _return-action) "This is mu4e's implementation of `compose-mail'. Quoting its docstring: