aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
authorNick Sukharev <nick@galaktika.ru>2006-09-30 01:56:45 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-09-30 01:56:45 +0800
commit3a49f0f1e4e4a89ef6c5ad42090fe89d37c319ad (patch)
treead130e005a9f53c6f356cdd2dd66ed6a4705e2d5 /mail/em-format-html.c
parenta9d678a9d5470bdd12089df0a59d3b309ea57cd8 (diff)
downloadgsoc2013-evolution-3a49f0f1e4e4a89ef6c5ad42090fe89d37c319ad.tar.gz
gsoc2013-evolution-3a49f0f1e4e4a89ef6c5ad42090fe89d37c319ad.tar.zst
gsoc2013-evolution-3a49f0f1e4e4a89ef6c5ad42090fe89d37c319ad.zip
UUEncoded calendars will be displayed as calendars, not as plain text.
2006-09-29 Nick Sukharev <nick@galaktika.ru> * mail/em-format-html.c: UUEncoded calendars will be displayed as calendars, not as plain text. Fixes bug #352767. (committed by Andre Klapper) svn path=/trunk/; revision=32832
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r--mail/em-format-html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 07050b31e5..8c0cb16e97 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -762,7 +762,7 @@ efh_text_plain(EMFormatHTML *efh, CamelStream *stream, CamelMimePart *part, EMFo
CamelMimePart *newpart = camel_multipart_get_part(mp, i);
type = camel_mime_part_get_content_type(newpart);
- if (camel_content_type_is (type, "text", "*")) {
+ if (camel_content_type_is (type, "text", "*") && !camel_content_type_is(type, "text", "calendar")) {
camel_stream_printf (stream,
"<div style=\"border: solid #%06x 1px; background-color: #%06x; padding: 10px;\">\n",
efh->frame_colour & 0xffffff, efh->content_colour & 0xffffff);
dabot/npm_and_yarn/devel/electron6/files/ini-1.3.8&id=a782bb55d39069b2606ed7ef58cea535383454cc'>Add missing /libs in LDFLAGS, this should fix the build in some cases.kwm2014-08-161-1/+1 * - USES=libtool tar:bzip2tijl2014-07-162-16/+5 * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1 * Fix paths inside .py[co] filesantoine2014-02-051-2/+2 * Python cleanup:rene2014-01-141-1/+1 * Unbreak packaging after staging this port.kwm2013-12-011-3/+4 * Stagify, update comment and switch to USES.kwm2013-11-291-7/+9 * Restrict python to -2.7kwm2013-10-301-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1 * Use build-only dependency on pkgconfbapt2012-10-071-6/+3