diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-01-23 04:04:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-01-23 04:04:43 +0800 |
commit | 4493e21d5b12cb2bab9bb1f30c8917946a2dd0c7 (patch) | |
tree | 106cc71881f4063b410e6e50fe84837d0751b382 /em-format | |
parent | 48462592cb67d956cf8b4a69eba00153d585c462 (diff) | |
download | gsoc2013-evolution-4493e21d5b12cb2bab9bb1f30c8917946a2dd0c7.tar.gz gsoc2013-evolution-4493e21d5b12cb2bab9bb1f30c8917946a2dd0c7.tar.zst gsoc2013-evolution-4493e21d5b12cb2bab9bb1f30c8917946a2dd0c7.zip |
BugĀ 607087 - Not all inlined text attachments are included in replies
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 }, |