]> git.cworth.org Git - notmuch/commit
cli: expose message-wide crypto status from mime-node
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 25 May 2019 18:04:04 +0000 (14:04 -0400)
committerDavid Bremner <david@tethera.net>
Sun, 26 May 2019 11:20:23 +0000 (08:20 -0300)
commit2c08beb2546156940e30526fc6759f4ee74b4fed
treee2d6067ba69ed6f73ec5576e330ef9cccb20b5f0
parent74919c226eafad4de6b3a823f83a8be970e77e24
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.
mime-node.c
notmuch-client.h