update packages
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
(define-package "ol-notmuch" "20230511.2048" "Links to notmuch messages"
|
||||
'((emacs "25.1")
|
||||
(compat "29.1.4.1")
|
||||
(notmuch "0.37")
|
||||
(org "9.6.5"))
|
||||
:commit "781c3518a537da2a8b5e8a4424f9441df463a147" :authors
|
||||
(define-package "ol-notmuch" "20250117.1242" "Links to notmuch messages"
|
||||
'((emacs "29.1")
|
||||
(compat "30.0.2.0")
|
||||
(notmuch "0.38.2")
|
||||
(org "9.7.19"))
|
||||
:commit "9a69506a3f9ed31e2f1f967dfaa600702089be45" :authors
|
||||
'(("Matthieu Lemerre" . "racin@free.fr"))
|
||||
:maintainers
|
||||
'(("Jonas Bernoulli" . "jonas@bernoul.li"))
|
||||
'(("Jonas Bernoulli" . "emacs.ol-notmuch@jonas.bernoulli.dev"))
|
||||
:maintainer
|
||||
'("Jonas Bernoulli" . "jonas@bernoul.li")
|
||||
'("Jonas Bernoulli" . "emacs.ol-notmuch@jonas.bernoulli.dev")
|
||||
:keywords
|
||||
'("hypermedia" "mail")
|
||||
:url "https://git.sr.ht/~tarsius/ol-notmuch")
|
||||
:url "https://github.com/tarsius/ol-notmuch")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
|
||||
@@ -2,18 +2,19 @@
|
||||
|
||||
;; Copyright (C) 2010-2011 Matthieu Lemerre
|
||||
;; Copyright (C) 2010-2021 The Org Contributors
|
||||
;; Copyright (C) 2021-2023 Jonas Bernoulli
|
||||
;; Copyright (C) 2021-2025 Jonas Bernoulli
|
||||
|
||||
;; Author: Matthieu Lemerre <racin@free.fr>
|
||||
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
|
||||
;; Homepage: https://git.sr.ht/~tarsius/ol-notmuch
|
||||
;; Maintainer: Jonas Bernoulli <emacs.ol-notmuch@jonas.bernoulli.dev>
|
||||
;; Homepage: https://github.com/tarsius/ol-notmuch
|
||||
;; Keywords: hypermedia mail
|
||||
|
||||
;; Package-Version: 2.1.0
|
||||
;; Package-Requires: (
|
||||
;; (emacs "25.1")
|
||||
;; (compat "29.1.4.1")
|
||||
;; (notmuch "0.37")
|
||||
;; (org "9.6.5"))
|
||||
;; (emacs "29.1")
|
||||
;; (compat "30.0.2.0")
|
||||
;; (notmuch "0.38.2")
|
||||
;; (org "9.7.19"))
|
||||
|
||||
;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
@@ -37,12 +38,12 @@
|
||||
;; to folders in other mail clients. Similarly, mails are referred to
|
||||
;; by a query, so both a link can refer to several mails.
|
||||
|
||||
;; Links have one the following forms
|
||||
;; Links have one of the following forms:
|
||||
;; - notmuch:<search terms>
|
||||
;; - notmuch-search:<search terms>.
|
||||
|
||||
;; The first form open the queries in `notmuch-show-mode', whereas the
|
||||
;; second link open it in `notmuch-search-mode'. Note that queries are
|
||||
;; The first form opens the queries in `notmuch-show-mode', whereas the
|
||||
;; second link opens it in `notmuch-search-mode'. Note that queries are
|
||||
;; performed at the time the link is opened, and the result may be
|
||||
;; different from when the link was stored.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user