From 323ae97eae0521d9163db02398be02587251d288 Mon Sep 17 00:00:00 2001 From: StrawberryTea Date: Wed, 13 Mar 2024 17:59:51 -0500 Subject: [PATCH] mu4e: bind mu4e-compose-wide-reply --- modes/mu4e/evil-collection-mu4e.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el index 8638f59..d361ed7 100644 --- a/modes/mu4e/evil-collection-mu4e.el +++ b/modes/mu4e/evil-collection-mu4e.el @@ -168,6 +168,8 @@ end of the buffer." "ce" mu4e-compose-edit "cf" mu4e-compose-forward "cr" mu4e-compose-reply + "cw" mu4e-compose-wide-reply + "W" mu4e-compose-wide-reply "o" mu4e-headers-change-sorting "j" mu4e-headers-next "k" mu4e-headers-prev @@ -245,6 +247,7 @@ end of the buffer." "ce" mu4e-compose-edit "cf" mu4e-compose-forward "cr" mu4e-compose-reply + "cw" mu4e-compose-wide-reply "p" mu4e-view-save-attachments "O" mu4e-headers-change-sorting "A" mu4e-view-mime-part-action ; Since 1.6, uses gnus view by default