Re: [PATCH v2 2/2] lib: add sexp: prefix to Xapian (infix) query parser.

2022-04-15 Thread Michael J Gruber
This breaks builds if you don't have sfexp, unfortunately. (And since there is no sfsexp release with the recent fixes, there is no sfsexp in Fedora, for example.) Not declaring _notmuch_sexp_string_to_xapian_query() twice in lib/database-private.h (once unconditionally, once depending on HAVE_SFS

Re: [PATCH v2 2/2] lib: add sexp: prefix to Xapian (infix) query parser.

2022-04-15 Thread David Bremner
David Bremner writes: > This is analogous to the "infix" prefix provided by the s-expression > based query parser. series applied to master. ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.o

[PATCH v2 2/2] lib: add sexp: prefix to Xapian (infix) query parser.

2022-04-09 Thread David Bremner
This is analogous to the "infix" prefix provided by the s-expression based query parser. --- doc/man7/notmuch-search-terms.rst | 17 - lib/Makefile.local| 3 ++- lib/prefix.cc | 5 lib/sexp-fp.cc| 40 +++