(address . guix-patches@gnu.org)(name . Fabio Natali)(address . me@fabionatali.com)
Dear All,
On 2022-04-25?, support for S-expression-based queries was added to
Notmuch (version 0.36). This is based on a C/C++ library called sfsexp¹.
You can check whether your Notmuch was built with s-exp support with
this command²:
,----
| notmuch config get built_with.sexp_queries
`----
The Notmuch version currently packaged in Guix does not support s-exp
queries.
This patch micro-series is to:
- Add sfsexp¹.
- Update Notmuch to make use of sfsexp and to allow S-expression-based queries.
Thanks, best wishes, Fabio.
Fabio Natali (2):
gnu: Add sfsexp.
gnu: notmuch: Add sfsexp dependency.
gnu/packages/c.scm | 22 ++++++++++++++++++++++
gnu/packages/mail.scm | 4 +++-
2 files changed, 25 insertions(+), 1 deletion(-)
base-commit: e5dda412c2e28fb65a549824f492895e72c33813
--
2.41.0