diff options
| author | David Bremner <david@tethera.net> | 2023-09-09 10:59:20 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-09-09 19:49:36 -0300 |
| commit | 8dc8cedb3b39ebb5753415ae559a03189eebe558 (patch) | |
| tree | 6e088d7527a6e636a53add896659e8c83d852970 /NEWS | |
| parent | 2c81de8f5f43952dc40aeb5b12cfc0b3ae25a14c (diff) | |
NEWS: NEWS for 0.38
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 69 |
1 files changed, 69 insertions, 0 deletions
@@ -1,6 +1,75 @@ Notmuch 0.38 (UNRELEASED) ========================= +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. + Notmuch 0.37 (2022-08-21) ========================= |
