From: Daniel Kahn Gillmor Date: Wed, 18 Mar 2020 07:47:48 +0000 (-0400) Subject: mime-node: Pass the correct flags to g_mime_multipart_signed_verify X-Git-Tag: archive/debian/0.30_rc0-1~81 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b27b23a7f9bc33a842e0c17369bf3dc23e48ccd6;hp=b27b23a7f9bc33a842e0c17369bf3dc23e48ccd6 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 ---