Skip to content

Commit

Permalink
Merge pull request #2702 from dkogan/prefix-reply-all
Browse files Browse the repository at this point in the history
mu4e-compose-reply with a prefix argument replies to ALL
  • Loading branch information
djcb committed May 3, 2024
2 parents 808d725 + c5a0dda commit 332cf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu4e/mu4e-compose.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 332cf24

Please sign in to comment.