diff options
author | Lucian Langa <lucilanga@gnome.org> | 2008-05-31 01:57:40 +0800 |
---|---|---|
committer | Lucian Langa <lucilanga@src.gnome.org> | 2008-05-31 01:57:40 +0800 |
commit | 9025a500103a3781b39a6b25a63387bcb42049fe (patch) | |
tree | eff24a76e5e7dfadbe5faecc1063acfdf4b81429 /mail/em-format-quote.c | |
parent | 66c4549eb809900021bd738be78775f00c35a3f1 (diff) | |
download | gsoc2013-evolution-9025a500103a3781b39a6b25a63387bcb42049fe.tar.gz gsoc2013-evolution-9025a500103a3781b39a6b25a63387bcb42049fe.tar.zst gsoc2013-evolution-9025a500103a3781b39a6b25a63387bcb42049fe.zip |
** Fix for bug #535670
2008-05-30 Lucian Langa <lucilanga@gnome.org>
** Fix for bug #535670
* em-format-quote.c: (type_builtin_table):
Add x-evolution/evolution-feed-rss as internal mime
for evolution-rss artiles.
* em-format.c: (em_format_is_attachment): prevent
evolution-rss articles being formatted as attachments.
svn path=/trunk/; revision=35559
Diffstat (limited to 'mail/em-format-quote.c')
-rw-r--r-- | 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 059c2c98dc..6493635b87 100644 --- a/mail/em-format-quote.c +++ b/mail/em-format-quote.c @@ -554,6 +554,7 @@ static EMFormatHandler type_builtin_table[] = { { "multipart/appledouble", (EMFormatFunc)emfq_ignore }, /* internal evolution types */ + { "x-evolution/evolution-rss-feed", (EMFormatFunc)emfq_text_html }, { "x-evolution/message/rfc822", (EMFormatFunc)emfq_format_message }, { "x-evolution/message/prefix", (EMFormatFunc)emfq_format_message_prefix }, }; |