all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70390] [PATCH 0/2] Add s-exp support to Notmuch
@ 2024-04-15  7:19 Fabio Natali via Guix-patches via
  2024-04-15  7:25 ` [bug#70390] [PATCH 1/2] gnu: Add sfsexp Fabio Natali via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Fabio Natali via Guix-patches via @ 2024-04-15  7:19 UTC (permalink / raw)
  To: 70390; +Cc: Fabio Natali

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





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-05-13 20:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-15  7:19 [bug#70390] [PATCH 0/2] Add s-exp support to Notmuch Fabio Natali via Guix-patches via
2024-04-15  7:25 ` [bug#70390] [PATCH 1/2] gnu: Add sfsexp Fabio Natali via Guix-patches via
2024-04-15  7:25 ` [bug#70390] [PATCH 2/2] gnu: notmuch: Add sfsexp dependency Fabio Natali via Guix-patches via
2024-05-13  8:32   ` Nicolas Graves via Guix-patches via
2024-05-13  8:38   ` Nicolas Graves via Guix-patches via
2024-05-13  8:42 ` [bug#70390] QA review for 70390 Nicolas Graves via Guix-patches via
2024-05-13  8:47   ` Nicolas Graves via Guix-patches via
2024-05-13 20:43     ` bug#70390: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.