From c5a0dda9eac505cf7ce1f52cfe8d11616cd334b9 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 1 May 2024 09:50:33 -0700 Subject: [PATCH] mu4e-compose-reply with a prefix argument replies to ALL --- 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 142b74e5..bf2dfdaf 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -382,7 +382,7 @@ non-nil, make it a \"wide\" reply (a.k.a. \"reply-to-all\")." (defun mu4e-compose-reply (&optional wide) "Reply to the message at point. If WIDE is non-nil, make it a \"wide\" reply (a.k.a. \"reply-to-all\")." - (interactive) + (interactive "P") (mu4e-compose-reply-to nil wide)) ;;;###autoload