diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-10-04 11:14:00 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-10-04 11:14:00 +0000 |
commit | 9f6c2276930b0123aa461c7c1fc517ecaf0156e6 (patch) | |
tree | 089f76065ac8b2737c6cc0f8b7dc527342ed966c /mailman | |
parent | d712a7626f81a26ac5053dbf52f62266630095f0 (diff) |
mailman: Add mhonarc script (undocumented for now...).
Diffstat (limited to 'mailman')
-rw-r--r-- | mailman/mhonarc.mrc | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/mailman/mhonarc.mrc b/mailman/mhonarc.mrc new file mode 100644 index 0000000..fcdf9b4 --- /dev/null +++ b/mailman/mhonarc.mrc @@ -0,0 +1,77 @@ +<!-- 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> |