Files
emacs-conf/lisp/ol-notmuch/ol-notmuch-pkg.el
2026-06-27 11:34:21 +02:00

14 lines
506 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "ol-notmuch" "20260601.1532"
"Links to notmuch messages."
'((emacs "29.1")
(compat "31.0")
(notmuch "0.39")
(org "9.8"))
:url "https://github.com/tarsius/ol-notmuch"
:commit "fba0b5790a4c9aafeab69fd329776d0b4afa9aac"
:revdesc "fba0b5790a4c"
:keywords '("hypermedia" "mail")
:authors '(("Matthieu Lemerre" . "racin@free.fr"))
:maintainers '(("Jonas Bernoulli" . "emacs.ol-notmuch@jonas.bernoulli.dev")))