[evolution/gnome-2-28] Bug 607087 - Not all inlined text attachments are included in replies



commit 614c0f2bbfa43c74b6c42759050ef72bb52f5105
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

 mail/em-format-quote.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/mail/em-format-quote.c b/mail/em-format-quote.c
index af8616a..5d22d8e 100644
--- a/mail/em-format-quote.c
+++ b/mail/em-format-quote.c
@@ -551,6 +551,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]