aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-text-html.c
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-06-26 19:39:47 +0800
committerDan Vrátil <dvratil@redhat.com>2012-06-26 19:40:59 +0800
commit99a875edae6c57fd6540818d3f0da994b135a068 (patch)
tree53acc10d4dd0d44b569a0a2052e8a4300d2ef4a2 /em-format/e-mail-formatter-text-html.c
parent137eec97eb4f3d25f662e651c168d67e7e9e85e4 (diff)
downloadgsoc2013-evolution-99a875edae6c57fd6540818d3f0da994b135a068.tar
gsoc2013-evolution-99a875edae6c57fd6540818d3f0da994b135a068.tar.gz
gsoc2013-evolution-99a875edae6c57fd6540818d3f0da994b135a068.tar.bz2
gsoc2013-evolution-99a875edae6c57fd6540818d3f0da994b135a068.tar.lz
gsoc2013-evolution-99a875edae6c57fd6540818d3f0da994b135a068.tar.xz
gsoc2013-evolution-99a875edae6c57fd6540818d3f0da994b135a068.tar.zst
gsoc2013-evolution-99a875edae6c57fd6540818d3f0da994b135a068.zip
Bug #515004 - Allow toggling between text and HTML view of mail
Diffstat (limited to 'em-format/e-mail-formatter-text-html.c')
-rw-r--r--em-format/e-mail-formatter-text-html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/em-format/e-mail-formatter-text-html.c b/em-format/e-mail-formatter-text-html.c
index 8834994496..e5d25a39b7 100644
--- a/em-format/e-mail-formatter-text-html.c
+++ b/em-format/e-mail-formatter-text-html.c
@@ -309,12 +309,13 @@ emfe_text_html_format (EMailFormatterExtension *extension,
"<div class=\"part-container-nostyle\">"
"<iframe width=\"100%%\" height=\"10\" "
" frameborder=\"0\" src=\"%s\" "
- " id=\"%s.iframe\" "
+ " id=\"%s.iframe\" name=\"%s\" "
" style=\"border: 1px solid #%06x; background-color: #%06x;\">"
"</iframe>"
"</div>",
uri,
part->id,
+ part->id,
e_color_to_value ((GdkColor *)
e_mail_formatter_get_color (
formatter, E_MAIL_FORMATTER_COLOR_FRAME)),