From: Daniel Kahn Gillmor Date: Fri, 8 Dec 2017 06:23:59 +0000 (-0500) Subject: cli/new, insert, reindex: change index.decrypt to "auto" by default X-Git-Tag: 0.26_rc0~39 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=076f86025d519522cde5787def6c03fc308e8ebc;hp=076f86025d519522cde5787def6c03fc308e8ebc cli/new, insert, reindex: change index.decrypt to "auto" by default The new "auto" decryption policy is not only good for "notmuch show" and "notmuch reindex". It's also useful for indexing messages -- there's no good reason to not try to go ahead and index the cleartext of a message that we have a stashed session key for. This change updates the defaults and tunes the test suite to make sure that they have taken effect. ---