aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/em-format-html.c1
2 files changed, 5 insertions, 0 deletions
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 <lewing@ximian.com>
+
+ * em-format-html.c: add text/x-patch as a plain type.
+
2003-12-10 Jeffrey Stedfast <fejj@ximian.com>
* 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 },*/