From f74757550e931733e959ad85b021bb62683c6aca Mon Sep 17 00:00:00 2001 From: Pavel Novichkov Date: Thu, 11 Nov 2021 19:20:06 +0100 Subject: [PATCH] Mu4e: Fix name of command for saving attachments --- modes/mu4e/evil-collection-mu4e.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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