mu4e-compose-reply with a prefix argument replies to ALL

This commit is contained in:
Dima Kogan 2024-05-01 09:50:33 -07:00
parent 32bb79b316
commit c5a0dda9ea
1 changed files with 1 additions and 1 deletions

View File

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