From: Jameson Graef Rollins Date: Fri, 27 May 2011 10:27:37 +0000 (-0700) Subject: Render all parts of multipart/encrypted when decrypting. X-Git-Tag: debian/0.6_254~91 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=82daf29187f84076d55df9ea35da692d200128ec;hp=82daf29187f84076d55df9ea35da692d200128ec Render all parts of multipart/encrypted when decrypting. The primary goal here is to keep the decrypted output as similarly structured as undecrypted output as possible. Now, when decrypting parts, only the original encrypted part is replaced by the it's decrypted content. If this part isn't itself a multipart, then all part numbering should remain consistent during decryption. The only draw back here is that the useless application/pgp-encrypted sub-part of the multipart/encrypted part is also emitted. But this part can be easily ignored by clients. ---