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/ChangeLog | 4 ++++ mail/em-format-html.c | 1 + 2 files changed, 5 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index 310042ee0e..dfe7aa34bc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2003-12-10 Larry Ewing + + * em-format-html.c: add text/x-patch as a plain type. + 2003-12-10 Jeffrey Stedfast * em-migrate.c (get_local_store): Fixed a leak. 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