Skip to content

Commit

Permalink
mu4e-compose-reply with a prefix argument replies to ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
dkogan committed May 1, 2024
1 parent 32bb79b commit c5a0dda
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 c5a0dda

Please sign in to comment.