]> git.cworth.org Git - notmuch/commitdiff
python: add bindings to access config
authorl-m-h@web.de <l-m-h@web.de>
Thu, 7 Dec 2017 11:40:46 +0000 (12:40 +0100)
committerDavid Bremner <david@tethera.net>
Tue, 19 Dec 2017 10:36:30 +0000 (06:36 -0400)
The C functions notmuch_database_get_config,
notmuch_database_get_config_list and notmuch_database_set_config are
part of the official C bindings.  So there should also be some python
bindings for them.

Also they are the only way to access the named queries introduced in
b9bf3f44.

The interface of the python functions is designed to be close to the C
functions.


No differences found