1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-26 07:29:17 +02:00

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

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) (defun mu4e-compose-reply (&optional wide)
"Reply to the message at point. If WIDE is "Reply to the message at point. If WIDE is
non-nil, make it a \"wide\" reply (a.k.a. \"reply-to-all\")." non-nil, make it a \"wide\" reply (a.k.a. \"reply-to-all\")."
(interactive) (interactive "P")
(mu4e-compose-reply-to nil wide)) (mu4e-compose-reply-to nil wide))
;;;###autoload ;;;###autoload