[evolution] Bug 607087 - Not all inlined text attachments are included in replies



commit 4493e21d5b12cb2bab9bb1f30c8917946a2dd0c7
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Jan 22 15:04:43 2010 -0500

    Bug 607087 - Not all inlined text attachments are included in replies

 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 5ec5e19..40a9f40 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 },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]