summaryrefslogtreecommitdiff
path: root/modes/mu4e
diff options
context:
space:
mode:
authorGiuseppe Fierro <gspe@ae-design.ws>2020-05-08 18:01:15 +0200
committerPierre Neidhardt <mail@ambrevar.xyz>2020-05-09 10:53:06 +0200
commitd062cc206d671fb5aefb1e0e679a9cb1d6c73e33 (patch)
treead5d4796ac678899980b96d3fa04c5ca6e0d0dae /modes/mu4e
parentc0e7e576b00d898013523eeaea8451fdd6aed8af (diff)
Changed mu4e d key-bind
Changed mu4e d key-bind in mu4e-headers-mode-map form mu4e-headers-mark-for-trash to mu4e-headers-mark-or-move-to-trash. Changed mu4e d key-bind in mu4e-view-mode-map form mu4e-view-mark-for-trash to mu4e-view-mark-or-move-to-trash.
Diffstat (limited to 'modes/mu4e')
-rw-r--r--modes/mu4e/evil-collection-mu4e.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el
index 756c171..94ca1ce 100644
--- a/modes/mu4e/evil-collection-mu4e.el
+++ b/modes/mu4e/evil-collection-mu4e.el
@@ -145,7 +145,7 @@
"m" mu4e-headers-mark-for-move
"r" mu4e-headers-mark-for-refile
"D" mu4e-headers-mark-for-delete
- "d" mu4e-headers-mark-for-trash
+ "d" mu4e-headers-mark-or-move-to-trash
"=" mu4e-headers-mark-for-untrash
"u" mu4e-headers-mark-for-unmark
"U" mu4e-mark-unmark-all
@@ -208,7 +208,7 @@
"m" mu4e-view-mark-for-move
"r" mu4e-view-mark-for-refile
"D" mu4e-view-mark-for-delete
- "d" mu4e-view-mark-for-trash
+ "d" mu4e-view-mark-or-move-to-trash
"=" mu4e-view-mark-for-untrash
"u" mu4e-view-unmark
"U" mu4e-view-unmark-all