From: Daniel Kahn Gillmor Date: Sat, 25 May 2019 18:04:04 +0000 (-0400) Subject: cli: expose message-wide crypto status from mime-node X-Git-Tag: archive/debian/0.29_rc0-1~28 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=2c08beb2546156940e30526fc6759f4ee74b4fed;hp=2c08beb2546156940e30526fc6759f4ee74b4fed;p=notmuch cli: expose message-wide crypto status from mime-node The mime node context (a per-message context) gains a cryptographic status object, and the mime_node_t object itself can return a view on that status to an interested party. The status is not yet populated, and for now we can keep that view read-only, so that it can only be populated/modified during MIME tree traversal. ---