mhonarc-users

Re: Problems modifying mail headers

2003-12-22 11:48:28
At Monday 12/22/2003 10:10 AM, you wrote:

<Snip>

Gunnar,

That looks great, I'll give it a try & let you know how it goes.

Thanks for your help!!

Franko

The markup in those messages includes

    <!--X-User-Footer-->
    ...
    <!--X-User-Footer-End-->

which confirms that the MSGFOOT resource is included in the resource file.

When I looked at frames.mrc, I noticed that it already includes MSGFOOT:

    <MsgFoot>
    Partial thread listing:
    $TSLICE$
    </MsgFoot>

That makes me suspect that you include two occurrences of the MSGFOOT
resource in your resource file, while MHonArc is only able to store
one of them. You'd better edit the existing setting to your liking,
for instance like:

    <MsgFoot>
    Partial thread listing:
    $TSLICE$
    <hr>
    <ul>
    <li>From: $FROM$
    <li>Subject: $SUBJECTNA$
    <li>Date: $DATE$
    </ul>
    </MsgFoot>

HTH

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl


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