ol-notmuch-pkg.el (556B)
1 (define-package "ol-notmuch" "20240503.1711" "Links to notmuch messages" 2 '((emacs "25.1") 3 (compat "29.1.4.1") 4 (notmuch "0.37") 5 (org "9.6.5")) 6 :commit "f176ad73496ee086688ec5eeafcfff9372a833bc" :authors 7 '(("Matthieu Lemerre" . "racin@free.fr")) 8 :maintainers 9 '(("Jonas Bernoulli" . "emacs.ol-notmuch@jonas.bernoulli.dev")) 10 :maintainer 11 '("Jonas Bernoulli" . "emacs.ol-notmuch@jonas.bernoulli.dev") 12 :keywords 13 '("hypermedia" "mail") 14 :url "https://git.sr.ht/~tarsius/ol-notmuch") 15 ;; Local Variables: 16 ;; no-byte-compile: t 17 ;; End: