aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
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 c74ed0da0c..eed3d3e093 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1660,7 +1660,7 @@ static void efh_format_message(EMFormat *emf, CamelStream *stream, CamelMedium *
if (!efh->hide_headers)
efh_format_headers(efh, stream, part);
- camel_stream_printf(stream, "<table height=6><tr><td><a></a></td></tr></table>\n");
+ camel_stream_printf(stream, EM_FORMAT_HTML_VPAD);
em_format_part(emf, stream, (CamelMimePart *)part);
if (emf->message != (CamelMimeMessage *)part)