<!-- MHonArc Resource File -->
<!-- mhonarc.mrc 28 Jun 2000 Joe Gray -->

<!-- Set umask -->
<UMASK>
022
</UMASK>

<!-- Break index into multiple pages with 20 messages per page. -->
<MULTIPG>

<IDXSIZE>
20
</IDXSIZE>

<!-- Since MULTIPG is on, add more navigation links to Main index page.
<ListBegin>
<ul>
<li><a href="$TIDXFNAME$">Thread Index</a></li>
</ul>
<table width="100%" border=0 cols=2 cellpadding=0 cellspacing=0>
<tbody>
<tr align="center">
<th colspan=4>Page $PAGENUM$ of $NUMOFPAGES$
<tr>
<td align="left">$PGLINK(PREV)$
<td align="right">[<a href="$PG(FIRST)$">First Page</a>]
<td align="left">[<a href="$PG(LAST)$">Last Page</a>]
<td align="right">$PGLINK(NEXT)$
</tbody>
</table>
<hr>
<ul>
</ListBegin>

<!-- Since MULTIPG is on, add more navigation links to Threaded index page.
<THead>
<ul>
<li><a href="$IDXFNAME$">Date Index</a></li>
</ul>
<table width="100%" border=0 cols=2 cellpadding=0 cellspacing=0>
<tbody>
<tr align="center">
<th colspan=4>Page $PAGENUM$ of $NUMOFPAGES$
<tr>
<td align="left">$PGLINK(TPREV)$
<td align="right">[<a href="$PG(TFIRST)$">First Page</a>]
<td align="left">[<a href="$PG(TLAST)$">Last Page</a>]
<td align="right">$PGLINK(TNEXT)$
</tbody>
</table>
<hr>
<ul>
</THead>

<!--	Specify date sorting.-->
<Sort>

<!-- Show only these fields in the message header. -->
<FieldOrder>
to
from
date
reply-to
</FieldOrder>

<!--	Change format of Date Index listing. -->
<LiTemplate>
<LI><STRONG>$SUBJECT$</STRONG>,
<EM>$YYYYMMDD$, $FROMNAME$</EM>
</LI>
</LiTemplate>

<!--	Force plain text messages to wordwrap. -->
<MIMEargs>
text/plain;maxwidth=80
</MIMEargs>