]> git.notmuchmail.org Git - notmuch/commitdiff
python: add decrypt_policy argument to Database.index_file()
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 19 Dec 2017 19:08:50 +0000 (14:08 -0500)
committerDavid Bremner <david@tethera.net>
Sun, 24 Dec 2017 13:47:35 +0000 (09:47 -0400)
We adopt a pythonic idiom here with an optional argument, rather than
exposing the user to the C indexopts object directly.

This now includes a simple test to ensure that the decrypt_policy
argument works as expected.


No differences found