diff options
-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) |