aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-quote.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-02-23 14:15:18 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-02-23 14:15:18 +0800
commitc9030af34bae1fa74ca76e0ec59d29b22a765f45 (patch)
treec8a0c8981caec4adda9aef62422549caf3430dc3 /mail/em-format-quote.c
parent815b5833cc16c2c342aec88e0d33ce2ef0a36a91 (diff)
downloadgsoc2013-evolution-c9030af34bae1fa74ca76e0ec59d29b22a765f45.tar
gsoc2013-evolution-c9030af34bae1fa74ca76e0ec59d29b22a765f45.tar.gz
gsoc2013-evolution-c9030af34bae1fa74ca76e0ec59d29b22a765f45.tar.bz2
gsoc2013-evolution-c9030af34bae1fa74ca76e0ec59d29b22a765f45.tar.lz
gsoc2013-evolution-c9030af34bae1fa74ca76e0ec59d29b22a765f45.tar.xz
gsoc2013-evolution-c9030af34bae1fa74ca76e0ec59d29b22a765f45.tar.zst
gsoc2013-evolution-c9030af34bae1fa74ca76e0ec59d29b22a765f45.zip
** See bug #68866
2005-02-22 Not Zed <NotZed@Ximian.com> ** See bug #68866 * em-format-quote.c (emfq_format_headers): line-feed after all headers for blind people. svn path=/trunk/; revision=28859
Diffstat (limited to 'mail/em-format-quote.c')
-rw-r--r--mail/em-format-quote.c2
1 files changed, 2 insertions, 0 deletions
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, "<br>\n");
}
static void