SHA256
8
0
forked from pool/notmuch

108 Commits

Author SHA256 Message Date
04aed6a004 Accepting request 1266832 from devel:libraries:c_c++
build with sfsexp (boo#1240535)

OBS-URL: https://build.opensuse.org/request/show/1266832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=49
2025-04-07 15:36:11 +00:00
50446d2d0a build with sfsexp (boo#1240535) to enable s-expression support
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=100
2025-04-01 19:49:38 +00:00
127e13f39e Accepting request 1247501 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1247501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=48
2025-02-21 20:36:18 +00:00
8a779e68fa Add python3-notmuch2 package with the cffi bindings.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=98
2025-02-20 21:41:42 +00:00
51b48d43a6 Accepting request 1228980 from devel:libraries:c_c++
- Add patch to fix build failure with sphinx 8:
  add docs-Update-intersphinx_mapping.patch from
  id:20241205164550.2419455-1-fredrik@frelon.se

OBS-URL: https://build.opensuse.org/request/show/1228980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=47
2024-12-08 10:37:50 +00:00
bf71375c56 Add headers to patch to give an indication whence it came from
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=96
2024-12-06 23:32:09 +00:00
86e1de51d3 add patch to fix build failures with sphinx 8
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=95
2024-12-06 23:28:04 +00:00
184311382a Accepting request 1175364 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1175364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=46
2024-05-21 16:36:38 +00:00
8c2ebac7a2 Accepting request 1175032 from home:AndreasStieger:branches:devel:libraries:c_c++
notmuch 0.38.3

OBS-URL: https://build.opensuse.org/request/show/1175032
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=93
2024-05-20 16:07:00 +00:00
4785f4f552 Accepting request 1142092 from devel:libraries:c_c++
- 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`.

OBS-URL: https://build.opensuse.org/request/show/1142092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=45
2024-01-29 21:28:39 +00:00
4c19f3f62e - 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`.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=91
2024-01-28 13:25:57 +00:00
cdc26d2b5b Accepting request 1128817 from devel:libraries:c_c++
- 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
2023-11-26 18:37:44 +00:00
4d2742cabb - 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/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=89
2023-11-25 22:20:46 +00:00
260db92740 Accepting request 1102631 from devel:libraries:c_c++
- Fix libnotmuch pkg description, fixes boo#1020067

OBS-URL: https://build.opensuse.org/request/show/1102631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=43
2023-08-07 13:29:11 +00:00
a59fccaa30 - Remove rhetorics and history lesson from description.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=87
2023-08-07 06:51:11 +00:00
e6dd78f07f Accepting request 1102627 from home:dancermak:branches:devel:libraries:c_c++
Fix libnotmuch pkg description, fixes boo#1020067

OBS-URL: https://build.opensuse.org/request/show/1102627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=86
2023-08-07 06:45:09 +00:00
3bf77c50b7 Accepting request 1039914 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1039914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=42
2022-12-04 13:58:55 +00:00
5e4d8411d5 Accepting request 1039832 from home:dimstar:branches:devel:libraries:c_c++
- Drop build-dependency on libgcrypt-cavs: no longer existing with
  libgcrypt 1.10.

OBS-URL: https://build.opensuse.org/request/show/1039832
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=84
2022-12-03 22:36:40 +00:00
ead71dd9e3 Accepting request 1007767 from devel:libraries:c_c++
- 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
2022-10-04 18:37:48 +00:00
062b0907c7 Accepting request 1007713 from home:dirkmueller:Factory
- 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
2022-10-03 23:20:55 +00:00
a7c291d977 Accepting request 958304 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/958304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=40
2022-03-01 16:04:09 +00:00
9ee2c35343 Accepting request 958294 from home:dsterba:branches:devel:libraries:c_c++
- 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
2022-03-01 15:32:07 +00:00
338d5e2d0c Accepting request 929139 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/929139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=39
2021-11-04 15:10:00 +00:00
6e43170610 Accepting request 929055 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.34.1

OBS-URL: https://build.opensuse.org/request/show/929055
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=80
2021-11-04 09:54:11 +00:00
f3337dedb4 Accepting request 927267 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/927267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=38
2021-10-25 13:17:38 +00:00
252eafceb1 Accepting request 926885 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.34

OBS-URL: https://build.opensuse.org/request/show/926885
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=79
2021-10-25 09:05:32 +00:00
92865a3887 Accepting request 922515 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/922515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=37
2021-10-01 20:29:05 +00:00
a1cd116282 Accepting request 922389 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.33.2

OBS-URL: https://build.opensuse.org/request/show/922389
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=78
2021-10-01 07:33:02 +00:00
3e04af4b35 Accepting request 918830 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/918830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=36
2021-09-14 19:14:32 +00:00
c5ee2b0032 Accepting request 918689 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.33.1

OBS-URL: https://build.opensuse.org/request/show/918689
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=77
2021-09-14 07:08:50 +00:00
Richard Brown
45e4d8af7b Accepting request 912841 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/912841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=35
2021-08-19 08:00:56 +00:00
e8f2686ea7 Accepting request 912835 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.32.3

OBS-URL: https://build.opensuse.org/request/show/912835
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=76
2021-08-18 07:09:15 +00:00
9da0f555e8 Accepting request 903184 from devel:libraries:c_c++
New upstream release 0.32.2

OBS-URL: https://build.opensuse.org/request/show/903184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=34
2021-07-01 05:05:29 +00:00
82d6effc11 Remove manual python Requires from the python3-notmuch subpackage
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=75
2021-06-30 07:03:56 +00:00
24ddb9fc70 Accepting request 902712 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.32.2

OBS-URL: https://build.opensuse.org/request/show/902712
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=74
2021-06-28 07:13:30 +00:00
abc6af75d4 Accepting request 898466 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/898466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=33
2021-06-09 19:52:40 +00:00
fcf14e923a Accepting request 898457 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.32.1

OBS-URL: https://build.opensuse.org/request/show/898457
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=72
2021-06-08 14:14:36 +00:00
0d88a8e194 Accepting request 891103 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/891103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=32
2021-05-06 20:53:10 +00:00
b6343bbc4d Accepting request 890903 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.32

OBS-URL: https://build.opensuse.org/request/show/890903
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=70
2021-05-06 16:22:44 +00:00
Richard Brown
ea79e8ed79 Accepting request 875939 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/875939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=31
2021-03-02 11:34:48 +00:00
1433e9f6ff Accepting request 875889 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.31.4

OBS-URL: https://build.opensuse.org/request/show/875889
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=68
2021-03-01 10:04:29 +00:00
61097c4dc8 Accepting request 860412 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/860412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=30
2021-01-05 17:15:21 +00:00
722a039bee Accepting request 860262 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.31.3

OBS-URL: https://build.opensuse.org/request/show/860262
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=66
2021-01-05 09:21:20 +00:00
156dfc1d6d Accepting request 847079 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/847079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=29
2020-11-17 20:22:05 +00:00
26674f8fde Accepting request 847078 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.31.2

OBS-URL: https://build.opensuse.org/request/show/847078
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=64
2020-11-09 09:05:47 +00:00
90eb1cf1f0 Accepting request 832904 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/832904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=28
2020-09-08 20:50:31 +00:00
fa8b846ef0 Accepting request 832901 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.31

OBS-URL: https://build.opensuse.org/request/show/832901
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=62
2020-09-08 07:03:37 +00:00
9b2564e6db Accepting request 823212 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/823212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=27
2020-07-29 15:20:07 +00:00
f00ee3e23a Accepting request 823067 from home:dancermak:branches:devel:libraries:c_c++
New upstream release 0.30

OBS-URL: https://build.opensuse.org/request/show/823067
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=60
2020-07-28 17:44:15 +00:00
4ee5f9af4d Accepting request 800306 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/800306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/notmuch?expand=0&rev=26
2020-05-05 17:06:45 +00:00