diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-01-19 00:14:30 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-01-19 00:14:30 +0800 |
commit | 1716a06fe9f733166d54b2ce81d533bba10658a5 (patch) | |
tree | 2fe8ec0594de76474e39b9dc26d51a3ee1fb8189 /help/C | |
parent | ec6edc8604dd44defd718162f7413abc8f081ed3 (diff) | |
download | gsoc2013-evolution-1716a06fe9f733166d54b2ce81d533bba10658a5.tar.gz gsoc2013-evolution-1716a06fe9f733166d54b2ce81d533bba10658a5.tar.zst gsoc2013-evolution-1716a06fe9f733166d54b2ce81d533bba10658a5.zip |
[Docs] Postpone GtkHtml funeral to 3.5
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/mail-displaying-no-css.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help/C/mail-displaying-no-css.page b/help/C/mail-displaying-no-css.page index cc8f0cb730..e001da0817 100644 --- a/help/C/mail-displaying-no-css.page +++ b/help/C/mail-displaying-no-css.page @@ -7,7 +7,7 @@ <link type="guide" xref="index#common-mail-problems" /> <link type="seealso" xref="mail-displaying-message" /> - <revision pkgversion="3.2.0" version="0.2" date="2011-09-07" status="draft"/> + <revision pkgversion="3.3.5" version="0.2" date="2012-01-18" status="draft"/> <credit type="author"> <name>Andre Klapper</name> <email>ak-47@gmx.net</email> @@ -21,7 +21,7 @@ <title>HTML emails are not correctly displayed</title> <p>If an HTML message is not correctly displayed in Evolution it might be that the formatting of the message is specified as <link href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</link>. CSS is currently not supported by gtkhtml (the part that is used to display HTML).</p> -<p>This will likely be fixed in version 3.4.</p> +<p>This will likely be fixed in version 3.6.</p> <p>For developers only: In future versions, Evolution will use WebKit instead of gtkhtml for displaying HTML. There is a branch named "<link href="http://git.gnome.org/browse/evolution?h=webkit">webkit</link>" in Evolution's code repository to test.</p> <note style="tip"><p>For missing characters in emails, see <link xref="mail-displaying-character-encodings">Character Encodings and Sets</link>.</p></note> |