From: Daniel Kahn Gillmor Date: Fri, 11 May 2018 06:57:57 +0000 (-0400) Subject: cli/show: reindex when we learned new session keys about a message X-Git-Tag: 0.27_rc0~15 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=808cababbb8ef2d1cfbf9f2babc99ba48f2b3ffa;hp=808cababbb8ef2d1cfbf9f2babc99ba48f2b3ffa;p=notmuch cli/show: reindex when we learned new session keys about a message If the number of session keys for a given message increased after running "notmuch show" then we just learned something new that might let us do automatic decryption. We should reindex this message using our newfound knowledge. Amended by db: add previously discussed #if block ---