From 08e6ede22adccfa0eb798135113b3e74dae0fa8d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 3 May 2001 20:54:07 +0000 Subject: #include * message-list.c: #include * mail-ops.c (get_folderinfo_get): * subscribe-dialog.c (build_tree): Update for camel_store_get_folder_info prototype change. * mail-format.c (handle_text_plain_flowed): Improve more on the fix from the other day: the first level of indentation adds blank lines, but further levels don't... svn path=/trunk/; revision=9660 --- mail/mail-format.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mail/mail-format.c') diff --git a/mail/mail-format.c b/mail/mail-format.c index 81766f6206..5e5975f211 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -978,14 +978,14 @@ handle_text_plain_flowed (char *buf, MailDisplay *md) mail_html_write (md->html, md->stream, "", citation_color); + if (br_pending) + br_pending--; } while (quoting > prevquoting) { mail_html_write (md->html, md->stream, "
"); prevquoting++; } - if (br_pending) - br_pending--; while (quoting < prevquoting) { mail_html_write (md->html, md->stream, "
"); @@ -994,6 +994,8 @@ handle_text_plain_flowed (char *buf, MailDisplay *md) if (quoting == 0) { mail_html_write (md->html, md->stream, "
\n"); + if (br_pending) + br_pending--; } } -- cgit v1.2.3