]> git.notmuchmail.org Git - notmuch/commit
mime-node: be clearer about decryption
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 31 May 2019 01:18:53 +0000 (21:18 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 31 May 2019 10:55:46 +0000 (07:55 -0300)
commitd439e4b5d1715b96baba5e0fa5b1b81e9746a94c
treef0d4c927fe98e9870e05f4b2a8c3b5554a568ed4
parent2c1e5c186ee36fb215d3f312f9801884f4720d8f
mime-node: be clearer about decryption

Part 0 of a multipart/encrypted object is
GMIME_MULTIPART_ENCRYPTED_VERSION; part 1 is
GMIME_MULTIPART_ENCRYPTED_CONTENT.  Using the name for what we want
describes our intent more clearly than using a magic number in the
code.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
mime-node.c