update packages and add valign

This commit is contained in:
2026-04-05 20:00:27 +02:00
parent b062fb98e3
commit 03fb00e374
640 changed files with 109768 additions and 39311 deletions

View File

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

View File

@@ -2,19 +2,19 @@
;; Copyright (C) 2010-2011 Matthieu Lemerre
;; Copyright (C) 2010-2021 The Org Contributors
;; Copyright (C) 2021-2025 Jonas Bernoulli
;; Copyright (C) 2021-2026 Jonas Bernoulli
;; Author: Matthieu Lemerre <racin@free.fr>
;; Maintainer: Jonas Bernoulli <emacs.ol-notmuch@jonas.bernoulli.dev>
;; Homepage: https://github.com/tarsius/ol-notmuch
;; Keywords: hypermedia mail
;; Package-Version: 20251101.2058
;; Package-Revision: 7655f5ea25ea
;; Package-Version: 20260101.1844
;; Package-Revision: 8f7173293889
;; Package-Requires: (
;; (emacs "29.1")
;; (compat "30.1")
;; (notmuch "0.38")
;; (notmuch "0.39")
;; (org "9.7"))
;; SPDX-License-Identifier: GPL-3.0-or-later
@@ -143,5 +143,6 @@ Can link to more than one message, if so all matching messages are shown."
(provide 'ol-notmuch)
;; Local Variables:
;; indent-tabs-mode: nil
;; lisp-indent-local-overrides: ((cond . 0) (interactive . 0))
;; End:
;;; ol-notmuch.el ends here