Re: [PATCH] mime-node: be clearer about decryption

2019-05-31 Thread David Bremner
Daniel Kahn Gillmor writes: > 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. > pushed to master d

[PATCH] mime-node: be clearer about decryption

2019-05-30 Thread Daniel Kahn Gillmor
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 --- mime-node.c | 2 +- 1 file