Path to this page:
./
mail/notmuch,
Mail indexer
Branch: CURRENT,
Version: 0.38.1,
Package name: notmuch-0.38.1,
Maintainer: pkgsrc-usersNotmuch 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.32 KB
Version history: (Expand)
- (2023-11-04) Updated to version: notmuch-0.38.1
- (2023-10-15) Updated to version: notmuch-0.38
- (2023-08-14) Updated to version: notmuch-0.37nb1
- (2022-08-26) Updated to version: notmuch-0.37
- (2022-06-28) Updated to version: notmuch-0.36nb1
- (2022-05-04) Updated to version: notmuch-0.36
CVS history: (Expand)
2023-11-04 17:27:20 by Thomas Klausner | Files touched by this commit (2) |  |
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
|
2023-01-06 10:46:07 by Paolo Vincenzo Olivo | Files touched by this commit (1) |
Log message:
mail/notmuch: Add missing man page to PLIST.
|
2023-01-06 09:50:42 by Paolo Vincenzo Olivo | Files touched by this commit (2) |
Log message:
mail/notmuch: perl is required to build man page.
PLIST file sorted alphabetically.
|