Files
emacs/lisp/ol-notmuch/ol-notmuch-pkg.el
2025-06-22 17:08:08 +02:00

14 lines
508 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "ol-notmuch" "20250531.2228"
"Links to notmuch messages."
'((emacs "29.1")
(compat "30.1")
(notmuch "0.38.2")
(org "9.7"))
:url "https://github.com/tarsius/ol-notmuch"
:commit "06288ed5ec088f2702afb8f0d952f7db18bb7d56"
:revdesc "06288ed5ec08"
:keywords '("hypermedia" "mail")
:authors '(("Matthieu Lemerre" . "racin@free.fr"))
:maintainers '(("Jonas Bernoulli" . "emacs.ol-notmuch@jonas.bernoulli.dev")))