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

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

Re: [PATCH 0/4] emacs: avoid type errors due to nil as content-type

2021-01-11 Thread Tomi Ollila
On Sun, Jan 10 2021, Jonas Bernoulli wrote: > The fourth commit tries to address the issue raised in > id:87k0sxa6c3@fifthhorseman.net. > > The output of "notmuch show --format=sexp --format-version=4" > may contain `:content-type' entries with `nil' as the value, > when it fails to dete

Re: [PATCH 01/36] test/T750-gzip: don't compress the xapian database

2021-01-11 Thread Tomi Ollila
On Sun, Jan 10 2021, David Bremner wrote: > Tomi Ollila writes: > >> On Sun, Jan 03 2021, David Bremner wrote: >> >>> +find ${MAIL_DIR} -name .notmuch -prune -false -o -type f -exec gzip >>> --recursive {} \; >> >> (some extra spaces above) >> >> The point of -false is that if there exists .no