summaryrefslogtreecommitdiff
path: root/mailman/mhonarc.mrc
blob: fcdf9b4e27f99addee7b87d8a33b2f0709115f0c (plain)
  1. <!-- MHonArc Resource File -->
  2. <!-- mhonarc.mrc 28 Jun 2000 Joe Gray -->
  3. <!-- Set umask -->
  4. <UMASK>
  5. 022
  6. </UMASK>
  7. <!-- Break index into multiple pages with 20 messages per page. -->
  8. <MULTIPG>
  9. <IDXSIZE>
  10. 20
  11. </IDXSIZE>
  12. <!-- Since MULTIPG is on, add more navigation links to Main index page.
  13. <ListBegin>
  14. <ul>
  15. <li><a href="$TIDXFNAME$">Thread Index</a></li>
  16. </ul>
  17. <table width="100%" border=0 cols=2 cellpadding=0 cellspacing=0>
  18. <tbody>
  19. <tr align="center">
  20. <th colspan=4>Page $PAGENUM$ of $NUMOFPAGES$
  21. <tr>
  22. <td align="left">$PGLINK(PREV)$
  23. <td align="right">[<a href="$PG(FIRST)$">First Page</a>]
  24. <td align="left">[<a href="$PG(LAST)$">Last Page</a>]
  25. <td align="right">$PGLINK(NEXT)$
  26. </tbody>
  27. </table>
  28. <hr>
  29. <ul>
  30. </ListBegin>
  31. <!-- Since MULTIPG is on, add more navigation links to Threaded index page.
  32. <THead>
  33. <ul>
  34. <li><a href="$IDXFNAME$">Date Index</a></li>
  35. </ul>
  36. <table width="100%" border=0 cols=2 cellpadding=0 cellspacing=0>
  37. <tbody>
  38. <tr align="center">
  39. <th colspan=4>Page $PAGENUM$ of $NUMOFPAGES$
  40. <tr>
  41. <td align="left">$PGLINK(TPREV)$
  42. <td align="right">[<a href="$PG(TFIRST)$">First Page</a>]
  43. <td align="left">[<a href="$PG(TLAST)$">Last Page</a>]
  44. <td align="right">$PGLINK(TNEXT)$
  45. </tbody>
  46. </table>
  47. <hr>
  48. <ul>
  49. </THead>
  50. <!-- Specify date sorting.-->
  51. <Sort>
  52. <!-- Show only these fields in the message header. -->
  53. <FieldOrder>
  54. to
  55. from
  56. date
  57. reply-to
  58. </FieldOrder>
  59. <!-- Change format of Date Index listing. -->
  60. <LiTemplate>
  61. <LI><STRONG>$SUBJECT$</STRONG>,
  62. <EM>$YYYYMMDD$, $FROMNAME$</EM>
  63. </LI>
  64. </LiTemplate>
  65. <!-- Force plain text messages to wordwrap. -->
  66. <MIMEargs>
  67. text/plain;maxwidth=80
  68. </MIMEargs>