]> rtime.felk.cvut.cz Git - notmuch.git/commit
python: Add binding for notmuch_query_add_tag_exclude
authorThibaut Horel <thibaut.horel@gmail.com>
Mon, 11 Aug 2014 04:43:54 +0000 (00:43 -0400)
committerDavid Bremner <david@tethera.net>
Tue, 23 Sep 2014 16:23:39 +0000 (18:23 +0200)
commite13d557bfdf3f07f16e051430056c57e574b650d
treec2bf9c05e52cc30b7229e6c410c78d678adf6b53
parent5673fdbdfaabcd5ae2a13f9337b143ebe50b6a83
python: Add binding for notmuch_query_add_tag_exclude

Implemented as the method `exclude_tag` of the class `Query`. This method takes
one argument, a string containing the name of the tag to exclude.
NEWS
bindings/python/docs/source/query.rst
bindings/python/notmuch/query.py