From b9526cbe3708190236e78f972ed690b43baf0e60 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 6 Mar 2017 23:11:34 -0500 Subject: Add notmuch-archive-all command --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 7668431..537e64d 100644 --- a/init.el +++ b/init.el @@ -2064,6 +2064,7 @@ :defer t :after notmuch :config + (define-key notmuch-search-mode-map "A" #'km/notmuch-archive-all) (define-key notmuch-show-part-map "|" #'km/notmuch-show-pipe-part-to-project) (define-key notmuch-show-mode-map [remap notmuch-show-pipe-message] -- cgit v1.2.3