From: Daniel Kahn Gillmor Date: Tue, 12 May 2020 22:29:34 +0000 (-0400) Subject: cli/show: If a leaf part has children, show them instead of omitting X-Git-Tag: archive/debian/0.30_rc0-1~18 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f12fb4d819956cb467b22183f0416fed44703d0f;hp=f12fb4d819956cb467b22183f0416fed44703d0f cli/show: If a leaf part has children, show them instead of omitting Until we did PKCS#7 unwrapping, no leaf MIME part could have a child. Now, we treat the unwrapped MIME part as the child of the PKCS#7 SignedData object. So in that case, we want to show it instead of deliberately omitting the content. This fixes the test of the protected subject in id:smime-onepart-signed@protected-headers.example. Signed-off-by: Daniel Kahn Gillmor ---