diff options
| author | Andrew Fontaine <andrew@afontaine.ca> | 2021-09-07 13:24:55 -0400 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2021-09-12 13:59:40 +0800 |
| commit | 836af920be47bf134e70933c7fab4d1f19048617 (patch) | |
| tree | ddd882a35adbccd7657317b59ad1e7a80eb2b10d | |
| parent | c6fad86d9444d4c96f7a6a3d2a63a02a2ee05e7d (diff) | |
mu4e: update binding for attachment actions
As part of the move to the gnus viewer for emails, the command name has been
changed from `mu4e-view-attachment-action` to `mu4e-view-mime-part-actions`.
https://github.com/djcb/mu/issues/2101#issuecomment-903074743
| -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 bf36bf1..080a452 100644 --- a/modes/mu4e/evil-collection-mu4e.el +++ b/modes/mu4e/evil-collection-mu4e.el @@ -206,7 +206,7 @@ "P" mu4e-view-save-attachment-multi ; Since mu4e 1.0, -multi is same as normal. "O" mu4e-headers-change-sorting "o" mu4e-view-open-attachment - "A" mu4e-view-attachment-action + "A" mu4e-view-mime-part-action ; Since 1.6, uses gnus view by default "a" mu4e-view-action "J" mu4e~headers-jump-to-maildir "[[" mu4e-view-headers-prev-unread |
