]> git.notmuchmail.org Git - notmuch/commit
mime-node: Pass the correct flags to g_mime_multipart_signed_verify
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 18 Mar 2020 07:47:48 +0000 (03:47 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 20 Mar 2020 00:55:41 +0000 (21:55 -0300)
commitb27b23a7f9bc33a842e0c17369bf3dc23e48ccd6
tree7bf4003aeaa4d6d2bb9ef22bd4beba4cb4633ee4
parent1c390652455356c9acfea0eb982c688e2f09e47a
mime-node: Pass the correct flags to g_mime_multipart_signed_verify

GMIME_ENCRYPT_NONE and GMIME_VERIFY_NONE have the same value, but they
are different enumerated types.  So in C, this is a cosmetic change,
but it is technically correct if we only had stricter typing.

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