]> git.cworth.org Git - notmuch/commit
mime-node: track whole-message crypto state while walking the tree
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 25 May 2019 18:04:05 +0000 (14:04 -0400)
committerDavid Bremner <david@tethera.net>
Sun, 26 May 2019 11:20:23 +0000 (08:20 -0300)
commitd187a6993e25b1e100790e918156f5d95d371899
tree80632f01335c5748411c7dc53bac71bd8c39ec70
parent2c08beb2546156940e30526fc6759f4ee74b4fed
mime-node: track whole-message crypto state while walking the tree

Deliberately populate the message's cryptographic status while walking
the MIME tree from the CLI.

Note that the additional numchild argument added to _mime_node_create
is a passthrough needed to be able to adequately populate the crypto
state object.
mime-node.c