From c9030af34bae1fa74ca76e0ec59d29b22a765f45 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 23 Feb 2005 06:15:18 +0000 Subject: ** See bug #68866 2005-02-22 Not Zed ** See bug #68866 * em-format-quote.c (emfq_format_headers): line-feed after all headers for blind people. svn path=/trunk/; revision=28859 --- mail/em-format-quote.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/em-format-quote.c') diff --git a/mail/em-format-quote.c b/mail/em-format-quote.c index 602c57ed3d..b6a2dffc16 100644 --- a/mail/em-format-quote.c +++ b/mail/em-format-quote.c @@ -354,6 +354,8 @@ emfq_format_headers (EMFormatQuote *emfq, CamelStream *stream, CamelMedium *part emfq_format_header (emf, stream, part, h->name, h->flags, charset); h = h->next; } + + camel_stream_printf(stream, "
\n"); } static void -- cgit