From 75ec0113e467f79ea54fd0110df278ea886ac5d5 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Mon, 27 Dec 2021 21:25:58 +0100 Subject: [PATCH] notmuch: use notmuch-tree-archive-thread-then-next in tree view Default notmuch keymaps bind A to notmuch-tree-archive-thread-then-next in both notmuch-show-mode and notmuch-tree-mode. --- modes/notmuch/evil-collection-notmuch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/notmuch/evil-collection-notmuch.el b/modes/notmuch/evil-collection-notmuch.el index 8bb7b22..9edc3b9 100644 --- a/modes/notmuch/evil-collection-notmuch.el +++ b/modes/notmuch/evil-collection-notmuch.el @@ -189,7 +189,7 @@ "K" 'notmuch-tag-jump (kbd "RET") 'notmuch-tree-show-message [mouse-1] 'notmuch-tree-show-message - "A" 'notmuch-tree-archive-thread + "A" 'notmuch-tree-archive-thread-then-next "a" 'notmuch-tree-archive-message-then-next "s" 'notmuch-tree-to-tree "gj" 'notmuch-tree-next-matching-message