From 576a5e0852a95617a9e86387b7e2592f2d8d51ce Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Thu, 11 Dec 2003 01:00:08 +0000 Subject: add text/x-patch as a plain type. 2003-12-10 Larry Ewing * em-format-html.c: add text/x-patch as a plain type. svn path=/trunk/; revision=23918 --- 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 348c5ef653..fa7abad068 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1101,6 +1101,7 @@ static EMFormatHandler type_builtin_table[] = { { "image/x-xpixmap", (EMFormatFunc)efh_image }, { "text/enriched", (EMFormatFunc)efh_text_enriched }, { "text/plain", (EMFormatFunc)efh_text_plain }, + { "text/x-patch", (EMFormatFunc)efh_text_plain }, { "text/html", (EMFormatFunc)efh_text_html }, { "text/richtext", (EMFormatFunc)efh_text_enriched }, /*{ "text/ *", (EMFormatFunc)efh_text_plain },*/ -- cgit v1.2.3