diff options
| author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-18 22:27:14 +0200 |
|---|---|---|
| committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-18 22:28:36 +0200 |
| commit | 1237452e13d621e119c2fb2212958f5d2e80925a (patch) | |
| tree | 9202380198b74973f8dcadba35191d2a8543807c /modes/mu4e | |
| parent | ecd724ed29ca6fd2573bed4262da2efd1208b8c7 (diff) | |
Revert "Changed mu4e d key-bind"
This reverts commit d062cc206d671fb5aefb1e0e679a9cb1d6c73e33.
Upstream has removed mu4e-view-mark-or-move-to-trash, see
https://github.com/djcb/mu/commit/f016f257f9156c19e8e2288db45a04932bc020c9.
Diffstat (limited to 'modes/mu4e')
| -rw-r--r-- | modes/mu4e/evil-collection-mu4e.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el index 94ca1ce..756c171 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-or-move-to-trash + "d" mu4e-headers-mark-for-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-or-move-to-trash + "d" mu4e-view-mark-for-trash "=" mu4e-view-mark-for-untrash "u" mu4e-view-unmark "U" mu4e-view-unmark-all |
