]> git.notmuchmail.org Git - notmuch/commit
python: add default arg to get_config_list
authorl-m-h@web.de <l-m-h@web.de>
Thu, 7 Dec 2017 11:40:47 +0000 (12:40 +0100)
committerDavid Bremner <david@tethera.net>
Tue, 19 Dec 2017 10:39:32 +0000 (06:39 -0400)
commitc536de3afb365dbbb3f85755f149383285c53b9c
tree4f4dd315ed7ea6036cfcf9ae3135735f152f462b
parent6c6b0f13ffc3988b0f31774b33b8215be02abaa9
python: add default arg to get_config_list

It makes the function a little more intuitive to use and does not
diverge much from the original function signature.

Also an example is added to the docstring.
bindings/python/notmuch/database.py