From 4670674f8e9eadb479777c7e0d94cfd0ca31b74e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 16 Apr 2020 22:39:36 -0400 Subject: notmuch: Add Git's public-inbox to known archives --- init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 47bf0cb..bac6dc6 100644 --- a/init.el +++ b/init.el @@ -2121,6 +2121,9 @@ (setq notmuch-wash-citation-lines-prefix 10) (setq notmuch-wash-citation-lines-suffix 10) + (add-to-list 'notmuch-show-stash-mlarchive-link-alist + '("git" . "https://lore.kernel.org/git/")) + (advice-add 'notmuch-show-forward-message :around (lambda (fn &optional prompt-for-sender) -- cgit v1.2.3