[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70390] [PATCH 0/2] Add s-exp support to Notmuch
From: |
Fabio Natali |
Subject: |
[bug#70390] [PATCH 0/2] Add s-exp support to Notmuch |
Date: |
Mon, 15 Apr 2024 08:19:10 +0100 |
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.
⁰
https://git.notmuchmail.org/git?p=notmuch;a=blob;f=NEWS;h=cf8107f26362431549dc410cb8379de5c10221f1;hb=HEAD#l165
¹ https://github.com/mjsottile/sfsexp
² https://notmuchmail.org/doc/latest/man7/notmuch-sexp-queries.html
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
- [bug#70390] [PATCH 0/2] Add s-exp support to Notmuch,
Fabio Natali <=