Merge pull request #2702 from dkogan/prefix-reply-all

mu4e-compose-reply with a prefix argument replies to ALL
This commit is contained in:
Dirk-Jan C. Binnema 2024-05-03 08:00:32 +03:00 committed by GitHub
commit 332cf249b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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