Re: [PATCH 0/3] python/notmuch2: a few docstrings and collect_tags()

2021-01-12 Thread Michael J Gruber
Floris Bruynooghe venit, vidit, dixit 2021-01-11 21:47:33: > On Thu 07 Jan 2021 at 17:09 +, Michael J. Gruber wrote: > > As for the series: the notmuch based MUA "alot" switched to the new > > python bindings recently. collect_tags() is something I used in a > > feature PR submitted but not mer

Re: [PATCH 0/3] python/notmuch2: a few docstrings and collect_tags()

2021-01-11 Thread Floris Bruynooghe
On Thu 07 Jan 2021 at 17:09 +, Michael J. Gruber wrote: > As for the series: the notmuch based MUA "alot" switched to the new > python bindings recently. collect_tags() is something I used in a > feature PR submitted but not merged yet there (while on the old bindings), > and in my updated feat

[PATCH 0/3] python/notmuch2: a few docstrings and collect_tags()

2021-01-06 Thread Michael J Gruber
collect_tags() (collecting all tags from messages in a query) is available in the legacy bindings. Patch 3/3 provides it in the cffi bindings. Patch 1 and 2 are doctsrings clean-ups/amends. On 3/3: The tag iterator returned by the underlying library function is short lived. If I simply return the