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