diff options
-rw-r--r-- | lib/net/jao-notmuch-gnus.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/net/jao-notmuch-gnus.el b/lib/net/jao-notmuch-gnus.el index a84f94b..8b4b9be 100644 --- a/lib/net/jao-notmuch-gnus.el +++ b/lib/net/jao-notmuch-gnus.el @@ -157,6 +157,9 @@ Example: :follow #'jao-notmuch-gnus-org-follow :store #'jao-notmuch-gnus-org-store) +(org-link-set-parameters "gnus" :store #'ignore) +(org-link-set-parameters "notmuch" :store #'ignore) + ;;;; consult-notmuch |