Fix bug #29493.
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:
committed by
Peter Williams
parent
5fc8162f25
commit
f60610933f
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user