(back on my mail from a month or so ago)
<TLevels>
0
</TLevels>
Unfortunately, setting <tlevels> to zero makes it so all the follow-ups
end up in one big list, i.e., <tsublist{beg,end}> don't get used. With
your settings, I end up with
thread #1 head
1. thread 1, first followup
2. thread 1, second followup
thread #2 head
3. thread 2, first followup
4. thread 2, second followup
My patch from before still applies, though now to mhthread.pl :-).
Thanks,
karl(_at_)atg(_dot_)com
Date: Tue, 17 Feb 1998 10:00:44 -0800
From: Earl Hood <ehood(_at_)hydra(_dot_)acs(_dot_)uci(_dot_)edu>
To: karlb(_at_)atg(_dot_)com
cc: mhonarc(_at_)rosat(_dot_)mpe-garching(_dot_)mpg(_dot_)de
Subject: Re: mhonarc 2.1.0 and merging replies
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