Re: [PATCH 3/3] python/notmuch2: provide binding for collect_tags()

2021-02-11 Thread Michael J Gruber
Floris Bruynooghe venit, vidit, dixit 2021-01-11 21:33:16: > Hi Micahel, > > Thanks for adding this feature! > > On Wed 06 Jan 2021 at 10:08 +0100, Michael J. Gruber wrote: > > diff --git a/bindings/python-cffi/notmuch2/_query.py > > b/bindings/python-cffi/notmuch2/_query.py > > index 1db6ec96..

Re: [PATCH 3/3] python/notmuch2: provide binding for collect_tags()

2021-01-11 Thread Floris Bruynooghe
Hi Micahel, Thanks for adding this feature! On Wed 06 Jan 2021 at 10:08 +0100, Michael J. Gruber wrote: > diff --git a/bindings/python-cffi/notmuch2/_query.py > b/bindings/python-cffi/notmuch2/_query.py > index 1db6ec96..a1310944 100644 > --- a/bindings/python-cffi/notmuch2/_query.py > +++ b/bin

[PATCH 3/3] python/notmuch2: provide binding for collect_tags()

2021-01-06 Thread Michael J Gruber
collect_tags() is accessible in the legacy bindings as a method on the messages object returned by searches. In the cffi bindings, neither queries nor their internal values are exposed, so provide a binding analogous to count_messages(). Signed-off-by: Michael J Gruber --- bindings/python-cffi/n