aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-format.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-format.c')
-rw-r--r--mail/mail-format.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c
index a4e3f80fd8..c195579e9a 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -169,10 +169,8 @@ mail_format_mime_message (CamelMimeMessage *mime_message, MailDisplay *md)
free_data_urls);
}
- mail_html_write (md->html, md->stream, "<html>\n<body marginwidth=0 marginheight=0>\n");
write_headers (mime_message, md);
format_mime_part (CAMEL_MIME_PART (mime_message), md);
- mail_html_write (md->html, md->stream, "</body>\n</html>\n");
}