From 579b176e686d1b30cc8ecde55c5a8a31310c5938 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 25 Nov 2019 16:45:51 -0500 Subject: email-print-mime-structure: handle one-part PKCS#7 signature objects PKCS#7 offers a signed-only mode which is distinct from multipart/signed. This mode is more robust to breakage by transforming MTAs, but it is also unreadable *unless* the receiver knows how to cope with S/MIME. See https://tools.ietf.org/html/rfc8551#section-3.5 for more details about the different formats. email-print-mime-structure should now be able to handle these messages and display the structure of their content as well. Signed-off-by: Daniel Kahn Gillmor Acked-by: Sean Whitton --- debian/control | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/control b/debian/control index d2e07da..73c5919 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 10), dh-elpa, diffutils , + gnutls-bin , gpg , gpg-agent , gpgsm , @@ -52,6 +53,7 @@ Recommends: python3-argcomplete, python3-pgpy, Suggests: + gnutls-bin, gpg, gpg-agent, gpgsm, -- cgit v1.2.3