- update to 0.38.1:
* Report parse errors in config files.
* Fix image toggling for Emacs >= 29.1.
* 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).
* Add options --offset and --limit to notmuch-show(1).
* 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.
* 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.
* Be more careful when clearing the results directory.
* Use `database_open_with_config`, and provide compatible path
search semantics.
* 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.
OBS-URL: https://build.opensuse.org/request/show/1128817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=44
* Report parse errors in config files.
* Fix image toggling for Emacs >= 29.1.
* 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).
* Add options --offset and --limit to notmuch-show(1).
* 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.
* 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.
* Be more careful when clearing the results directory.
* Use `database_open_with_config`, and provide compatible path
search semantics.
* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=89
- update to 0.37:
* Fix uninitialized field in message objects.
* Add one sided lastmod ranges for sexp queries.
* Expand macro parameters inside regex and wildcard modifiers.
* `notmuch help` now works for external commands.
* `NOTMUCH_CONFIG` is now passed to external commands and hooks.
* 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`.
* Add the `sexp` prefix to the infix (traditional) query parser. This
* allows specific subqueries to be parsed by the sexp parser (with
* appropropriate quoting). See `notmuch-search-terms(7)` for details.
* Add another heuristic to regexp fields to prevent phrase parsing of
* bracketed sub-expressions.
* Envelope from ("From ") headers are now escaped as X-Envelope-From: in
* input to `notmuch-insert`. This prevents creating mbox files when
* calling `notmuch-insert` from e.g. `postfix`.
* Use the `config_pairs` API in ConfigIterator. This returns all
* matching key-value pairs, not just those that happen to be stored in
* the database.
* Reorganize documention for `notmuch-config`. Add a few links from
* other man pages. (forwarded request 1007713 from dirkmueller)
OBS-URL: https://build.opensuse.org/request/show/1007767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=41
- update to 0.37:
* Fix uninitialized field in message objects.
* Add one sided lastmod ranges for sexp queries.
* Expand macro parameters inside regex and wildcard modifiers.
* `notmuch help` now works for external commands.
* `NOTMUCH_CONFIG` is now passed to external commands and hooks.
* 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`.
* Add the `sexp` prefix to the infix (traditional) query parser. This
* allows specific subqueries to be parsed by the sexp parser (with
* appropropriate quoting). See `notmuch-search-terms(7)` for details.
* Add another heuristic to regexp fields to prevent phrase parsing of
* bracketed sub-expressions.
* Envelope from ("From ") headers are now escaped as X-Envelope-From: in
* input to `notmuch-insert`. This prevents creating mbox files when
* calling `notmuch-insert` from e.g. `postfix`.
* Use the `config_pairs` API in ConfigIterator. This returns all
* matching key-value pairs, not just those that happen to be stored in
* the database.
* Reorganize documention for `notmuch-config`. Add a few links from
* other man pages.
OBS-URL: https://build.opensuse.org/request/show/1007713
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=82
- Version 0.35
* Library
- Implement the `date` and `lastmod` fields in the S-expression parser.
- Ignore trailing `/` for pathnames in both query parsers.
- Rename configuration option `built_with.sexpr_query` to `built_with.sexp_queries`.
- Do not assume a default mail root in split (e.g. XDG) configurations.
- Fix some small memory leaks in `notmuch_database_open_with_config`.
* CLI
- Improve handling of leading/trailing punctation and space for configuration lists.
- Only ignore `.notmuch` at the top level in `notmuch new`.
- Optionally show extra headers in `notmuch show`. See `show.extra_headers` in notmuch-config(1).
* Disable tests due to known failures of python-cffi test cases
OBS-URL: https://build.opensuse.org/request/show/958294
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=81