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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c
index 00e4c4ee23..32e6a7a27b 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -1323,6 +1323,8 @@ handle_text_plain_flowed (char *buf, MailDisplay *md, GtkHTML *html, GtkHTMLStre
len = strlen (p);
if (len == 0) {
br_pending++;
+ if (!eol)
+ break;
continue;
}