./mail/notmuch, Mail indexer

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


Branch: CURRENT, Version: 0.38.3nb2, Package name: notmuch-0.38.3nb2, 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-12-18 11:58:04 by Niclas Rosenvik | Files touched by this commit (15)
Log message:
revbump due to devel/talloc dependency changes
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-08-09 11:42:40 by Ryo ONODERA | Files touched by this commit (327)
Log message:
*: Recursive revbump from security/libassuan2
   2024-04-05 10:04:35 by Jonathan Perkin | Files touched by this commit (1)
Log message:
notmuch: Fix PYTHON_VERSIONS_INCOMPATIBLE.
   2024-04-04 06:21:51 by Thomas Klausner | Files touched by this commit (1)
Log message:
notmuch: mention py-notmuch2
   2024-04-04 06:16:08 by Thomas Klausner | Files touched by this commit (1)
Log message:
notmuch: allow overriding python dependency type

for py-notmuch2
   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`.