mhonarc-users

Re: mhonarc 2.1.0 and merging replies

1998-02-17 12:00:57
So, for example, I wanted the followups to look like this:
...
thread head message
<ol>
  <li>followup from References:
  <li>followup from Subject:
</ol>

With the resources as they are, I was only able to get this:
thread head message
<ol>
  <li>followup from References:
</ol>
<ol>
  <li>followup from Subject:
</ol>

I modified the code because I could not find a way to merge the lists.

Hmmm.  How about something like following:

<TLevels>
0
</TLevels>
<THead>
<ol>
</THead>
<TFoot>
</ol>
</TFoot>
<TTopBegin>
<li><a $A_ATTR$><strong>$SUBJECTNA$</strong></a> <i>$FROMNAME$</i>
</TTopBegin>
<TTopEnd>
</li>
</TTopEnd>
<TLiTxt>
<li><a $A_ATTR$><strong>$SUBJECTNA$</strong></a> <i>$FROMNAME$</i>
</TLiTxt>
<TLiEnd>
</li>
</TLiEnd>
<TSingleTxt>
<li><a $A_ATTR$><strong>$SUBJECTNA$</strong></a> <i>$FROMNAME$</i>
</li>
</TSingleTxt>
<TSubjectBeg>

</TSubjectBeg>

Of course you may want to change some of the resources to suit
your layout desires.

        --ewh

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