config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

ol-notmuch-pkg.el (556B)


      1 (define-package "ol-notmuch" "20240415.1546" "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 "05f3fc9ea77d32892726c94cd7a876733890da91" :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: