]> git.cworth.org Git - notmuch/commit
lib/sexp: allow * as alias for "" in range searches.
authorDavid Bremner <david@tethera.net>
Sat, 4 Jun 2022 21:53:58 +0000 (18:53 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 25 Jun 2022 22:49:55 +0000 (19:49 -0300)
commite7ffb7404163ebb453c96f6af9724e0fba75abb0
treef2b32349cd111825142b3ac0a5587fbcb71b8175
parent78632345868b5e4753ad402c806c29569946ce89
lib/sexp: allow * as alias for "" in range searches.

It can be tedious to use "" inside of a string, e.g. in a shell script.
lib/parse-sexp.cc
test/T081-sexpr-search.sh