diff options
| author | Pavel Novichkov <paul.novichkov@yandex.com> | 2021-11-11 19:20:06 +0100 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2021-11-12 13:02:50 +0800 |
| commit | f74757550e931733e959ad85b021bb62683c6aca (patch) | |
| tree | 1866cc2e9c40a57116a1823ecdea789371db1ac3 /modes/mu4e | |
| parent | 33461aa545bb722f575969339c2dfb97e7744647 (diff) | |
Mu4e: Fix name of command for saving attachments
Diffstat (limited to 'modes/mu4e')
| -rw-r--r-- | modes/mu4e/evil-collection-mu4e.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el index f14f67b..0f6ead5 100644 --- a/modes/mu4e/evil-collection-mu4e.el +++ b/modes/mu4e/evil-collection-mu4e.el @@ -202,7 +202,7 @@ "ce" mu4e-compose-edit "cf" mu4e-compose-forward "cr" mu4e-compose-reply - "p" mu4e-view-save-attachment + "p" mu4e-view-save-attachments "P" mu4e-view-save-attachment-multi ; Since mu4e 1.0, -multi is same as normal. "O" mu4e-headers-change-sorting "A" mu4e-view-mime-part-action ; Since 1.6, uses gnus view by default |
