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.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c
index 790d420f18..d4840d63c7 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -1008,11 +1008,10 @@ handle_message_rfc822 (CamelMimePart *part, const char *mime_type,
g_return_if_fail (CAMEL_IS_MIME_MESSAGE (wrapper));
- mail_html_write (mfd->html, mfd->stream, "<center>"
- "<table border=1 width=\"95%%\"><tr><td>");
+ mail_html_write (mfd->html, mfd->stream, "<blockquote>");
mail_format_mime_message (CAMEL_MIME_MESSAGE (wrapper),
mfd->html, mfd->stream, mfd->root);
- mail_html_write (mfd->html, mfd->stream, "</td></tr></table></center>");
+ mail_html_write (mfd->html, mfd->stream, "</blockquote>");
}
static void