From 668745ff49d8f312c7d419a691cdab3e128ded06 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 3 Jun 2014 14:43:01 +0200 Subject: Bug 730738 - Extra new line at the beginning of the message in Edit as New --- em-format/e-mail-formatter-quote.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/em-format/e-mail-formatter-quote.c b/em-format/e-mail-formatter-quote.c index 1a7656875c..8eda05fa9b 100644 --- a/em-format/e-mail-formatter-quote.c +++ b/em-format/e-mail-formatter-quote.c @@ -90,9 +90,6 @@ mail_formatter_quote_run (EMailFormatter *formatter, NULL, cancellable, NULL); } - g_output_stream_write_all ( - stream, "
", 4, NULL, cancellable, NULL); - if (qf->priv->flags & E_MAIL_FORMATTER_QUOTE_FLAG_CITE) { string = "\n" -- cgit v1.2.3