]> git.cworth.org Git - notmuch/commit
python/notmuch2: fix exclude tag handling
authorJohannes Larsen <mail@johslarsen.net>
Fri, 25 Dec 2020 15:21:45 +0000 (11:21 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 25 Dec 2020 15:25:25 +0000 (11:25 -0400)
commitf01f6405c962e27de52eb777ac3f19ee655b71ba
treebc5ea8eee122f9c91fe2c713c6474be76998a5bd
parent27020503402af546d9d3017bb4a6346497c85d09
python/notmuch2: fix exclude tag handling

A typo in Database._create_query lost the exclude_tag names during the
string to utf-8 conversion.

Amended by DB: fixed patch format and updated commit message.
bindings/python-cffi/notmuch2/_database.py