Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / doc / MHonArc / resources.html
CommitLineData
86530b38
AT
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
2<html>
3<head>
4<title>MHonArc v2.5 -- Resources</title>
5</head>
6<!--
7<BODY background="ssbg75.jpg"
8 text="#000000" link="#0000ee" vlink="#551a8b" alink="ff0000">
9-->
10<BODY>
11
12<!--X-NavButtons-Start-->
13<table width="100%">
14<tr valign="top">
15<td align="left"><nobr><a href="layout.html"><img src="prev.png"border=0 alt="[Prev]"></a>&nbsp;&nbsp;&nbsp;</nobr></td><td align="center" width="99%"><a href="mhonarc.html"><img src="up.png" border=0 alt="[TOC]"></a><a href="faq/faq.html"><img src="faq.png" border=0 alt="[FAQ]"></a><a href="app-bugs.html"><img src="bug.png" border=0 alt="[Bugs]"></a><a href="http://www.mhonarc.org/"><img src="home.png" border=0 alt="[Home]"></a></td><td align="right"><nobr>&nbsp;&nbsp;&nbsp;<a href="rcvars.html"><img src="next.png" border=0 alt="[Next]"></a></nobr></td></tr></table>
16<!--X-NavButtons-End-->
17<hr>
18<h1><a name="resources">Resources</a></h1>
19
20<!--X-TOC-Start-->
21<ul>
22<li><a href="#overview">Overview</a>
23<li><a href="#types">Resource Types</a>
24<li><a href="#index">Resource Index</a>
25<ul>
26<li><small><a href="#rclist">Resource list</a></small>
27</ul>
28</ul>
29<!--X-TOC-End-->
30
31<!-- *************************************************************** -->
32<hr>
33<h2><a name="overview">Overview</a></h2>
34
35<p>All the behavior of MHonArc is controlled by resources.
36Resources may be set via environment variables (<em>envariables</em>
37for short), command-line options, and/or elements in a
38<a href="resources/rcfile.html">resource file</a>.
39For example, the <a href="resources/maxsize.html">MAXSIZE</a>
40resource tells
41MHonArc the maximum number of messages in an archive. To set
42the resource, you can use the <strong><code>-maxsize</code></strong>
43command-line option, the <strong>M2H_MAXSIZE</strong> envariable, or the
44<strong><code>&lt;MAXSIZE&gt;</code></strong> resource file element.
45</p>
46
47<p>For information on the syntax and usage of MHonArc resource files,
48see the <a href="resources/rcfile.html">RCFILE</a> resource.
49</p>
50
51<!-- *************************************************************** -->
52<hr>
53<h2><a name="types">Resource Types</a></h2>
54
55<p>There are four basic types of resources:
56</p>
57
58<dl>
59<dt><strong>boolean</strong>
60<dd><p>Boolean resources are resources that are either
61on or off; active or deactive; or true or false. They basically
62work as flags for controlling MHonArc behavior.
63</p>
64</dd>
65<dt><strong>string</strong>
66<dd><p>The resource represents a string value. How the
67string value is used depends on the resource.
68</p>
69</dd>
70<dt><strong>list</strong>
71<dd><p>The resource is a list of values. How the list
72is used depends on the resource.
73</p>
74</dd>
75<dt><strong>one-shot</strong>
76<dd><p>One-shot resources are resources that
77apply only to the current MHonArc process. You can
78tell if a resource is a one-shot by checking if the resource
79cannot be defined by a resource file element. One-shot
80resources are set only by command-line options or envariables.
81</p>
82</dd>
83
84</dl>
85
86<p>A resource's type can be determined by reading the description
87for the resource.
88</p>
89
90<p>All resources, except one-shots, are stored with the archive
91in a simple database. Therefore, after the first time you run
92MHonArc on an archive, you do not need to respecify the
93resources. MHonArc will remember your settings so subsequent
94archive updates are faster to execute.
95</p>
96
97<!-- *************************************************************** -->
98<hr>
99<h2><a name="index">Resource Index</a></h2>
100
101<p>Each resource is described on its own page.
102Each resource page uses the following template:
103</p>
104
105<blockquote>
106<dl>
107<dt><strong>Syntax</strong></dt>
108<dd><p>Brief synopsis on how the resource can be defined.
109Command-line options take precedence over resource file elements.
110Resource file elements take precedence over environment
111variables ("<em>envariables</em>" for short). See
112<a href="resources/rcfile.html">RCFILE</a> for more information
113on how resources are defined in a resource file. See
114your system's documentation on how to define
115envariables.</p>
116</dd>
117<dt><strong>Description</strong></dt>
118<dd><p>Description of the resource.
119</p></dd>
120<dt><strong>Default Setting</strong></dt>
121<dd><p>The default value of the resource, if applicable.
122</p></dd>
123<dt><strong>Resource Variables</strong></dt>
124<dd><p>Applicable <a href="rcvars.html">resource variables</a>
125that can be used for the resource.
126</p></dd>
127<dt><strong>Examples</strong></dt>
128<dd><p>Example uses of the resource.
129</p></dd>
130<dt><strong>Version</strong></dt>
131<dd><p>The version of MHonArc the resource became available. Note,
132the actual description of the resource may not be applicable for
133the version number listed. I.e. The behavior of the resource may
134have changed in later releases. Therefore, the description of
135the resource may be applicable for a later version of MHonArc than
136from the version of MHonArc the resource first came available.
137</p></dd>
138<dt><strong>See Also</strong></dt>
139<dd><p>Links to any related resources.
140</p></dd>
141</dl>
142</blockquote>
143
144<h3><a name="rclist">Resource list</a></h3>
145
146<p>The following is a list of all the MHonArc resources available.
147For a list of resource by envariable, resource file element, and/or
148command-line option, see
149<a href="app-rcidx.html">Appendix: Resource Indexes</a>.
150</p>
151
152<!--X-Resource-Index-Start-->
153<table border=0>
154<tr>
155<td align="right"><b>Resource</b></td><td><b>Description</b></td>
156</tr>
157<tr valign="top"><td align="right"><b><a name="add" href="resources/add.html">ADD</a></b></td><td>&nbsp;Add messages to the archive.</td></tr>
158<tr valign="top"><td align="right"><b><a name="addressmodifycode" href="resources/addressmodifycode.html">ADDRESSMODIFYCODE</a></b></td><td>&nbsp;Perl expressions modifying displayed addresses in headers.</td></tr>
159<tr valign="top"><td align="right"><b><a name="afs" href="resources/afs.html">AFS</a></b></td><td>&nbsp;Skip archive directory permission check.</td></tr>
160<tr valign="top"><td align="right"><b><a name="annotate" href="resources/annotate.html">ANNOTATE</a></b></td><td>&nbsp;Add/set annotation for message(s).</td></tr>
161<tr valign="top"><td align="right"><b><a name="archive" href="resources/archive.html">ARCHIVE</a></b></td><td>&nbsp;Create archive.</td></tr>
162<tr valign="top"><td align="right"><b><a name="authorbegin" href="resources/authorbegin.html">AUTHORBEGIN</a></b></td><td>&nbsp;Markup at the start of a author group.</td></tr>
163<tr valign="top"><td align="right"><b><a name="authorend" href="resources/authorend.html">AUTHOREND</a></b></td><td>&nbsp;Markup at the end of a author group.</td></tr>
164<tr valign="top"><td align="right"><b><a name="authsort" href="resources/authsort.html">AUTHSORT</a></b></td><td>&nbsp;Sort main index by author.</td></tr>
165<tr valign="top"><td align="right"><b><a name="botlinks" href="resources/botlinks.html">BOTLINKS</a></b></td><td>&nbsp;Links markup at the bottom of message pages.</td></tr>
166<tr valign="top"><td align="right"><b><a name="charsetconverters" href="resources/charsetconverters.html">CHARSETCONVERTERS</a></b></td><td>&nbsp;Charater set filter functions.</td></tr>
167<tr valign="top"><td align="right"><b><a name="checknoarchive" href="resources/checknoarchive.html">CHECKNOARCHIVE</a></b></td><td>&nbsp;Honor "no archive" flag in messages.</td></tr>
168<tr valign="top"><td align="right"><b><a name="conlen" href="resources/conlen.html">CONLEN</a></b></td><td>&nbsp;Use Content-Length value.</td></tr>
169<tr valign="top"><td align="right"><b><a name="datefields" href="resources/datefields.html">DATEFIELDS</a></b></td><td>&nbsp;List of fields to extract date of message.</td></tr>
170<tr valign="top"><td align="right"><b><a name="daybegin" href="resources/daybegin.html">DAYBEGIN</a></b></td><td>&nbsp;Markup at the start of a day group.</td></tr>
171<tr valign="top"><td align="right"><b><a name="dayend" href="resources/dayend.html">DAYEND</a></b></td><td>&nbsp;Markup at the end of a day group.</td></tr>
172<tr valign="top"><td align="right"><b><a name="dbfile" href="resources/dbfile.html">DBFILE</a></b></td><td>&nbsp;Name of archive database file.</td></tr>
173<tr valign="top"><td align="right"><b><a name="decodeheads" href="resources/decodeheads.html">DECODEHEADS</a></b></td><td>&nbsp;Store "decode-only" characters sets in raw form.</td></tr>
174<tr valign="top"><td align="right"><b><a name="definederived" href="resources/definederived.html">DEFINEDERIVED</a></b></td><td>&nbsp;Define extra file(s) to generate for each message page.</td></tr>
175<tr valign="top"><td align="right"><b><a name="definevar" href="resources/definevar.html">DEFINEVAR</a></b></td><td>&nbsp;Define a custom resource variable.</td></tr>
176<tr valign="top"><td align="right"><b><a name="defrcfile" href="resources/defrcfile.html">DEFRCFILE</a></b></td><td>&nbsp;Pathname of default resource file.</td></tr>
177<tr valign="top"><td align="right"><b><a name="defrcname" href="resources/defrcname.html">DEFRCNAME</a></b></td><td>&nbsp;Name of default resource file.</td></tr>
178<tr valign="top"><td align="right"><b><a name="doc" href="resources/doc.html">DOC</a></b></td><td>&nbsp;Add link to documentation.</td></tr>
179<tr valign="top"><td align="right"><b><a name="docurl" href="resources/docurl.html">DOCURL</a></b></td><td>&nbsp;URL to documentation</td></tr>
180<tr valign="top"><td align="right"><b><a name="editidx" href="resources/editidx.html">EDITIDX</a></b></td><td>&nbsp;Modify archive with new resource settings.</td></tr>
181<tr valign="top"><td align="right"><b><a name="excs" href="resources/excs.html">EXCS</a></b></td><td>&nbsp;List of header fields to exclude.</td></tr>
182<tr valign="top"><td align="right"><b><a name="expireage" href="resources/expireage.html">EXPIREAGE</a></b></td><td>&nbsp;Length of time to keep a message in an archive.</td></tr>
183<tr valign="top"><td align="right"><b><a name="expiredate" href="resources/expiredate.html">EXPIREDATE</a></b></td><td>&nbsp;Expiration of date of message.</td></tr>
184<tr valign="top"><td align="right"><b><a name="fieldorder" href="resources/fieldorder.html">FIELDORDER</a></b></td><td>&nbsp;Order to display message header fields.</td></tr>
185<tr valign="top"><td align="right"><b><a name="fieldsbeg" href="resources/fieldsbeg.html">FIELDSBEG</a></b></td><td>&nbsp;Beginning markup of message header.</td></tr>
186<tr valign="top"><td align="right"><b><a name="fieldsend" href="resources/fieldsend.html">FIELDSEND</a></b></td><td>&nbsp;Ending markup of message header.</td></tr>
187<tr valign="top"><td align="right"><b><a name="fieldstyles" href="resources/fieldstyles.html">FIELDSTYLES</a></b></td><td>&nbsp;Define HTML elements that wrap field text of message headers.</td></tr>
188<tr valign="top"><td align="right"><b><a name="firstpglink" href="resources/firstpglink.html">FIRSTPGLINK</a></b></td><td>&nbsp;Link markup for first page of main index.</td></tr>
189<tr valign="top"><td align="right"><b><a name="fldbeg" href="resources/fldbeg.html">FLDBEG</a></b></td><td>&nbsp;Markup before field text.</td></tr>
190<tr valign="top"><td align="right"><b><a name="fldend" href="resources/fldend.html">FLDEND</a></b></td><td>&nbsp;Markup after field text.</td></tr>
191<tr valign="top"><td align="right"><b><a name="folrefs" href="resources/folrefs.html">FOLREFS</a></b></td><td>&nbsp;Print links links to explicit follow-ups and references.</td></tr>
192<tr valign="top"><td align="right"><b><a name="folupbegin" href="resources/folupbegin.html">FOLUPBEGIN</a></b></td><td>&nbsp;Beginning markup of follow-up links in message pages.</td></tr>
193<tr valign="top"><td align="right"><b><a name="folupend" href="resources/folupend.html">FOLUPEND</a></b></td><td>&nbsp;Ending markup of follow-up links in message pages.</td></tr>
194<tr valign="top"><td align="right"><b><a name="foluplitxt" href="resources/foluplitxt.html">FOLUPLITXT</a></b></td><td>&nbsp;Markup for a follow-up link.</td></tr>
195<tr valign="top"><td align="right"><b><a name="force" href="resources/force.html">FORCE</a></b></td><td>&nbsp;Force archive operation even if lock cannot be obtained.</td></tr>
196<tr valign="top"><td align="right"><b><a name="fromfields" href="resources/fromfields.html">FROMFIELDS</a></b></td><td>&nbsp;List of fields to extract author of a message.</td></tr>
197<tr valign="top"><td align="right"><b><a name="genidx" href="resources/genidx.html">GENIDX</a></b></td><td>&nbsp;Generate a message index to standard output.</td></tr>
198<tr valign="top"><td align="right"><b><a name="gmtdatefmt" href="resources/gmtdatefmt.html">GMTDATEFMT</a></b></td><td>&nbsp;Conversion specification for GMT dates.</td></tr>
199<tr valign="top"><td align="right"><b><a name="gzipexe" href="resources/gzipexe.html">GZIPEXE</a></b></td><td>&nbsp;Pathname to gzip executable.</td></tr>
200<tr valign="top"><td align="right"><b><a name="gzipfiles" href="resources/gzipfiles.html">GZIPFILES</a></b></td><td>&nbsp;Gzip files.</td></tr>
201<tr valign="top"><td align="right"><b><a name="gziplinks" href="resources/gziplinks.html">GZIPLINKS</a></b></td><td>&nbsp;Assume files are gzipped when creating links.</td></tr>
202<tr valign="top"><td align="right"><b><a name="headbodysep" href="resources/headbodysep.html">HEADBODYSEP</a></b></td><td>&nbsp;Markup separating the message head from the body.</td></tr>
203<tr valign="top"><td align="right"><b><a name="htmlext" href="resources/htmlext.html">HTMLEXT</a></b></td><td>&nbsp;Extension to use for HTML files.</td></tr>
204<tr valign="top"><td align="right"><b><a name="icons" href="resources/icons.html">ICONS</a></b></td><td>&nbsp;Content-type to icon mapping.</td></tr>
205<tr valign="top"><td align="right"><b><a name="idxfname" href="resources/idxfname.html">IDXFNAME</a></b></td><td>&nbsp;Filename for main (first) index page.</td></tr>
206<tr valign="top"><td align="right"><b><a name="idxlabel" href="resources/idxlabel.html">IDXLABEL</a></b></td><td>&nbsp;Label for main index.</td></tr>
207<tr valign="top"><td align="right"><b><a name="idxpgbegin" href="resources/idxpgbegin.html">IDXPGBEGIN</a></b></td><td>&nbsp;Beginning markup for main index pages.</td></tr>
208<tr valign="top"><td align="right"><b><a name="idxpgend" href="resources/idxpgend.html">IDXPGEND</a></b></td><td>&nbsp;Ending markup for main index pages.</td></tr>
209<tr valign="top"><td align="right"><b><a name="idxpgssmarkup" href="resources/idxpgssmarkup.html">IDXPGSSMARKUP</a></b></td><td>&nbsp;Markup at the beginning of all index pages.</td></tr>
210<tr valign="top"><td align="right"><b><a name="idxprefix" href="resources/idxprefix.html">IDXPREFIX</a></b></td><td>&nbsp;Filename prefix for multi-page main index.</td></tr>
211<tr valign="top"><td align="right"><b><a name="idxsize" href="resources/idxsize.html">IDXSIZE</a></b></td><td>&nbsp;Size of each index page.</td></tr>
212<tr valign="top"><td align="right"><b><a name="include" href="resources/include.html">INCLUDE</a></b></td><td>&nbsp;Include a resource file.</td></tr>
213<tr valign="top"><td align="right"><b><a name="keeponrmm" href="resources/keeponrmm.html">KEEPONRMM</a></b></td><td>&nbsp;Do not physically delete message files when message removed from archive.</td></tr>
214<tr valign="top"><td align="right"><b><a name="labelbeg" href="resources/labelbeg.html">LABELBEG</a></b></td><td>&nbsp;Beginning markup of the label text of a message field.</td></tr>
215<tr valign="top"><td align="right"><b><a name="labelend" href="resources/labelend.html">LABELEND</a></b></td><td>&nbsp;End markup of the label text of a message field.</td></tr>
216<tr valign="top"><td align="right"><b><a name="labelstyles" href="resources/labelstyles.html">LABELSTYLES</a></b></td><td>&nbsp;Define HTML elements to wrap message header field labels.</td></tr>
217<tr valign="top"><td align="right"><b><a name="lastpglink" href="resources/lastpglink.html">LASTPGLINK</a></b></td><td>&nbsp;Link markup for last page of main index.</td></tr>
218<tr valign="top"><td align="right"><b><a name="listbegin" href="resources/listbegin.html">LISTBEGIN</a></b></td><td>&nbsp;Markup to begin main index message listing.</td></tr>
219<tr valign="top"><td align="right"><b><a name="listend" href="resources/listend.html">LISTEND</a></b></td><td>&nbsp;Markup to end main index message listing.</td></tr>
220<tr valign="top"><td align="right"><b><a name="litemplate" href="resources/litemplate.html">LITEMPLATE</a></b></td><td>&nbsp;Markup for an entry in the main index message list.</td></tr>
221<tr valign="top"><td align="right"><b><a name="localdatefmt" href="resources/localdatefmt.html">LOCALDATEFMT</a></b></td><td>&nbsp;Conversion specification for printing local date.</td></tr>
222<tr valign="top"><td align="right"><b><a name="lock" href="resources/lock.html">LOCK</a></b></td><td>&nbsp;Perform a lock on the archive.</td></tr>
223<tr valign="top"><td align="right"><b><a name="lockdelay" href="resources/lockdelay.html">LOCKDELAY</a></b></td><td>&nbsp;Wait time between lock attempts.</td></tr>
224<tr valign="top"><td align="right"><b><a name="lockfile" href="resources/lockfile.html">LOCKFILE</a></b></td><td>&nbsp;Name of the lock file.</td></tr>
225<tr valign="top"><td align="right"><b><a name="lockmethod" href="resources/lockmethod.html">LOCKMETHOD</a></b></td><td>&nbsp;How archive locks are done.</td></tr>
226<tr valign="top"><td align="right"><b><a name="locktries" href="resources/locktries.html">LOCKTRIES</a></b></td><td>&nbsp;Total number of time to attempt a lock before failing.</td></tr>
227<tr valign="top"><td align="right"><b><a name="mailto" href="resources/mailto.html">MAILTO</a></b></td><td>&nbsp;Convert email addresses in message headers to hyperlinks.</td></tr>
228<tr valign="top"><td align="right"><b><a name="mailtourl" href="resources/mailtourl.html">MAILTOURL</a></b></td><td>&nbsp;URL template to use when MAILTO is set.</td></tr>
229<tr valign="top"><td align="right"><b><a name="main" href="resources/main.html">MAIN</a></b></td><td>&nbsp;Create main index.</td></tr>
230<tr valign="top"><td align="right"><b><a name="maxsize" href="resources/maxsize.html">MAXSIZE</a></b></td><td>&nbsp;Maximum number of messages in an archive.</td></tr>
231<tr valign="top"><td align="right"><b><a name="mhpattern" href="resources/mhpattern.html">MHPATTERN</a></b></td><td>&nbsp;Regex for matching message files in an MH folder (directory).</td></tr>
232<tr valign="top"><td align="right"><b><a name="mimealtprefs" href="resources/mimealtprefs.html">MIMEALTPREFS</a></b></td><td>&nbsp;Content-type preferences for <tt>multipart/alternative</tt> data.</td></tr>
233<tr valign="top"><td align="right"><b><a name="mimeargs" href="resources/mimeargs.html">MIMEARGS</a></b></td><td>&nbsp;Arguments to MIME filters.</td></tr>
234<tr valign="top"><td align="right"><b><a name="mimedecoders" href="resources/mimedecoders.html">MIMEDECODERS</a></b></td><td>&nbsp;Content-Transfer-Encoding decoding functions.</td></tr>
235<tr valign="top"><td align="right"><b><a name="mimeexcs" href="resources/mimeexcs.html">MIMEEXCS</a></b></td><td>&nbsp;Content-types to exclude.</td></tr>
236<tr valign="top"><td align="right"><b><a name="mimefilters" href="resources/mimefilters.html">MIMEFILTERS</a></b></td><td>&nbsp;Mapping of MIME filters to content-types.</td></tr>
237<tr valign="top"><td align="right"><b><a name="modtime" href="resources/modtime.html">MODTIME</a></b></td><td>&nbsp;Set modification time on message files to message dates.</td></tr>
238<tr valign="top"><td align="right"><b><a name="months" href="resources/months.html">MONTHS</a></b></td><td>&nbsp;Month names.</td></tr>
239<tr valign="top"><td align="right"><b><a name="monthsabr" href="resources/monthsabr.html">MONTHSABR</a></b></td><td>&nbsp;Abbreviated month names.</td></tr>
240<tr valign="top"><td align="right"><b><a name="msgbodyend" href="resources/msgbodyend.html">MSGBODYEND</a></b></td><td>&nbsp;Markup after the message body.</td></tr>
241<tr valign="top"><td align="right"><b><a name="msgexcfilter" href="resources/msgexcfilter.html">MSGEXCFILTER</a></b></td><td>&nbsp;Perl expression(s) to selectively exclude messages.</td></tr>
242<tr valign="top"><td align="right"><b><a name="msgfoot" href="resources/msgfoot.html">MSGFOOT</a></b></td><td>&nbsp;Markup at the foot of each message page.</td></tr>
243<tr valign="top"><td align="right"><b><a name="msggmtdatefmt" href="resources/msggmtdatefmt.html">MSGGMTDATEFMT</a></b></td><td>&nbsp;GMT conversion specification for message dates.</td></tr>
244<tr valign="top"><td align="right"><b><a name="msghead" href="resources/msghead.html">MSGHEAD</a></b></td><td>&nbsp;Markup at the head of each message page.</td></tr>
245<tr valign="top"><td align="right"><b><a name="msgidlink" href="resources/msgidlink.html">MSGIDLINK</a></b></td><td>&nbsp;Hyperlink markup for embedded message-ids in message pages.</td></tr>
246<tr valign="top"><td align="right"><b><a name="msglocaldatefmt" href="resources/msglocaldatefmt.html">MSGLOCALDATEFMT</a></b></td><td>&nbsp;Local conversion specification for message dates.</td></tr>
247<tr valign="top"><td align="right"><b><a name="msgpgbegin" href="resources/msgpgbegin.html">MSGPGBEGIN</a></b></td><td>&nbsp;Starting markup for each message page.</td></tr>
248<tr valign="top"><td align="right"><b><a name="msgpgend" href="resources/msgpgend.html">MSGPGEND</a></b></td><td>&nbsp;Ending markup for each message page.</td></tr>
249<tr valign="top"><td align="right"><b><a name="msgpgs" href="resources/msgpgs.html">MSGPGS</a></b></td><td>&nbsp;Print message pages.</td></tr>
250<tr valign="top"><td align="right"><b><a name="msgpgssmarkup" href="resources/msgpgssmarkup.html">MSGPGSSMARKUP</a></b></td><td>&nbsp;Markup at the beginning of all message pages.</td></tr>
251<tr valign="top"><td align="right"><b><a name="msgprefix" href="resources/msgprefix.html">MSGPREFIX</a></b></td><td>&nbsp;Prefix for message page filenames.</td></tr>
252<tr valign="top"><td align="right"><b><a name="msgsep" href="resources/msgsep.html">MSGSEP</a></b></td><td>&nbsp;Regex for matching message separator in mailbox files.</td></tr>
253<tr valign="top"><td align="right"><b><a name="multipg" href="resources/multipg.html">MULTIPG</a></b></td><td>&nbsp;Create multi-page indexes.</td></tr>
254<tr valign="top"><td align="right"><b><a name="news" href="resources/news.html">NEWS</a></b></td><td>&nbsp;Hyperlink newsgroups in message headers.</td></tr>
255<tr valign="top"><td align="right"><b><a name="nextbutton" href="resources/nextbutton.html">NEXTBUTTON</a></b></td><td>&nbsp;Button markup for next message by main index.</td></tr>
256<tr valign="top"><td align="right"><b><a name="nextbuttonia" href="resources/nextbuttonia.html">NEXTBUTTONIA</a></b></td><td>&nbsp;Inactive button markup for next message by main index.</td></tr>
257<tr valign="top"><td align="right"><b><a name="nextlink" href="resources/nextlink.html">NEXTLINK</a></b></td><td>&nbsp;Link markup for next message by main index.</td></tr>
258<tr valign="top"><td align="right"><b><a name="nextlinkia" href="resources/nextlinkia.html">NEXTLINKIA</a></b></td><td>&nbsp;Inactive link markup for next message by main index.</td></tr>
259<tr valign="top"><td align="right"><b><a name="nextpglink" href="resources/nextpglink.html">NEXTPGLINK</a></b></td><td>&nbsp;Link markup for next page of main index.</td></tr>
260<tr valign="top"><td align="right"><b><a name="nextpglinkia" href="resources/nextpglinkia.html">NEXTPGLINKIA</a></b></td><td>&nbsp;Inactive link markup for next page of main index.</td></tr>
261<tr valign="top"><td align="right"><b><a name="nosubjecttxt" href="resources/nosubjecttxt.html">NOSUBJECTTXT</a></b></td><td>&nbsp;Raw subject text to use for messages without a subject.</td></tr>
262<tr valign="top"><td align="right"><b><a name="note" href="resources/note.html">NOTE</a></b></td><td>&nbsp;Markup for representing the annotation of a message.</td></tr>
263<tr valign="top"><td align="right"><b><a name="notedir" href="resources/notedir.html">NOTEDIR</a></b></td><td>&nbsp;Directory to store annotations.</td></tr>
264<tr valign="top"><td align="right"><b><a name="noteia" href="resources/noteia.html">NOTEIA</a></b></td><td>&nbsp;Markup when no annotation is available for a message.</td></tr>
265<tr valign="top"><td align="right"><b><a name="notetext" href="resources/notetext.html">NOTETEXT</a></b></td><td>&nbsp;Annotation text.</td></tr>
266<tr valign="top"><td align="right"><b><a name="otherindexes" href="resources/otherindexes.html">OTHERINDEXES</a></b></td><td>&nbsp;List of alternate indexes to create for an archive.</td></tr>
267<tr valign="top"><td align="right"><b><a name="outdir" href="resources/outdir.html">OUTDIR</a></b></td><td>&nbsp;Location of archive.</td></tr>
268<tr valign="top"><td align="right"><b><a name="perlinc" href="resources/perlinc.html">PERLINC</a></b></td><td>&nbsp;Additional Perl include paths.</td></tr>
269<tr valign="top"><td align="right"><b><a name="posixstrftime" href="resources/posixstrftime.html">POSIXSTRFTIME</a></b></td><td>&nbsp;Use POSIX's strftime() for converted time format strings.</td></tr>
270<tr valign="top"><td align="right"><b><a name="prevbutton" href="resources/prevbutton.html">PREVBUTTON</a></b></td><td>&nbsp;Button markup for previous message by main index.</td></tr>
271<tr valign="top"><td align="right"><b><a name="prevbuttonia" href="resources/prevbuttonia.html">PREVBUTTONIA</a></b></td><td>&nbsp;Inactive button markup for previous message by main index.</td></tr>
272<tr valign="top"><td align="right"><b><a name="prevlink" href="resources/prevlink.html">PREVLINK</a></b></td><td>&nbsp;Link markup for previous message by main index.</td></tr>
273<tr valign="top"><td align="right"><b><a name="prevlinkia" href="resources/prevlinkia.html">PREVLINKIA</a></b></td><td>&nbsp;Inactive link markup for previous message by main index.</td></tr>
274<tr valign="top"><td align="right"><b><a name="prevpglink" href="resources/prevpglink.html">PREVPGLINK</a></b></td><td>&nbsp;Link markup for previous page of main index.</td></tr>
275<tr valign="top"><td align="right"><b><a name="prevpglinkia" href="resources/prevpglinkia.html">PREVPGLINKIA</a></b></td><td>&nbsp;Inactive link markup for previous page of main index.</td></tr>
276<tr valign="top"><td align="right"><b><a name="quiet" href="resources/quiet.html">QUIET</a></b></td><td>&nbsp;Do not output status.</td></tr>
277<tr valign="top"><td align="right"><b><a name="rcfile" href="resources/rcfile.html">RCFILE</a></b></td><td>&nbsp;Resource file to read before processing input.</td></tr>
278<tr valign="top"><td align="right"><b><a name="refsbegin" href="resources/refsbegin.html">REFSBEGIN</a></b></td><td>&nbsp;Beginning markup for explicit reference links in message pages.</td></tr>
279<tr valign="top"><td align="right"><b><a name="refsend" href="resources/refsend.html">REFSEND</a></b></td><td>&nbsp;Ending markup for explicit reference links in message pages.</td></tr>
280<tr valign="top"><td align="right"><b><a name="refslitxt" href="resources/refslitxt.html">REFSLITXT</a></b></td><td>&nbsp;Markup representing a reference entry in explicit reference links.</td></tr>
281<tr valign="top"><td align="right"><b><a name="reverse" href="resources/reverse.html">REVERSE</a></b></td><td>&nbsp;Reverse the listing order in the main index.</td></tr>
282<tr valign="top"><td align="right"><b><a name="rmm" href="resources/rmm.html">RMM</a></b></td><td>&nbsp;Remove specified messages from an archive.</td></tr>
283<tr valign="top"><td align="right"><b><a name="saveresources" href="resources/saveresources.html">SAVERESOURCES</a></b></td><td>&nbsp;Save resource values in database.</td></tr>
284<tr valign="top"><td align="right"><b><a name="scan" href="resources/scan.html">SCAN</a></b></td><td>&nbsp;List archive messages to standard output.</td></tr>
285<tr valign="top"><td align="right"><b><a name="single" href="resources/single.html">SINGLE</a></b></td><td>&nbsp;Process a single message.</td></tr>
286<tr valign="top"><td align="right"><b><a name="sort" href="resources/sort.html">SORT</a></b></td><td>&nbsp;List messages by date in main index.</td></tr>
287<tr valign="top"><td align="right"><b><a name="spammode" href="resources/spammode.html">SPAMMODE</a></b></td><td>&nbsp;Perform actions to deter email address harvesters.</td></tr>
288<tr valign="top"><td align="right"><b><a name="ssmarkup" href="resources/ssmarkup.html">SSMARKUP</a></b></td><td>&nbsp;Default markup at the beginning of all generated pages.</td></tr>
289<tr valign="top"><td align="right"><b><a name="stderr" href="resources/stderr.html">STDERR</a></b></td><td>&nbsp;File for standard error messages.</td></tr>
290<tr valign="top"><td align="right"><b><a name="stdin" href="resources/stdin.html">STDIN</a></b></td><td>&nbsp;File to treat as standard input.</td></tr>
291<tr valign="top"><td align="right"><b><a name="stdout" href="resources/stdout.html">STDOUT</a></b></td><td>&nbsp;File for standard output messages.</td></tr>
292<tr valign="top"><td align="right"><b><a name="subjectarticlerxp" href="resources/subjectarticlerxp.html">SUBJECTARTICLERXP</a></b></td><td>&nbsp;Regex for matching leading articles in message subjects.</td></tr>
293<tr valign="top"><td align="right"><b><a name="subjectbegin" href="resources/subjectbegin.html">SUBJECTBEGIN</a></b></td><td>&nbsp;Beginning markup for a subject group in the main index.</td></tr>
294<tr valign="top"><td align="right"><b><a name="subjectend" href="resources/subjectend.html">SUBJECTEND</a></b></td><td>&nbsp;Ending markup for a subject group in the main index.</td></tr>
295<tr valign="top"><td align="right"><b><a name="subjectheader" href="resources/subjectheader.html">SUBJECTHEADER</a></b></td><td>&nbsp;Main subject line markup above message header.</td></tr>
296<tr valign="top"><td align="right"><b><a name="subjectreplyrxp" href="resources/subjectreplyrxp.html">SUBJECTREPLYRXP</a></b></td><td>&nbsp;Regex for matching subject text denoting a reply message.</td></tr>
297<tr valign="top"><td align="right"><b><a name="subjectstripcode" href="resources/subjectstripcode.html">SUBJECTSTRIPCODE</a></b></td><td>&nbsp;Perl expressions to strip subject text while reading messages.</td></tr>
298<tr valign="top"><td align="right"><b><a name="subjectthreads" href="resources/subjectthreads.html">SUBJECTTHREADS</a></b></td><td>&nbsp;Check subjects when computing message threads.</td></tr>
299<tr valign="top"><td align="right"><b><a name="subsort" href="resources/subsort.html">SUBSORT</a></b></td><td>&nbsp;List messages by subjext in main index.</td></tr>
300<tr valign="top"><td align="right"><b><a name="tcontbegin" href="resources/tcontbegin.html">TCONTBEGIN</a></b></td><td>&nbsp;Markup before the continuation of a broken thread.</td></tr>
301<tr valign="top"><td align="right"><b><a name="tcontend" href="resources/tcontend.html">TCONTEND</a></b></td><td>&nbsp;Markup after the continuation of a broken thread.</td></tr>
302<tr valign="top"><td align="right"><b><a name="textclipfunc" href="resources/textclipfunc.html">TEXTCLIPFUNC</a></b></td><td>&nbsp;Perl function to use for text clipping operations.</td></tr>
303<tr valign="top"><td align="right"><b><a name="tfirstpglink" href="resources/tfirstpglink.html">TFIRSTPGLINK</a></b></td><td>&nbsp;Link markup for first page of thread index.</td></tr>
304<tr valign="top"><td align="right"><b><a name="tfoot" href="resources/tfoot.html">TFOOT</a></b></td><td>&nbsp;Footer markup for thread index page.</td></tr>
305<tr valign="top"><td align="right"><b><a name="thead" href="resources/thead.html">THEAD</a></b></td><td>&nbsp;Header markup for thread index page.</td></tr>
306<tr valign="top"><td align="right"><b><a name="thread" href="resources/thread.html">THREAD</a></b></td><td>&nbsp;Create thread index.</td></tr>
307<tr valign="top"><td align="right"><b><a name="tidxfname" href="resources/tidxfname.html">TIDXFNAME</a></b></td><td>&nbsp;Filename of first thread index page.</td></tr>
308<tr valign="top"><td align="right"><b><a name="tidxlabel" href="resources/tidxlabel.html">TIDXLABEL</a></b></td><td>&nbsp;Label string for the thread index.</td></tr>
309<tr valign="top"><td align="right"><b><a name="tidxpgbegin" href="resources/tidxpgbegin.html">TIDXPGBEGIN</a></b></td><td>&nbsp;Beginning markup for the thread index pages.</td></tr>
310<tr valign="top"><td align="right"><b><a name="tidxpgend" href="resources/tidxpgend.html">TIDXPGEND</a></b></td><td>&nbsp;Ending markup for the thread index pages.</td></tr>
311<tr valign="top"><td align="right"><b><a name="tidxpgssmarkup" href="resources/tidxpgssmarkup.html">TIDXPGSSMARKUP</a></b></td><td>&nbsp;Markup at the beginning of all thread index pages.</td></tr>
312<tr valign="top"><td align="right"><b><a name="tidxprefix" href="resources/tidxprefix.html">TIDXPREFIX</a></b></td><td>&nbsp;Filename prefix for thread index pages beyond the first page.</td></tr>
313<tr valign="top"><td align="right"><b><a name="timezones" href="resources/timezones.html">TIMEZONES</a></b></td><td>&nbsp;Hour offsets for timezones.</td></tr>
314<tr valign="top"><td align="right"><b><a name="tindentbegin" href="resources/tindentbegin.html">TINDENTBEGIN</a></b></td><td>&nbsp;Markup for opening a level when continuing a broken thread.</td></tr>
315<tr valign="top"><td align="right"><b><a name="tindentend" href="resources/tindentend.html">TINDENTEND</a></b></td><td>&nbsp;Markup for closing a level when continuing a broken thread.</td></tr>
316<tr valign="top"><td align="right"><b><a name="title" href="resources/title.html">TITLE</a></b></td><td>&nbsp;Title for main index.</td></tr>
317<tr valign="top"><td align="right"><b><a name="tlastpglink" href="resources/tlastpglink.html">TLASTPGLINK</a></b></td><td>&nbsp;Link markup for last page of thread index.</td></tr>
318<tr valign="top"><td align="right"><b><a name="tlevels" href="resources/tlevels.html">TLEVELS</a></b></td><td>&nbsp;Maximum number of levels to indent in thread index.</td></tr>
319<tr valign="top"><td align="right"><b><a name="tliend" href="resources/tliend.html">TLIEND</a></b></td><td>&nbsp;Ending markup for a thread index message listing.</td></tr>
320<tr valign="top"><td align="right"><b><a name="tlinone" href="resources/tlinone.html">TLINONE</a></b></td><td>&nbsp;Markup for a missing message in thread index.</td></tr>
321<tr valign="top"><td align="right"><b><a name="tlinoneend" href="resources/tlinoneend.html">TLINONEEND</a></b></td><td>&nbsp;Ending markup for a missing message in thread index.</td></tr>
322<tr valign="top"><td align="right"><b><a name="tlitxt" href="resources/tlitxt.html">TLITXT</a></b></td><td>&nbsp;Markup for a thread index message listing.</td></tr>
323<tr valign="top"><td align="right"><b><a name="tnextbutton" href="resources/tnextbutton.html">TNEXTBUTTON</a></b></td><td>&nbsp;Button markup for next message by thread.</td></tr>
324<tr valign="top"><td align="right"><b><a name="tnextbuttonia" href="resources/tnextbuttonia.html">TNEXTBUTTONIA</a></b></td><td>&nbsp;Inactive button markup for next message by thread.</td></tr>
325<tr valign="top"><td align="right"><b><a name="tnextinbutton" href="resources/tnextinbutton.html">TNEXTINBUTTON</a></b></td><td>&nbsp;Button markup for next message within a thread.</td></tr>
326<tr valign="top"><td align="right"><b><a name="tnextinbuttonia" href="resources/tnextinbuttonia.html">TNEXTINBUTTONIA</a></b></td><td>&nbsp;Inactive button markup for next message within a thread.</td></tr>
327<tr valign="top"><td align="right"><b><a name="tnextinlink" href="resources/tnextinlink.html">TNEXTINLINK</a></b></td><td>&nbsp;Link markup for next message within a thread.</td></tr>
328<tr valign="top"><td align="right"><b><a name="tnextinlinkia" href="resources/tnextinlinkia.html">TNEXTINLINKIA</a></b></td><td>&nbsp;Inactive link markup for next message within a thread.</td></tr>
329<tr valign="top"><td align="right"><b><a name="tnextlink" href="resources/tnextlink.html">TNEXTLINK</a></b></td><td>&nbsp;Link markup for next message by thread.</td></tr>
330<tr valign="top"><td align="right"><b><a name="tnextlinkia" href="resources/tnextlinkia.html">TNEXTLINKIA</a></b></td><td>&nbsp;Inactive link markup for next message by thread.</td></tr>
331<tr valign="top"><td align="right"><b><a name="tnextpglink" href="resources/tnextpglink.html">TNEXTPGLINK</a></b></td><td>&nbsp;Link markup for next page in thread index.</td></tr>
332<tr valign="top"><td align="right"><b><a name="tnextpglinkia" href="resources/tnextpglinkia.html">TNEXTPGLINKIA</a></b></td><td>&nbsp;Inactive link markup for next page in thread index.</td></tr>
333<tr valign="top"><td align="right"><b><a name="tnexttopbutton" href="resources/tnexttopbutton.html">TNEXTTOPBUTTON</a></b></td><td>&nbsp;Button markup for first message in the next thread.</td></tr>
334<tr valign="top"><td align="right"><b><a name="tnexttopbuttonia" href="resources/tnexttopbuttonia.html">TNEXTTOPBUTTONIA</a></b></td><td>&nbsp;Inactive button markup for first message in the next thread.</td></tr>
335<tr valign="top"><td align="right"><b><a name="tnexttoplink" href="resources/tnexttoplink.html">TNEXTTOPLINK</a></b></td><td>&nbsp;Link markup for first message in the next thread.</td></tr>
336<tr valign="top"><td align="right"><b><a name="tnexttoplinkia" href="resources/tnexttoplinkia.html">TNEXTTOPLINKIA</a></b></td><td>&nbsp;Inactive link markup for first message in the next thread.</td></tr>
337<tr valign="top"><td align="right"><b><a name="toplinks" href="resources/toplinks.html">TOPLINKS</a></b></td><td>&nbsp;Markup for top navigational links of a message page.</td></tr>
338<tr valign="top"><td align="right"><b><a name="tprevbutton" href="resources/tprevbutton.html">TPREVBUTTON</a></b></td><td>&nbsp;Button markup for previous message by thread.</td></tr>
339<tr valign="top"><td align="right"><b><a name="tprevbuttonia" href="resources/tprevbuttonia.html">TPREVBUTTONIA</a></b></td><td>&nbsp;Inactive button markup for previous message by thread.</td></tr>
340<tr valign="top"><td align="right"><b><a name="tprevinbutton" href="resources/tprevinbutton.html">TPREVINBUTTON</a></b></td><td>&nbsp;Button markup for previous message within a thread.</td></tr>
341<tr valign="top"><td align="right"><b><a name="tprevinbuttonia" href="resources/tprevinbuttonia.html">TPREVINBUTTONIA</a></b></td><td>&nbsp;Inactive button markup for previous message within a thread.</td></tr>
342<tr valign="top"><td align="right"><b><a name="tprevinlink" href="resources/tprevinlink.html">TPREVINLINK</a></b></td><td>&nbsp;Link markup for previous message within a thread.</td></tr>
343<tr valign="top"><td align="right"><b><a name="tprevinlinkia" href="resources/tprevinlinkia.html">TPREVINLINKIA</a></b></td><td>&nbsp;Inactive link markup for previous message within a thread.</td></tr>
344<tr valign="top"><td align="right"><b><a name="tprevlink" href="resources/tprevlink.html">TPREVLINK</a></b></td><td>&nbsp;Link markup for previous message by thread.</td></tr>
345<tr valign="top"><td align="right"><b><a name="tprevlinkia" href="resources/tprevlinkia.html">TPREVLINKIA</a></b></td><td>&nbsp;Inactive link markup for previous message by thread.</td></tr>
346<tr valign="top"><td align="right"><b><a name="tprevpglink" href="resources/tprevpglink.html">TPREVPGLINK</a></b></td><td>&nbsp;Link markup for previous page in thread index.</td></tr>
347<tr valign="top"><td align="right"><b><a name="tprevpglinkia" href="resources/tprevpglinkia.html">TPREVPGLINKIA</a></b></td><td>&nbsp;Inactive link markup for previous page in thread index.</td></tr>
348<tr valign="top"><td align="right"><b><a name="tprevtopbutton" href="resources/tprevtopbutton.html">TPREVTOPBUTTON</a></b></td><td>&nbsp;Button markup for first message in the previous thread.</td></tr>
349<tr valign="top"><td align="right"><b><a name="tprevtopbuttonia" href="resources/tprevtopbuttonia.html">TPREVTOPBUTTONIA</a></b></td><td>&nbsp;Inactive button markup for first message in the previous thread.</td></tr>
350<tr valign="top"><td align="right"><b><a name="tprevtoplink" href="resources/tprevtoplink.html">TPREVTOPLINK</a></b></td><td>&nbsp;Link markup for first message in the previous thread.</td></tr>
351<tr valign="top"><td align="right"><b><a name="tprevtoplinkia" href="resources/tprevtoplinkia.html">TPREVTOPLINKIA</a></b></td><td>&nbsp;Inactive link markup for first message in the previous thread.</td></tr>
352<tr valign="top"><td align="right"><b><a name="treverse" href="resources/treverse.html">TREVERSE</a></b></td><td>&nbsp;List thread in reverse order.</td></tr>
353<tr valign="top"><td align="right"><b><a name="tsingletxt" href="resources/tsingletxt.html">TSINGLETXT</a></b></td><td>&nbsp;Markup for a thread listing with no follow-ups.</td></tr>
354<tr valign="top"><td align="right"><b><a name="tslice" href="resources/tslice.html">TSLICE</a></b></td><td>&nbsp;Size of thread listing slice for message pages.</td></tr>
355<tr valign="top"><td align="right"><b><a name="tslicebeg" href="resources/tslicebeg.html">TSLICEBEG</a></b></td><td>&nbsp;Markup for the start of a thread slice.</td></tr>
356<tr valign="top"><td align="right"><b><a name="tslicecontbeg" href="resources/tslicecontbeg.html">TSLICECONTBEG</a></b></td><td>&nbsp;Thread slice markup before the continuation of a broken thread.</td></tr>
357<tr valign="top"><td align="right"><b><a name="tslicecontend" href="resources/tslicecontend.html">TSLICECONTEND</a></b></td><td>&nbsp;Thread slice markup after the continuation of a broken thread.</td></tr>
358<tr valign="top"><td align="right"><b><a name="tsliceend" href="resources/tsliceend.html">TSLICEEND</a></b></td><td>&nbsp;Markup for the end of a thread slice.</td></tr>
359<tr valign="top"><td align="right"><b><a name="tsliceindentbeg" href="resources/tsliceindentbeg.html">TSLICEINDENTBEG</a></b></td><td>&nbsp;Thread slice markup for opening a level when continuing a broken thread.</td></tr>
360<tr valign="top"><td align="right"><b><a name="tsliceindentend" href="resources/tsliceindentend.html">TSLICEINDENTEND</a></b></td><td>&nbsp;Thread slice markup for closing a level when continuing a broken thread.</td></tr>
361<tr valign="top"><td align="right"><b><a name="tslicelevels" href="resources/tslicelevels.html">TSLICELEVELS</a></b></td><td>&nbsp;Maximum number of levels to indent in thread slices.</td></tr>
362<tr valign="top"><td align="right"><b><a name="tsliceliend" href="resources/tsliceliend.html">TSLICELIEND</a></b></td><td>&nbsp;Ending markup for a thread slice message listing.</td></tr>
363<tr valign="top"><td align="right"><b><a name="tsliceliendcur" href="resources/tsliceliendcur.html">TSLICELIENDCUR</a></b></td><td>&nbsp;Ending markup for a thread slice message listing if current message.</td></tr>
364<tr valign="top"><td align="right"><b><a name="tslicelinone" href="resources/tslicelinone.html">TSLICELINONE</a></b></td><td>&nbsp;Thread slice markup for a missing message in thread slice.</td></tr>
365<tr valign="top"><td align="right"><b><a name="tslicelinoneend" href="resources/tslicelinoneend.html">TSLICELINONEEND</a></b></td><td>&nbsp;Ending markup for a missing message in thread slice.</td></tr>
366<tr valign="top"><td align="right"><b><a name="tslicelitxt" href="resources/tslicelitxt.html">TSLICELITXT</a></b></td><td>&nbsp;Markup for a thread slice message listing.</td></tr>
367<tr valign="top"><td align="right"><b><a name="tslicelitxtcur" href="resources/tslicelitxtcur.html">TSLICELITXTCUR</a></b></td><td>&nbsp;Markup for a thread slice message listing if current message.</td></tr>
368<tr valign="top"><td align="right"><b><a name="tslicesingletxt" href="resources/tslicesingletxt.html">TSLICESINGLETXT</a></b></td><td>&nbsp;Markup for a thread slice listing with no follow-ups.</td></tr>
369<tr valign="top"><td align="right"><b><a name="tslicesingletxtcur" href="resources/tslicesingletxtcur.html">TSLICESINGLETXTCUR</a></b></td><td>&nbsp;Markup for a thread slice listing with no follow-ups if current message.</td></tr>
370<tr valign="top"><td align="right"><b><a name="tslicesubjectbeg" href="resources/tslicesubjectbeg.html">TSLICESUBJECTBEG</a></b></td><td>&nbsp;Markup before a subject based thread slice listing.</td></tr>
371<tr valign="top"><td align="right"><b><a name="tslicesubjectend" href="resources/tslicesubjectend.html">TSLICESUBJECTEND</a></b></td><td>&nbsp;Markup after a subject based thread slice listing.</td></tr>
372<tr valign="top"><td align="right"><b><a name="tslicesublistbeg" href="resources/tslicesublistbeg.html">TSLICESUBLISTBEG</a></b></td><td>&nbsp;Thread slice markup for starting a sub-thread.</td></tr>
373<tr valign="top"><td align="right"><b><a name="tslicesublistend" href="resources/tslicesublistend.html">TSLICESUBLISTEND</a></b></td><td>&nbsp;Thread slice markup for ending a sub-thread.</td></tr>
374<tr valign="top"><td align="right"><b><a name="tslicetopbeg" href="resources/tslicetopbeg.html">TSLICETOPBEG</a></b></td><td>&nbsp;Thread slice markup for the root/start of a thread.</td></tr>
375<tr valign="top"><td align="right"><b><a name="tslicetopbegcur" href="resources/tslicetopbegcur.html">TSLICETOPBEGCUR</a></b></td><td>&nbsp;Thread slice markup for the root/start of a thread if current message.</td></tr>
376<tr valign="top"><td align="right"><b><a name="tslicetopend" href="resources/tslicetopend.html">TSLICETOPEND</a></b></td><td>&nbsp;Thread slice markup for the end of a thread.</td></tr>
377<tr valign="top"><td align="right"><b><a name="tslicetopendcur" href="resources/tslicetopendcur.html">TSLICETOPENDCUR</a></b></td><td>&nbsp;Thread slice markup for the end of a thread if current message.</td></tr>
378<tr valign="top"><td align="right"><b><a name="tsort" href="resources/tsort.html">TSORT</a></b></td><td>&nbsp;List threads by date.</td></tr>
379<tr valign="top"><td align="right"><b><a name="tsubjectbeg" href="resources/tsubjectbeg.html">TSUBJECTBEG</a></b></td><td>&nbsp;Markup before a subject based thread listing.</td></tr>
380<tr valign="top"><td align="right"><b><a name="tsubjectend" href="resources/tsubjectend.html">TSUBJECTEND</a></b></td><td>&nbsp;Markup after a subject based thread listing.</td></tr>
381<tr valign="top"><td align="right"><b><a name="tsublistbeg" href="resources/tsublistbeg.html">TSUBLISTBEG</a></b></td><td>&nbsp;Markup for starting a sub-thread.</td></tr>
382<tr valign="top"><td align="right"><b><a name="tsublistend" href="resources/tsublistend.html">TSUBLISTEND</a></b></td><td>&nbsp;Markup for ending a sub-thread.</td></tr>
383<tr valign="top"><td align="right"><b><a name="tsubsort" href="resources/tsubsort.html">TSUBSORT</a></b></td><td>&nbsp;List threads by subject.</td></tr>
384<tr valign="top"><td align="right"><b><a name="ttitle" href="resources/ttitle.html">TTITLE</a></b></td><td>&nbsp;Title of thread index.</td></tr>
385<tr valign="top"><td align="right"><b><a name="ttopbegin" href="resources/ttopbegin.html">TTOPBEGIN</a></b></td><td>&nbsp;Markup for the root/start of a thread.</td></tr>
386<tr valign="top"><td align="right"><b><a name="ttopend" href="resources/ttopend.html">TTOPEND</a></b></td><td>&nbsp;Markup for the end of a thread.</td></tr>
387<tr valign="top"><td align="right"><b><a name="umask" href="resources/umask.html">UMASK</a></b></td><td>&nbsp;Umask value for the MHonArc process.</td></tr>
388<tr valign="top"><td align="right"><b><a name="uselocaltime" href="resources/uselocaltime.html">USELOCALTIME</a></b></td><td>&nbsp;Use local time to determine day groups in main index listing.</td></tr>
389<tr valign="top"><td align="right"><b><a name="usinglastpg" href="resources/usinglastpg.html">USINGLASTPG</a></b></td><td>&nbsp;$LASTPG$ is used in resource values.</td></tr>
390<tr valign="top"><td align="right"><b><a name="varregex" href="resources/varregex.html">VARREGEX</a></b></td><td>&nbsp;Perl regular expression matching a resource variable.</td></tr>
391<tr valign="top"><td align="right"><b><a name="weekdays" href="resources/weekdays.html">WEEKDAYS</a></b></td><td>&nbsp;Weekday names.</td></tr>
392<tr valign="top"><td align="right"><b><a name="weekdaysabr" href="resources/weekdaysabr.html">WEEKDAYSABR</a></b></td><td>&nbsp;Abbreviated weekday names.</td></tr>
393</table>
394<!--X-Resource-Index-End-->
395
396<!-- *************************************************************** -->
397<hr>
398<!--X-NavButtons-Start-->
399<table width="100%">
400<tr valign="top">
401<td align="left"><nobr><a href="layout.html"><img src="prev.png"border=0 alt="[Prev]"></a>&nbsp;&nbsp;&nbsp;</nobr></td><td align="center" width="99%"><a href="mhonarc.html"><img src="up.png" border=0 alt="[TOC]"></a><a href="faq/faq.html"><img src="faq.png" border=0 alt="[FAQ]"></a><a href="app-bugs.html"><img src="bug.png" border=0 alt="[Bugs]"></a><a href="http://www.mhonarc.org/"><img src="home.png" border=0 alt="[Home]"></a></td><td align="right"><nobr>&nbsp;&nbsp;&nbsp;<a href="rcvars.html"><img src="next.png" border=0 alt="[Next]"></a></nobr></td></tr></table>
402<!--X-NavButtons-End-->
403
404<!-- *************************************************************** -->
405<hr>
406<address>
407$Date: 2002/07/27 05:13:10 $ <br>
408<img align="top" src="monicon.png" alt="">
409<a href="http://www.mhonarc.org"
410><strong>MHonArc</strong></a><br>
411Copyright &#169; 1997-1999, <a href="http://www.mhonarc.org/~ehood/"
412>Earl Hood</a>, <a href="mailto:mhonarc@mhonarc.org"
413>mhonarc@mhonarc.org</a><br>
414</address>
415
416</body>
417</html>