> I simply want to make my Mhonarc indexes (I use the defaults, order and
> thread) display the date of the message.
> 
> ...
>
> I just want the indexes (at least the order one anyway) to look like:
> 
> - <SUBJECT>
>       - <FROM>
>       - <DATE>
> 
> instead of the 
> 
> - <SUBJECT>
>       - <FROM>
> 
> that is the default.
> 

   Try to insert this in your RCFILE:

<LITEMPLATE>
<LI><STRONG>$SUBJECT$</STRONG>
<UL>
  <LI><EM>From</EM>: $FROM$</LI>
  <LI><EM>Date</EM>: $DATE$</LI>
</UL>
</LI>
</LITEMPLATE>

Reply via email to