Files
emacs-conf/lisp/ol-notmuch/ol-notmuch-pkg.el

14 lines
506 B
EmacsLisp

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