summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)