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.
|
2022-08-26 15:12:38 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
notmuch: Update to 0.37
Changelog:
What's new in notmuch 0.37
=========================
Library
-------
Fix uninitialized field in message objects.
Improve exception handling and error propagation for message objects.
Sexp Queries
------------
Add one sided lastmod ranges for sexp queries.
Expand macro parameters inside regex and wildcard modifiers.
Command Line Interface
----------------------
`notmuch help` now works for external commands.
`NOTMUCH_CONFIG` is now passed to external commands and hooks.
Promote the development tool `nmbug` to a user facing tool
`notmuch-git`. See notmuch-git(1) for details.
Emacs
-----
The function `notmuch-mua-mail` now moves point depending on the
provided arguments.
Restrict what mime types are inlined in replies and on refresh.
The functions in notmuch-query.el are now obsolete and may be removed
in a future version of Notmuch.
Add some controls for lazy display of message bodies (See "Dealing
with large messages and threads" in the notmuch-emacs documentation).
Allow the user to select (with '%') a different duplicate message file
to display.
Use `message-dont-reply-to-names` in `notmuch-message-mode`.
Support custom header-line format for notmuch-show mode.
|
2022-08-20 07:11:22 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
notmuch: Fix previous. Make desktop-file-utils for build dependency
|
2022-08-20 07:07:06 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
notmuch: In notmuch-emacs option case, depends on desktop-file-utils fully
Fix packaging with notmuch-emacs option.
|