summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-04-16 22:39:36 -0400
committerKyle Meyer <kyle@kyleam.com>2020-04-16 23:48:44 -0400
commit4670674f8e9eadb479777c7e0d94cfd0ca31b74e (patch)
treeec1d4405227ddf6e2147abed2c321512c3ddcab3 /init.el
parent9eddf01343a521d09a6dfe6795be654b06114d14 (diff)
downloademacs.d-4670674f8e9eadb479777c7e0d94cfd0ca31b74e.tar.gz
notmuch: Add Git's public-inbox to known archives
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
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)