./mail/notmuch, Mail indexer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.40nb1, Package name: notmuch-0.40nb1, Maintainer: pkgsrc-users

Notmuch is a system for indexing, searching, reading, and tagging
large collections of email messages in maildir or mh format. It uses
the Xapian library to provide fast, full-text search with a convenient
search syntax.


Required to run:
[security/gnupg2] [textproc/xapian] [devel/talloc] [mail/gmime3] [devel/sfsexp]

Required to build:
[devel/doxygen] [textproc/py-sphinx]

Package options: doc

Master sites:

Filesize: 796.363 KB

Version history: (Expand)


CVS history: (Expand)


   2026-09-02 21:05:38 by Thomas Klausner | Files touched by this commit (3127)
Log message:
*: recursive bump for pcre2 10.48
   2026-05-30 18:58:18 by Ryo ONODERA | Files touched by this commit (7)
Log message:
mail/notmuch{,-emacs},py-notmuch2: Update to 0.40

Changelog:
Notmuch 0.40 (2026-01-31)
=========================

General
-------

Accept "key-missing" from a signature from a revoked key to match
apparent change in GnuPG behaviour.

Library
-------

New API `notmuch_{threads,messages}_status` to allow distinguishing
iterator exaustion from iterator invalidation due to errors.

Emacs
-----

Documentation improvements. Fix for bug related to "hide-exclude" in
notmuch-hello. A new autoloads file is generated for people installing
without package.el or similar. Fix disabling notmuch-show-header-line
via custom.

Python Bindings
---------------

Provide a binding reopen a database. Some small fixes to
documentation. Make IndexOptions public.

Ruby Bindings
-------------

Simplify and cleanup build, fix talloc flags.
   2026-01-06 12:18:47 by Thomas Klausner | Files touched by this commit (48)
Log message:
*: forbid some more Python 3.11 for sphinx users

List from grep
   2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999)
Log message:
*: recursive bump for pcre2

Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \ 
/usr/pkg/lib/libglib-2.0.so.0 not defined
   2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442)
Log message:
*: remove reference to (removed) Python 3.9
   2025-08-14 05:28:20 by Ryo ONODERA | Files touched by this commit (5)
Log message:
mail/notmuch,notmuch-emacs,py-notmuch2: Update to 0.39

Changelog:

Notmuch 0.39 (2025-03-15)
=========================

General
-------

Allow to customize the separator between individual and matched and
non-matched authors when showing threads. See
`search.authors_separator` and `search.authors_matched_separator` in
notmuch-config(1).

Library
-------

Make the s-expression query parser thread-safe.

Emacs
-----

The new variable `untrusted-content` is now (conditionally) set in
relevant modes.

Add `notmuch-mua-subject-regexp` to help avoid sending erroneous
subjects.

Allow toggling display of excluded messages.

Fix for text/calendar display. Fix for subject sanitizing in tree
mode. Fix for hl-line location in search and tree mode. Fix for
interaction with which-func-mode and imenu. Fix for saving hidden
headers in drafts.

Support for Emacs older than 27.1 is deprecated with this release.

Legacy Python Bindings
----------------------

The legacy python bindings previously in `bindings/python` are no
longer supported. These bindings have been deprecated since 2020. As
of this release they are no longer built or tested, and patches for
them will no longer be accepted. They have been moved to `contrib` to
smooth the transition. Thanks very much to Sebastian Spaeth and all of
the other contributors to these bindings over the years.

Python Bindings
---------------

Adapt python-cffi version handling to stricter version constraints in
setuptools.

Fix iterator related segfaults.

Ruby Bindings
-------------

Fix for warnings about "undefining the allocator of T_DATA".

Test Suite
----------

Adapt test suite for changes in Emacs 30.1 and GnuPG 2.4 series.
   2025-02-23 17:59:26 by Thomas Klausner | Files touched by this commit (79)
Log message:
*: py-sphinx 8.2 drops support for Python 3.10
   2024-12-18 11:58:04 by Niclas Rosenvik | Files touched by this commit (15)
Log message:
revbump due to devel/talloc dependency changes