]> git.notmuchmail.org Git - notmuch/commit
add property: query prefix to search for specific properties
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 8 Jul 2016 09:15:36 +0000 (11:15 +0200)
committerDavid Bremner <david@tethera.net>
Wed, 21 Sep 2016 21:14:25 +0000 (18:14 -0300)
commit693ca8d8a80438ce1e361e7e6d22288f52a11c55
tree447bce9c213a5662f86af02c91cfd3f827dad4f8
parent651da30c0941081cf730930fc1a7cac34954ca0e
add property: query prefix to search for specific properties

We want to be able to query the properties directly, like:

   notmuch count property:foo=bar

which should return a count of messages where the property with key
"foo" has value equal to "bar".
doc/man7/notmuch-search-terms.rst
lib/database.cc
test/T610-message-property.sh