diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-04-16 22:39:36 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-04-16 23:48:44 -0400 |
commit | 4670674f8e9eadb479777c7e0d94cfd0ca31b74e (patch) | |
tree | ec1d4405227ddf6e2147abed2c321512c3ddcab3 | |
parent | 9eddf01343a521d09a6dfe6795be654b06114d14 (diff) | |
download | emacs.d-4670674f8e9eadb479777c7e0d94cfd0ca31b74e.tar.gz |
notmuch: Add Git's public-inbox to known archives
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |