From 4493e21d5b12cb2bab9bb1f30c8917946a2dd0c7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 22 Jan 2010 15:04:43 -0500 Subject: =?UTF-8?q?Bug=C2=A0607087=20-=20Not=20all=20inlined=20text=20atta?= =?UTF-8?q?chments=20are=20included=20in=20replies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- em-format/em-format-quote.c | 1 + 1 file changed, 1 insertion(+) (limited to 'em-format') 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 }, -- cgit v1.2.3