diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-17 07:45:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-17 07:45:41 +0800 |
commit | 7d7d2b7729c4dc29b8b88062c0b023b1f85dc8a5 (patch) | |
tree | 35ea91ec453f131bab9bbb1da2610173bcaae5bb /camel/ChangeLog | |
parent | b6a3b64021ca544c738b9c68ea171712f7785acd (diff) | |
download | gsoc2013-evolution-7d7d2b7729c4dc29b8b88062c0b023b1f85dc8a5.tar.gz gsoc2013-evolution-7d7d2b7729c4dc29b8b88062c0b023b1f85dc8a5.tar.zst gsoc2013-evolution-7d7d2b7729c4dc29b8b88062c0b023b1f85dc8a5.zip |
Detect text/html parts that were marked as text/plain and re-tag them as
2002-12-16 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-part-utils.c
(simple_data_wrapper_construct_from_parser): Detect text/html
parts that were marked as text/plain and re-tag them as text/html
parts. Note: currently just checks if the first non-lwsp char is a
'<' - but we might need to be smarter about this? *sigh* Stupid
Windows mailers.
svn path=/trunk/; revision=19143
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 64768a5425..a811acd7cc 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,12 @@ 2002-12-16 Jeffrey Stedfast <fejj@ximian.com> + * camel-mime-part-utils.c + (simple_data_wrapper_construct_from_parser): Detect text/html + parts that were marked as text/plain and re-tag them as text/html + parts. Note: currently just checks if the first non-lwsp char is a + '<' - but we might need to be smarter about this? *sigh* Stupid + Windows mailers. + * camel-mime-filter-tohtml.c (camel_text_to_html): New convenience function to replace calls to e_text_to_html() in the mailer/composer etc. |