diff options
Diffstat (limited to 'em-format')
-rw-r--r-- | em-format/em-format-quote.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/em-format/em-format-quote.c b/em-format/em-format-quote.c index 5ec5e19776..40a9f405cb 100644 --- a/em-format/em-format-quote.c +++ b/em-format/em-format-quote.c @@ -564,6 +564,7 @@ static EMFormatHandler type_builtin_table[] = { { (gchar *) "text/enriched", (EMFormatFunc)emfq_text_enriched }, { (gchar *) "text/richtext", (EMFormatFunc)emfq_text_enriched }, { (gchar *) "text/html", (EMFormatFunc)emfq_text_html }, + { (gchar *) "text/*", (EMFormatFunc)emfq_text_plain }, /* { (gchar *) "multipart/related",(EMFormatFunc)emfq_multipart_related },*/ { (gchar *) "message/external-body", (EMFormatFunc)emfq_ignore }, { (gchar *) "multipart/appledouble", (EMFormatFunc)emfq_ignore }, |