]> git.notmuchmail.org Git - notmuch/commit
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)
commitea4cb3cbdc8b3c6e450b971f52e880223e943ba0
treecc89bddf4e454947bca3b99a8e4a2081b86c8d8b
parent95f97540a01cd7b4a3da5e2f27837956182869b2
Make search filters handle disjunctive queries.

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>
notmuch.el