From 45f6a4c8b604c5f2108559c0f72caba0ca3d5200 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 11 Dec 2003 23:47:33 +0000 Subject: ** See bug #52108. 2003-12-12 Not Zed ** See bug #52108. * em-format.c (em_format_is_attachment): also recognise application/pkcs7-mime for mailers who like to make up their own standards. * em-format-html.c (type_builtin_table[]): * em-format-html-display.c (type_builtin_table[]): make recognise application/pkcs7-mime too. svn path=/trunk/; revision=23931 --- mail/em-format-html.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/em-format-html.c') diff --git a/mail/em-format-html.c b/mail/em-format-html.c index c3aa74440d..b1f380c78e 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1091,6 +1091,7 @@ efh_image(EMFormatHTML *efh, CamelStream *stream, CamelMimePart *part, EMFormatH static EMFormatHandler type_builtin_table[] = { { "application/x-pkcs7-mime", (EMFormatFunc)efh_application_xpkcs7mime }, + { "application/pkcs7-mime", (EMFormatFunc)efh_application_xpkcs7mime }, { "image/gif", (EMFormatFunc)efh_image }, { "image/jpeg", (EMFormatFunc)efh_image }, -- cgit