From 2c4c3538cd84a6207977a2d8a410f324a151154b Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 8 Jun 2020 10:07:05 -0400 Subject: notmuch: Add list.orgmode to mlarchive alist --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 4959ce7..75870e5 100644 --- a/init.el +++ b/init.el @@ -2029,6 +2029,8 @@ (add-to-list 'notmuch-show-stash-mlarchive-link-alist '("yhetil-orgmode" . "https://yhetil.org/orgmode/")) + (add-to-list 'notmuch-show-stash-mlarchive-link-alist + '("orgmode-list" . "https://list.orgmode.org/")) (advice-add 'notmuch-show-forward-message :around -- cgit v1.2.3