Re: [PATCH 0/6] python: add bindings for notmuch_database_get_config{, _list}

2017-12-19 Thread David Bremner
l-...@web.de writes: > Comming back after a long time (sorry for the wait). > > I now changed the binding for notmuch_database_get_config_list into a > generator. It is called get_configs in the python bindings (the "s" > should indicate the iterable/generator nature like for dict.items or >

[PATCH 0/6] python: add bindings for notmuch_database_get_config{, _list}

2017-12-07 Thread l-m-h
Comming back after a long time (sorry for the wait). I now changed the binding for notmuch_database_get_config_list into a generator. It is called get_configs in the python bindings (the "s" should indicate the iterable/generator nature like for dict.items or dict.keys). Tests and the