[PATCH 1/1] python/notmuch2: provide binding for Database.directory()

2021-07-26 Thread Ludovic LANGE
In the legacy python bindings, database_get_directory() is a method on the database object corresponding to notmuch_database_get_directory() C API. In the (new) cffi bindings, the corresponding call was not yet implemented. We provide a naive implementation (renamed to Database.directory()), and th

Re: [PATCH 1/1] python/notmuch2: provide binding for database_get_directory()

2021-07-26 Thread Tomi Ollila
On Sun, Jul 25 2021, Ludovic LANGE wrote: // stuff deleted // > Le 25/07/2021 à 22:18, Floris Bruynooghe a écrit : // stuff deleted ... // >> >> Anyway, I'm curious what other people think of this as well. > > Copy/paste (!!) of the previous bindings. As I don't know how people are > using the