diff options
author | jao <jao@gnu.org> | 2022-03-05 19:23:46 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-05 19:23:46 +0000 |
commit | 8c994472ea6e728a587db5f113dc2843a6f876be (patch) | |
tree | e722450fb28397538227248059c6d685a6e4501d /lib/net | |
parent | 12f24e3d75ed9a09f6edb09d8331192110d504fd (diff) | |
download | elibs-8c994472ea6e728a587db5f113dc2843a6f876be.tar.gz elibs-8c994472ea6e728a587db5f113dc2843a6f876be.tar.bz2 |
prefer our notmuch/org mail: storer in org
Diffstat (limited to 'lib/net')
-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 |