2002-08-27  Peter Williams  <peterw@ximian.com>

	* mail-format.c (handle_text_plain_flowed): Fix bug #29493.

svn path=/trunk/; revision=17875
This commit is contained in:
Peter Williams
2002-08-27 16:22:46 +00:00
committed by Peter Williams
parent 5fc8162f25
commit f60610933f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-08-27 Peter Williams <peterw@ximian.com>
* mail-format.c (handle_text_plain_flowed): Fix bug #29493.
2002-08-26 Peter Williams <peterw@ximian.com>
* mail-callbacks.c (toggle_flags): Logic change for when untoggling

View File

@ -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;
}