<<< Date Index >>>     <<< Thread Index >>>

Re: format=flowed breakage



Hi,

* Thomas Roessler [07-03-20 10:46:04 +0100] wrote:

  if (islwsp (*s))
  {
    *d = ' ';
    d++;
    dlen--;
  }
    while (islwsp (*s) && *s)
    s++;

Yikes.  This looks as follows in the message on the wire.

SP SP SP } CR LF
SP SP SP CR LF
SP SP SP while ...

Sorry for the noise, I replied from the wrong mailbox too early and missed the thread.

Technically what the new f=f handler does is correct: line 2 (minus CRLF) ends in a space and starts a paragraph; the fixed line 3 is appended to it. I haven't tested, but it will look the same in other f=f aware mua.

  bye, ROcco
--
:wq!