summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.el b/init.el
index dd0957d..d5804c8 100644
--- a/init.el
+++ b/init.el
@@ -2146,6 +2146,16 @@
(define-key notmuch-search-mode-map "r" #'notmuch-search-archive-thread)
(define-key notmuch-tree-mode-map "r" #'notmuch-tree-archive-message-then-next)
+ (define-key notmuch-hello-mode-map "z" nil)
+ (define-key notmuch-hello-mode-map "Z" #'notmuch-tree)
+ (define-key notmuch-search-mode-map "z"
+ #'notmuch-tree-from-search-current-query)
+ (define-key notmuch-search-mode-map "Z" #'notmuch-tree)
+ (define-key notmuch-show-mode-map "z"
+ #'notmuch-tree-from-show-current-query)
+ (define-key notmuch-show-mode-map "Z" #'notmuch-tree)
+ (define-key notmuch-tree-mode-map "Z" #'notmuch-tree-to-tree)
+
(define-key notmuch-show-mode-map "e" #'notmuch-show-open-or-close-all)
(define-key notmuch-tree-mode-map "e" #'notmuch-tree-show-message)
(define-key notmuch-search-mode-map "e" #'notmuch-search-show-thread))