aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index 242595eb5d..e21373cc51 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -913,6 +913,8 @@ efhd_multipart_signed (EMFormat *emf, CamelStream *stream, CamelMimePart *part,
static EMFormatHandler type_builtin_table[] = {
{ "application/x-pkcs7-mime", (EMFormatFunc)efhd_application_xpkcs7mime },
+ { "application/pkcs7-mime", (EMFormatFunc)efhd_application_xpkcs7mime },
+
{ "multipart/signed", (EMFormatFunc)efhd_multipart_signed },
};