diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-04-16 22:40:27 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-04-16 23:48:44 -0400 |
commit | e38878ec38c7ea0af7c8ffc8390afb6bfd81a61a (patch) | |
tree | 84ed2c4ac54ae2faa7c8367e8af1f47887e71229 | |
parent | 4670674f8e9eadb479777c7e0d94cfd0ca31b74e (diff) | |
download | emacs.d-e38878ec38c7ea0af7c8ffc8390afb6bfd81a61a.tar.gz |
notmuch: Add yhetil.org/orgmode public-inbox to known archives
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2124,6 +2124,9 @@ (add-to-list 'notmuch-show-stash-mlarchive-link-alist '("git" . "https://lore.kernel.org/git/")) + (add-to-list 'notmuch-show-stash-mlarchive-link-alist + '("yhetil-orgmode" . "https://yhetil.org/orgmode/")) + (advice-add 'notmuch-show-forward-message :around (lambda (fn &optional prompt-for-sender) |