diff options
| author | StrawberryTea <look@strawberrytea.xyz> | 2024-03-13 17:59:51 -0500 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2024-03-14 23:53:59 +0800 |
| commit | 323ae97eae0521d9163db02398be02587251d288 (patch) | |
| tree | dd33428c9ce967af3ff7a06471d7129c9e0fc275 /modes/mu4e | |
| parent | 8da60e37b9f8e11dc24c49f1255b3711b37b16fc (diff) | |
mu4e: bind mu4e-compose-wide-reply
Diffstat (limited to 'modes/mu4e')
| -rw-r--r-- | modes/mu4e/evil-collection-mu4e.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
