]> git.notmuchmail.org Git - notmuch/commit
python: support relative path in default database
authorDoan Tran Cong Danh <congdanhqx@gmail.com>
Fri, 19 Apr 2019 03:56:59 +0000 (10:56 +0700)
committerDavid Bremner <david@tethera.net>
Wed, 24 Apr 2019 10:10:53 +0000 (07:10 -0300)
commit816633e636d7d512506105632c98c10c587f8890
tree68c57f0171fec31c6907a5f8234d88b55a268d5c
parentf599ea7877e6e4fb92bae38d16453d6268dd955b
python: support relative path in default database

From notmuch 0.28, notmuch support relative database path in
notmuch-config(1), but python binding haven't taught this yet.

afew denied to work with a perfectly fine notmuch-config due to this.
bindings/python/notmuch/database.py