From: Daniel Kahn Gillmor Date: Tue, 19 Dec 2017 19:08:50 +0000 (-0500) Subject: python: add decrypt_policy argument to Database.index_file() X-Git-Tag: 0.26_rc0~8 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=6aec7a76b9e70544a93b092c50d167c3e63548ee;hp=6aec7a76b9e70544a93b092c50d167c3e63548ee;p=notmuch python: add decrypt_policy argument to Database.index_file() 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. ---