Re: [PATCH 4/4] python-cffi: switch to notmuch_database_{open,create}_with_config

2021-11-05 Thread Floris Bruynooghe
On Tue 02 Nov 2021 at 21:32 -0300, David Bremner wrote: > PS: I took the liberty of replying to the list, hope that's OK. whoops, totally. I keep forgetting to hit the right reply key. Personal feature request: notmuch-reply-dwim, bound to r, which replies to the list for mailing list posts.

Re: [PATCH 4/4] python-cffi: switch to notmuch_database_{open,create}_with_config

2021-11-03 Thread Tomi Ollila
On Tue, Nov 02 2021, David Bremner wrote: > Floris Bruynooghe writes: > >> On Sat 30 Oct 2021 at 13:22 -0300, David Bremner wrote: >>> + >>> +.. deprecated:: 0.35 >>> + Use the ``cfg_path`` parameter instead. >> >> Do you mean the ``config`` parameter to :meth:`__init__` or >>

Re: [PATCH 4/4] python-cffi: switch to notmuch_database_{open,create}_with_config

2021-11-02 Thread David Bremner
Floris Bruynooghe writes: > On Sat 30 Oct 2021 at 13:22 -0300, David Bremner wrote: >> + >> +.. deprecated:: 0.35 >> + Use the ``cfg_path`` parameter instead. > > Do you mean the ``config`` parameter to :meth:`__init__` or > :meth:`__create__` here instead of ``cfg_path``? >

Re: [PATCH 4/4] python-cffi: switch to notmuch_database_{open,create}_with_config

2021-10-31 Thread Tomi Ollila
On Sat, Oct 30 2021, David Bremner wrote: > Since release 0.32, libnotmuch provides searching for database and > configuration paths. This commit changes the python module notmuch2 to > use those facilities. > > This fixes the bug reported in [1], along with a couple of the > deprecation warnings