]> git.notmuchmail.org Git - notmuch/commitdiff
Make search filters handle disjunctive queries.
authorJed Brown <jed@59A2.org>
Wed, 2 Dec 2009 11:00:35 +0000 (12:00 +0100)
committerCarl Worth <cworth@cworth.org>
Fri, 4 Dec 2009 19:11:59 +0000 (11:11 -0800)
notmuch-search-filter now accepts an arbitrary query and will group if
necessary so that we get

  tag:inbox AND (gravy OR biscuits)

instead of the former

  tag:inbox AND gravy OR biscuits

Signed-off-by: Jed Brown <jed@59A2.org>

No differences found