Revisions of notmuch

buildservice-autocommit accepted request 1142092 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 92)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 91)
- update to 0.38.2:
  * Make sorting of string maps lexicographic on (key,value)
    pairs. This avoids some test failures due to variation in
    message property output order.
  * Avoid extra separators after the last address in `notmuch-
    emacs-mua`.
buildservice-autocommit accepted request 1128817 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 90)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 89)
- 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.
buildservice-autocommit accepted request 1102631 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 88)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 87)
- Remove rhetorics and history lesson from description.
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1102627 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 86)
Fix libnotmuch pkg description, fixes boo#1020067
buildservice-autocommit accepted request 1039914 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 85)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1039832 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 84)
- Drop build-dependency on libgcrypt-cavs: no longer existing with
  libgcrypt 1.10.
buildservice-autocommit accepted request 1007767 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 83)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1007713 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 82)
- 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.
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 958294 from David Sterba's avatar David Sterba (dsterba) (revision 81)
- 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
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 929055 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 80)
New upstream release 0.34.1
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 926885 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 79)
New upstream release 0.34
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 922389 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 78)
New upstream release 0.33.2
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 918689 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 77)
New upstream release 0.33.1
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 912835 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 76)
New upstream release 0.32.3
Dan Čermák's avatar Dan Čermák (dancermak) committed (revision 75)
Remove manual python Requires from the python3-notmuch subpackage
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 902712 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 74)
New upstream release 0.32.2
buildservice-autocommit accepted request 898466 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 73)
baserev update by copy to link target
Displaying revisions 1 - 20 of 92
openSUSE Build Service is sponsored by