mhonarc-users

Re: Format=Flowed

2002-10-24 18:25:27
Earl Hood wrote:
On October 24, 2002 at 20:45, Gunnar Hjalmarsson wrote:
MHonArc seems to put only *quoted* lines that not end with a space within <pre></pre> elements, while other such lines are displayed with the default font.

Can you provide a test message that illustrates the problem?

Sure, see the attached message.

/ Gunnar




From username(_at_)domain(_dot_)com Sat Jan  1 00:00:00 2000
Received: from gunnar.cc (pm3-36.bahnhof.se [195.178.166.169]) by 
www18.1-host.com (8.11.6) id g9OGU9X13176 for <mhatest(_at_)gunnar(_dot_)cc>; 
Thu, 24 Oct 2002 10:30:10 -0600 (MDT)
Message-ID: <3DB81E0D(_dot_)7080202(_at_)gunnar(_dot_)cc>
Date: Thu, 24 Oct 2002 18:21:33 +0200
From: Gunnar Hjalmarsson <mailbox(_at_)gunnar(_dot_)cc>
To: mhatest(_at_)gunnar(_dot_)cc
Subject: Format flowed
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
X-UIDL: Xa_!!FJ^"!Ag%#!U0,"!

This row ends with [^ ]\r\n, and is converted to a fixed font.
This row ends with [^ ]\r\n, and is converted to a fixed font.
This row ends with [^ ]\r\n, and is converted to a fixed font.

But the rows below are converted to be displayed with the default 
font, even if they also end with [^ ]\r\n:

    for (split (/[&;]/, $in)) {
        ($name, $value) = split(/=/);
        $value =~ s/%(..)/pack("c",hex($1))/ge;
        $in{$name} = $value;
    }

Typically, when you post a code fragment, you want it to be viewed 
with a fixed font, don't you?

<Prev in Thread] Current Thread [Next in Thread>