./mail/notmuch, Mail indexer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.38.3, Package name: notmuch-0.38.3, 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: 786.539 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-10 13:11:09 by Ryo ONODERA | Files touched by this commit (2)
Log message:
notmuch, notmuch-emacs: Update to 0.38.3

Changelog:
What's new in notmuch 0.38.3
=========================

CLI
---

Fix a bug in configuration code that caused the notmuch command to
erroneously report "Error: could not locate database" under some
circumstances.
   2023-12-01 17:48:08 by Ryo ONODERA | Files touched by this commit (2)
Log message:
notmuch, notmuch-emacs: Update to 0.38.2

Changelog:
What's new in notmuch 0.38.2
=========================

Library
-------

Make sorting of string maps lexicographic on (key,value) pairs. This
avoids some test failures due to variation in message property output
order.

Emacs
-----

Avoid extra separators after the last address in `notmuch-emacs-mua`.
   2023-11-04 17:27:20 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
notmuch: update to 0.38.1.

Notmuch 0.38.1 (2023-10-26)
===========================

CLI
---

Report parse errors in config files.

Emacs
-----

Fix image toggling for Emacs >= 29.1.

notmuch-mutt
------------

Fix syntax error in script.
   2023-10-15 09:33:48 by Ryo ONODERA | Files touched by this commit (4)
Log message:
notmuch{,-emacs}: Update to 0.38

Changelog:
Notmuch 0.38 (2023-09-12)
# General

Support relative lastmod queries (see notmuch-sexp-queries(7) and \ 
notmuch-search-terms(7) for details).

Support indexing of designated attachments as text (see notmuch-config(1) for \ 
details).

# CLI

Add options --offset and --limit to notmuch-show(1).

# Emacs

New commands notmuch-search-edit-search and notmuch-tree-edit-search.

Introduce notmuch-tree-outline-mode.

Some compatibility fixes for Emacs 29. At least one issue (hiding images) \ 
remains in 0.38.

Support completion when piping to external command.

Fix regression in updating tag display introduced by 0.37.

# Library

Fix bug creating database when database.path is not set.

Incremental performance improvements for message deletion.

Catch Xapian exceptions when deleting messages.

Sync removed message properties to the database.

Replace use of thread-unsafe Query::MatchAll in the infix query parser.

# Notmuch-Mutt

Be more careful when clearing the results directory.

# Ruby

Use database_open_with_config, and provide compatible path search semantics.
Bugfix for query.get_sort

# Test Suite

Support testing installed version of notmuch.

Adapt to some breaking changes in glib handling of init files.

Replace OpenPGP key used in test suite.

# Performance Tests

Update signatures for performance test corpus.
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-01-28 14:09:28 by Ryo ONODERA | Files touched by this commit (4)
Log message:
notmuch, notmuch-emacs: Split notmuch-emacs from notmuch
   2023-01-06 11:02:16 by Paolo Vincenzo Olivo | Files touched by this commit (2)
Log message:
mail/notmuch: notmuch(3) also requires doxygen