diff -r -c -N MHonArc2.4.9/doc/commontasks.html MHonArc2.4.9-p/doc/commontasks.html *** MHonArc2.4.9/doc/commontasks.html Sun Jun 10 16:11:23 2001 --- MHonArc2.4.9-p/doc/commontasks.html Wed Jun 27 16:31:28 2001 *************** *** 95,100 **** --- 95,101 ----
"CUR" is the default if nothing is specified for mesg_spec.
+ +"NEXT" and "PREV" ignore the REVERSE and REVERSEDATE resources. For example, + if SORT is on (sorting is by date), then + "NEXT" always points to the chronologically next message in the + archive, even if REVERSE is on. Similarly, "TNEXT", + "TPREV", "TNEXTTOP", and "TPREVTOP" ignore the + TREVERSE resource.
+ *************** *** 1042,1068 **** MAILTOURL.| Arguments: | !N/A |
| Description: | A slice of the thread listing relative to the current message. ! Size of slice determined by the TSLICE ! resource. Layout appearance of $TSLICE$ determined by ! TSLICEBEG, ! TSLICEEND, ! TTOPBEGIN, ! TLITXT, ! TLIEND, ! TSINGLETXT, ! TSUBJECTBEG, and ! TTOPEND ! resources. ! |
| Arguments: | !none ! nbefore ! nbefore;nafter ! nbefore;nafter;curthread |
| Description: | +A slice of the thread listing relative to the current message. ! The slice contains up to nbefore messages before the current message ! and up to nafter messages after it. If curthread is non-zero, ! the slice is further limited to the thread containing the current message. ! These arguments default to the TSLICE ! and TSLICECURTHREAD resources. ! Layout appearance of $TSLICE$ determined by TSLICEBEG, TSLICEEND, TTOPBEGIN, TTOPEND, TLITXT, TLIEND, TSINGLETXT, TTOPBEGINCUR, TTOPENDCUR, TLITXTCUR, TLIENDCUR, TSINGLETXTCUR, TSUBJECTBEG, and TSUBJECTEND resources. | !
SORT, ! SUBSORT, ! REVERSE, ! REVERSEDATE
diff -r -c -N MHonArc2.4.9/doc/resources/otherindexes.html MHonArc2.4.9-p/doc/resources/otherindexes.html *** MHonArc2.4.9/doc/resources/otherindexes.html Sat Oct 28 09:29:44 2000 --- MHonArc2.4.9-p/doc/resources/otherindexes.html Mon Jun 25 17:39:55 2001 *************** *** 106,116 **** archive, the extra index resource files must exist inorder to generate the extra index pages. !All filenames are treated relative to the current working ! directory or the archive directory, except for absolute ! pathnames. It is common to place OTHERINDEXES resource ! files in the archive directory to simplify archive administration. !
| Variable | Value | +
|---|---|
$A_ATTR$ |
+ The NAME and HREF attributes to use in an anchor to link to the archived message. The NAME attribute links the messages to the index page. | +
$A_HREF$ |
+ The HREF attribute to use in an anchor to link to the archived message. | +
$A_NAME$ |
+ The NAME attribute to use in an anchor for messages to link to the index page. | +
$DATE$ |
+ The date of the message. | +
$DDMMYYYY$ |
+ Message date in dd/mm/yyyy format. | +
$ENV$ |
+ Value of an environment variable. | +
$FROM$ |
+ The complete text in the From: field of the message. | +
$FROMADDR$ |
+ The e-mail address in the From: field of the message. | +
$FROMADDRDOMAIN$ |
+ The e-mail address domain of the From: field of the message. | +
$FROMADDRNAME$ |
+ The e-mail address "username" (or local-part) of the From: field of the message. | +
$FROMNAME$ |
+ The human name of the person in the From: field of the message. If no human name is found, the username specified in the e-mail address is used. | +
$ICON$ |
+ The context-type sensistive icon. | +
$ICONURL$ |
+ The URL to the context-type sensistive icon. | +
$MMDDYYYY$ |
+ Message date in mm/dd/yyyy format. | +
$MSGGMTDATE$ |
+ GMT date of current message. | +
$MSGID$ |
+ The message-id of the message. | +
$MSGLOCALDATE$ |
+ Local date of current message. | +
$MSGNUM$ |
+ The message number assigned to the message by MHonArc (includes leading zeros). | +
$MSGPREFIX$ |
+ Filename prefix for message files. | +
$MSGTORDNUM$ |
+ The ordinal message number of the current discussion thread. | +
$NOTE$ |
+ Message annotation. | +
$NUMFOLUP$ |
+ Number of explicit follow-ups to the message. | +
$ORDNUM$ |
+ The current listing number of the message. | +
$SUBJECT$ |
+ The subject text of the message, and if no arguments, wrapped in an anchor element that hyperlinks to the message. | +
$SUBJECTNA$ |
+ The subject text of the message without the anchor element. | +
$YYYYMMDD$ |
+ Message date in yyyy/mm/dd format. | +
This markup causes the current message's subject to not be a link.
+ ++ <TLITXTCUR> + <LI><STRONG>$SUBJECTNA$</STRONG>, + <EM>$FROMNAME$</EM> + </TLITXTCUR> ++ + +
2.4.10 +
+ + ++ TLITXT, + TLIENDCUR, + TSINGLETXTCUR, + TTOPBEGINCUR +
++ Page Layout +
+ + +TNEXTBUTTON defines the value for the $BUTTON(TNEXT)$
! resource variable when there is a next message to the current message
! according to the message list order of the thread index. See the
! TNEXTBUTTONIA for defining the
! value of $BUTTON(TNEXT)$ when there is no next message.
!
TNEXTBUTTON defines the value for the $BUTTON(TNEXT)$
! resource variable when there is a next message by thread relative to the
! current message. The next message by thread equals the next message in the
! current thread or, if there is no such message, the first message in the
! chronologically next thread.
See TNEXTBUTTONIA for defining the
! value of $BUTTON(TNEXT)$ when there is no next message.
TNEXTBUTTONIA, - TOPLINKS, TPREVBUTTON, ! TPREVBUTTONIA
--- 274,287 ----TNEXTBUTTONIA, TPREVBUTTON, ! TNEXTLINK, ! TOPLINKS !
! TNEXTINBUTTON, ! TPREVINBUTTON, ! TNEXTTOPBUTTON, ! TPREVTOPBUTTON
diff -r -c -N MHonArc2.4.9/doc/resources/tnextbuttonia.html MHonArc2.4.9-p/doc/resources/tnextbuttonia.html *** MHonArc2.4.9/doc/resources/tnextbuttonia.html Sat Oct 28 09:29:47 2000 --- MHonArc2.4.9-p/doc/resources/tnextbuttonia.html Thu Jun 28 00:17:05 2001 *************** *** 43,53 ****TNEXTBUTTONIA defines the value for the $BUTTON(TNEXT)$
! resource variable when there is no next message to the current message
! according to the message list order of the thread index. See the
! TNEXTBUTTON for defining the
! value of $BUTTON(TNEXT)$ when there is a next message.
!
TNEXTBUTTONIA defines the value for the $BUTTON(TNEXT)$
! resource variable when there is no next message by thread relative to the
! current message. See TNEXTBUTTON for
! defining the value of $BUTTON(TNEXT)$ when there is a next
! message.
! TNEXTBUTTONIA, ! TOPLINKS, ! TPREVBUTTON, ! TPREVBUTTONIA
--- 270,279 ----! TNEXTBUTTON, ! TPREVBUTTONIA, ! TNEXTLINKIA, ! TOPLINKS
diff -r -c -N MHonArc2.4.9/doc/resources/tnextinlink.html MHonArc2.4.9-p/doc/resources/tnextinlink.html *** MHonArc2.4.9/doc/resources/tnextinlink.html Wed Dec 31 16:00:00 1969 --- MHonArc2.4.9-p/doc/resources/tnextinlink.html Thu Jun 28 00:23:08 2001 *************** *** 0 **** --- 1,291 ---- + + + +N/A +
+
+ <TNEXTINLINK>
+ markup ...
+ </TNEXTINLINK>
+
N/A +
+TNEXTINLINK defines the value for the $LINK(TNEXTIN)$
+ resource variable when there is a next message in the current thread.
+ TNEXTINLINK is analagous to TNEXTINBUTTON,
+ but is intended to provide a more descriptive link to the next message.
+
See TNEXTINLINKIA for defining the
+ value of $LINK(TNEXTIN)$ when there is no next message.
+ <TNEXTINLINK> + <LI>Next in thread: + <STRONG><A HREF="$MSG(TNEXTIN)$">$SUBJECT(TNEXTIN)$</A></STRONG> + </LI> + </TNEXTINLINK> ++ + +
| Variable | Value | +
|---|---|
$BUTTON$ |
+ Button markup inlinkg to a message. | +
$DATE$ |
+ The date of the message. | +
$DDMMYYYY$ |
+ Message date in dd/mm/yyyy format. | +
$DOCURL$ |
+ URL to documentation. | +
$ENV$ |
+ Value of an environment variable. | +
$FROM$ |
+ The complete text in the From: field of the message. | +
$FROMADDR$ |
+ The e-mail address in the From: field of the message. | +
$FROMADDRDOMAIN$ |
+ The e-mail address domain of the From: field of the message. | +
$FROMADDRNAME$ |
+ The e-mail address "username" (or local-part) of the From: field of the message. | +
$FROMNAME$ |
+ The human name of the person in the From: field of the message. If no human name is found, the username specified in the e-mail address is used. | +
$GMTDATE$ |
+ Current GMT date. | +
$ICON$ |
+ The context-type sensistive icon. | +
$ICONURL$ |
+ The URL to the context-type sensistive icon. | +
$IDXFNAME$ |
+ Filename of main index page. | +
$IDXLABEL$ |
+ Label for main index page. | +
$IDXPREFIX$ |
+ Prefix of filenames of main index pages. | +
$IDXSIZE$ |
+ Max number of messages that may be listed in index page. | +
$IDXTITLE$ |
+ The title of the main index page. | +
$LINK$ |
+ Link markup inlinkg to a message. | +
$LOCALDATE$ |
+ Current local date. | +
$MMDDYYYY$ |
+ Message date in mm/dd/yyyy format. | +
$MSG$ |
+ Filename of message. | +
$MSGGMTDATE$ |
+ GMT date of current message. | +
$MSGID$ |
+ The message-id of the message. | +
$MSGLOCALDATE$ |
+ Local date of current message. | +
$MSGNUM$ |
+ The message number assigned to the message by MHonArc (includes leading zeros). | +
$MSGPREFIX$ |
+ Filename prefix for message files. | +
$MSGTORDNUM$ |
+ The ordinal message number of the current discussion thread. | +
$NOTE$ |
+ Message annotation. | +
$NUMFOLUP$ |
+ Number of explicit follow-ups to the message. | +
$NUMOFMSG$ |
+ Number of messages in the archive. | +
$NUMOFPAGES$ |
+ Number of index pages. | +
$ORDNUM$ |
+ The current listing number of the message. | +
$OUTDIR$ |
+ Pathname of archive. | +
$PROG$ |
+ Program name | +
$SUBJECT$ |
+ The subject text of the message, and if no arguments, wrapped in an anchor element that hyperlinks to the message. | +
$SUBJECTNA$ |
+ The subject text of the message without the anchor element. | +
$TIDXFNAME$ |
+ Filename of thread index page. | +
$TIDXLABEL$ |
+ Label for thread index page. | +
$TIDXPREFIX$ |
+ Prefix of filenames of thread index pages. | +
$TIDXTITLE$ |
+ Title of thread index. | +
$TSLICE$ |
+ A slice of the thread listing relative to the current message. Size of slice determined by the TSLICE resource. | +
$VERSION$ |
+ Program version. | +
$YYYYMMDD$ |
+ Message date in yyyy/mm/dd format. | +
None. +
+ + +2.4.10 +
+ + ++ TNEXTINLINKIA, + TPREVINLINK, + TNEXTINBUTTON +
+ TNEXTLINK, + TPREVLINK, + TNEXTTOPLINK, + TPREVTOPLINK +
+ + +N/A +
+
+ <TNEXTINLINKIA>
+ markup ...
+ </TNEXTINLINKIA>
+
N/A +
+TNEXTINLINKIA defines the value for the $LINK(TNEXTIN)$
+ resource variable when there is no next message in the current thread.
See TNEXTINLINK for defining the value of
+ $LINK(TNEXTIN)$ when there is a next message.
Nil +
+ + +| Variable | Value | +
|---|---|
$BUTTON$ |
+ Button markup inlinkg to a message. | +
$DATE$ |
+ The date of the message. | +
$DDMMYYYY$ |
+ Message date in dd/mm/yyyy format. | +
$DOCURL$ |
+ URL to documentation. | +
$ENV$ |
+ Value of an environment variable. | +
$FROM$ |
+ The complete text in the From: field of the message. | +
$FROMADDR$ |
+ The e-mail address in the From: field of the message. | +
$FROMADDRDOMAIN$ |
+ The e-mail address domain of the From: field of the message. | +
$FROMADDRNAME$ |
+ The e-mail address "username" (or local-part) of the From: field of the message. | +
$FROMNAME$ |
+ The human name of the person in the From: field of the message. If no human name is found, the username specified in the e-mail address is used. | +
$GMTDATE$ |
+ Current GMT date. | +
$ICON$ |
+ The context-type sensistive icon. | +
$ICONURL$ |
+ The URL to the context-type sensistive icon. | +
$IDXFNAME$ |
+ Filename of main index page. | +
$IDXLABEL$ |
+ Label for main index page. | +
$IDXPREFIX$ |
+ Prefix of filenames of main index pages. | +
$IDXSIZE$ |
+ Max number of messages that may be listed in index page. | +
$IDXTITLE$ |
+ The title of the main index page. | +
$LINK$ |
+ Link markup inlinkg to a message. | +
$LOCALDATE$ |
+ Current local date. | +
$MMDDYYYY$ |
+ Message date in mm/dd/yyyy format. | +
$MSG$ |
+ Filename of message. | +
$MSGGMTDATE$ |
+ GMT date of current message. | +
$MSGID$ |
+ The message-id of the message. | +
$MSGLOCALDATE$ |
+ Local date of current message. | +
$MSGNUM$ |
+ The message number assigned to the message by MHonArc (includes leading zeros). | +
$MSGPREFIX$ |
+ Filename prefix for message files. | +
$MSGTORDNUM$ |
+ The ordinal message number of the current discussion thread. | +
$NOTE$ |
+ Message annotation. | +
$NUMFOLUP$ |
+ Number of explicit follow-ups to the message. | +
$NUMOFMSG$ |
+ Number of messages in the archive. | +
$NUMOFPAGES$ |
+ Number of index pages. | +
$ORDNUM$ |
+ The current listing number of the message. | +
$OUTDIR$ |
+ Pathname of archive. | +
$PROG$ |
+ Program name | +
$SUBJECT$ |
+ The subject text of the message, and if no arguments, wrapped in an anchor element that hyperlinks to the message. | +
$SUBJECTNA$ |
+ The subject text of the message without the anchor element. | +
$TIDXFNAME$ |
+ Filename of thread index page. | +
$TIDXLABEL$ |
+ Label for thread index page. | +
$TIDXPREFIX$ |
+ Prefix of filenames of thread index pages. | +
$TIDXTITLE$ |
+ Title of thread index. | +
$TSLICE$ |
+ A slice of the thread listing relative to the current message. Size of slice determined by the TSLICE resource. | +
$VERSION$ |
+ Program version. | +
$YYYYMMDD$ |
+ Message date in yyyy/mm/dd format. | +
None. +
+ + +2.4.10 +
+ + ++ TNEXTINLINK, + TPREVINLINKIA, + TNEXTINBUTTONIA +
+ + +TNEXTLINK defines the value for the $LINK(TNEXT)$
! resource variable when there is a next message to the current message
! according to the message list order of the thread index. TNEXTLINK
! is analagous to
! TNEXTBUTTON, but is intended to
! provide a more descriptive link to the next message.
!
See the
! TNEXTLINKIA for defining the
! value of $LINK(TNEXT)$ when there is no next message.
!
TNEXTLINK defines the value for the $LINK(TNEXT)$ resource
! variable when there is a next message by thread relative to the current
! message. TNEXTLINK is analagous to TNEXTBUTTON, but is intended to provide a more
! descriptive link to the next message.
See TNEXTLINKIA for defining the value of
! $LINK(TNEXT)$ when there is no next message.
- BOTLINKS, TNEXTLINKIA, TPREVLINK, ! TPREVLINKIA
--- 278,292 ----TNEXTLINKIA, TPREVLINK, ! TNEXTBUTTON, ! BOTLINKS !
! TNEXTINLINK, ! TPREVINLINK, ! TNEXTTOPLINK, ! TPREVTOPLINK
diff -r -c -N MHonArc2.4.9/doc/resources/tnextlinkia.html MHonArc2.4.9-p/doc/resources/tnextlinkia.html *** MHonArc2.4.9/doc/resources/tnextlinkia.html Sat Oct 28 09:29:47 2000 --- MHonArc2.4.9-p/doc/resources/tnextlinkia.html Thu Jun 28 00:22:12 2001 *************** *** 43,56 ****TNEXTLINKIA defines the value for the $LINK(TNEXT)$
! resource variable when there is no next message to the current message
! according to the message list order of the thread index.
!
See the
! TNEXTLINK for defining the
! value of $LINK(TNEXT)$ when there is a next message.
!
TNEXTLINKIA defines the value for the $LINK(TNEXT)$
! resource variable when there is no next message by thread relative to the
! current message.
See TNEXTLINK for defining the value of
! $LINK(TNEXT)$ when there is a next message.
- BOTLINKS, TNEXTLINK, ! TPREVLINK, ! TPREVLINKIA
--- 261,270 ----TNEXTLINK, ! TPREVLINKIA, ! TNEXTBUTTONIA, ! BOTLINKS
diff -r -c -N MHonArc2.4.9/doc/resources/tnexttopbutton.html MHonArc2.4.9-p/doc/resources/tnexttopbutton.html *** MHonArc2.4.9/doc/resources/tnexttopbutton.html Wed Dec 31 16:00:00 1969 --- MHonArc2.4.9-p/doc/resources/tnexttopbutton.html Thu Jun 28 00:15:59 2001 *************** *** 0 **** --- 1,285 ---- + + + +N/A +
+
+ <TNEXTTOPBUTTON>
+ markup ...
+ </TNEXTTOPBUTTON>
+
N/A +
+TNEXTTOPBUTTON defines the value for the $BUTTON(TNEXTTOP)$
+ resource variable when there is a next thread relative to the current
+ message.
See TNEXTTOPBUTTONIA for defining the
+ value of $BUTTON(TNEXTTOP)$ when there is no next message.
+ <TNEXTTOPBUTTON chop> + [<A HREF="$MSG(TNEXTTOP)$">Next Thread</A>] + </TNEXTTOPBUTTON> ++ + +
| Variable | Value | +
|---|---|
$BUTTON$ |
+ Button markup inlinkg to a message. | +
$DATE$ |
+ The date of the message. | +
$DDMMYYYY$ |
+ Message date in dd/mm/yyyy format. | +
$DOCURL$ |
+ URL to documentation. | +
$ENV$ |
+ Value of an environment variable. | +
$FROM$ |
+ The complete text in the From: field of the message. | +
$FROMADDR$ |
+ The e-mail address in the From: field of the message. | +
$FROMADDRDOMAIN$ |
+ The e-mail address domain of the From: field of the message. | +
$FROMADDRNAME$ |
+ The e-mail address "username" (or local-part) of the From: field of the message. | +
$FROMNAME$ |
+ The human name of the person in the From: field of the message. If no human name is found, the username specified in the e-mail address is used. | +
$GMTDATE$ |
+ Current GMT date. | +
$ICON$ |
+ The context-type sensistive icon. | +
$ICONURL$ |
+ The URL to the context-type sensistive icon. | +
$IDXFNAME$ |
+ Filename of main index page. | +
$IDXLABEL$ |
+ Label for main index page. | +
$IDXPREFIX$ |
+ Prefix of filenames of main index pages. | +
$IDXSIZE$ |
+ Max number of messages that may be listed in index page. | +
$IDXTITLE$ |
+ The title of the main index page. | +
$LINK$ |
+ Link markup inlinkg to a message. | +
$LOCALDATE$ |
+ Current local date. | +
$MMDDYYYY$ |
+ Message date in mm/dd/yyyy format. | +
$MSG$ |
+ Filename of message. | +
$MSGGMTDATE$ |
+ GMT date of current message. | +
$MSGID$ |
+ The message-id of the message. | +
$MSGLOCALDATE$ |
+ Local date of current message. | +
$MSGNUM$ |
+ The message number assigned to the message by MHonArc (includes leading zeros). | +
$MSGPREFIX$ |
+ Filename prefix for message files. | +
$MSGTORDNUM$ |
+ The ordinal message number of the current discussion thread. | +
$NOTE$ |
+ Message annotation. | +
$NUMFOLUP$ |
+ Number of explicit follow-ups to the message. | +
$NUMOFMSG$ |
+ Number of messages in the archive. | +
$NUMOFPAGES$ |
+ Number of index pages. | +
$ORDNUM$ |
+ The current listing number of the message. | +
$OUTDIR$ |
+ Pathname of archive. | +
$PROG$ |
+ Program name | +
$SUBJECT$ |
+ The subject text of the message, and if no arguments, wrapped in an anchor element that hyperlinks to the message. | +
$SUBJECTNA$ |
+ The subject text of the message without the anchor element. | +
$TIDXFNAME$ |
+ Filename of thread index page. | +
$TIDXLABEL$ |
+ Label for thread index page. | +
$TIDXPREFIX$ |
+ Prefix of filenames of thread index pages. | +
$TIDXTITLE$ |
+ Title of thread index. | +
$TSLICE$ |
+ A slice of the thread listing relative to the current message. Size of slice determined by the TSLICE resource. | +
$VERSION$ |
+ Program version. | +
$YYYYMMDD$ |
+ Message date in yyyy/mm/dd format. | +
None.
+ + +2.4.10 +
+ + ++ TNEXTTOPBUTTONIA, + TPREVTOPBUTTON, + TNEXTTOPLINK +
+ TNEXTBUTTON, + TPREVBUTTON, + TNEXTINBUTTON, + TPREVINBUTTON +
+ + +N/A +
+
+ <TNEXTTOPBUTTONIA>
+ markup ...
+ </TNEXTTOPBUTTONIA>
+
N/A +
+TNEXTTOPBUTTONIA defines the value for the
+ $BUTTON(TNEXTTOP)$ resource variable when the current message
+ in the chronologically last thread.
See TNEXTTOPBUTTON for defining the
+ value of $BUTTON(TNEXTTOP)$ when there is a next thread.
+ <TNEXTTOPBUTTONIA chop> + [Next Thread] + </TNEXTTOPBUTTONIA> ++ + +
| Variable | Value | +
|---|---|
$BUTTON$ |
+ Button markup inlinkg to a message. | +
$DATE$ |
+ The date of the message. | +
$DDMMYYYY$ |
+ Message date in dd/mm/yyyy format. | +
$DOCURL$ |
+ URL to documentation. | +
$ENV$ |
+ Value of an environment variable. | +
$FROM$ |
+ The complete text in the From: field of the message. | +
$FROMADDR$ |
+ The e-mail address in the From: field of the message. | +
$FROMADDRDOMAIN$ |
+ The e-mail address domain of the From: field of the message. | +
$FROMADDRNAME$ |
+ The e-mail address "username" (or local-part) of the From: field of the message. | +
$FROMNAME$ |
+ The human name of the person in the From: field of the message. If no human name is found, the username specified in the e-mail address is used. | +
$GMTDATE$ |
+ Current GMT date. | +
$ICON$ |
+ The context-type sensistive icon. | +
$ICONURL$ |
+ The URL to the context-type sensistive icon. | +
$IDXFNAME$ |
+ Filename of main index page. | +
$IDXLABEL$ |
+ Label for main index page. | +
$IDXPREFIX$ |
+ Prefix of filenames of main index pages. | +
$IDXSIZE$ |
+ Max number of messages that may be listed in index page. | +
$IDXTITLE$ |
+ The title of the main index page. | +
$LINK$ |
+ Link markup inlinkg to a message. | +
$LOCALDATE$ |
+ Current local date. | +
$MMDDYYYY$ |
+ Message date in mm/dd/yyyy format. | +
$MSG$ |
+ Filename of message. | +
$MSGGMTDATE$ |
+ GMT date of current message. | +
$MSGID$ |
+ The message-id of the message. | +
$MSGLOCALDATE$ |
+ Local date of current message. | +
$MSGNUM$ |
+ The message number assigned to the message by MHonArc (includes leading zeros). | +
$MSGPREFIX$ |
+ Filename prefix for message files. | +
$MSGTORDNUM$ |
+ The ordinal message number of the current discussion thread. | +
$NOTE$ |
+ Message annotation. | +
$NUMFOLUP$ |
+ Number of explicit follow-ups to the message. | +
$NUMOFMSG$ |
+ Number of messages in the archive. | +
$NUMOFPAGES$ |
+ Number of index pages. | +
$ORDNUM$ |
+ The current listing number of the message. | +
$OUTDIR$ |
+ Pathname of archive. | +
$PROG$ |
+ Program name | +
$SUBJECT$ |
+ The subject text of the message, and if no arguments, wrapped in an anchor element that hyperlinks to the message. | +
$SUBJECTNA$ |
+ The subject text of the message without the anchor element. | +
$TIDXFNAME$ |
+ Filename of thread index page. | +
$TIDXLABEL$ |
+ Label for thread index page. | +
$TIDXPREFIX$ |
+ Prefix of filenames of thread index pages. | +
$TIDXTITLE$ |
+ Title of thread index. | +
$TSLICE$ |
+ A slice of the thread listing relative to the current message. Size of slice determined by the TSLICE resource. | +
$VERSION$ |
+ Program version. | +
$YYYYMMDD$ |
+ Message date in yyyy/mm/dd format. | +
None.
+ + +2.4.10 +
+ + ++ TNEXTTOPBUTTON, + TPREVTOPBUTTONIA, + TNEXTTOPLINKIA +
+ + +N/A +
+
+ <TNEXTTOPLINK>
+ markup ...
+ </TNEXTTOPLINK>
+
N/A +
+TNEXTTOPLINK defines the value for the $LINK(TNEXTTOP)$
+ resource variable when there is a next thread relative to the current
+ message. TNEXTTOPLINK is analagous to TNEXTTOPBUTTON, but is intended to provide a
+ more descriptive link to the next thread.
See TNEXTTOPLINKIA for defining the
+ value of $LINK(TNEXTTOP)$ when there is no next thread.
+ <TNEXTTOPLINK> + <LI>Next thread: + <STRONG><A HREF="$MSG(TNEXTTOP)$">$SUBJECT(TNEXTTOP)$</A></STRONG> + </LI> + </TNEXTTOPLINK> ++ + +
| Variable | Value | +
|---|---|
$BUTTON$ |
+ Button markup inlinkg to a message. | +
$DATE$ |
+ The date of the message. | +
$DDMMYYYY$ |
+ Message date in dd/mm/yyyy format. | +
$DOCURL$ |
+ URL to documentation. | +
$ENV$ |
+ Value of an environment variable. | +
$FROM$ |
+ The complete text in the From: field of the message. | +
$FROMADDR$ |
+ The e-mail address in the From: field of the message. | +
$FROMADDRDOMAIN$ |
+ The e-mail address domain of the From: field of the message. | +
$FROMADDRNAME$ |
+ The e-mail address "username" (or local-part) of the From: field of the message. | +
$FROMNAME$ |
+ The human name of the person in the From: field of the message. If no human name is found, the username specified in the e-mail address is used. | +
$GMTDATE$ |
+ Current GMT date. | +
$ICON$ |
+ The context-type sensistive icon. | +
$ICONURL$ |
+ The URL to the context-type sensistive icon. | +
$IDXFNAME$ |
+ Filename of main index page. | +
$IDXLABEL$ |
+ Label for main index page. | +
$IDXPREFIX$ |
+ Prefix of filenames of main index pages. | +
$IDXSIZE$ |
+ Max number of messages that may be listed in index page. | +
$IDXTITLE$ |
+ The title of the main index page. | +
$LINK$ |
+ Link markup inlinkg to a message. | +
$LOCALDATE$ |
+ Current local date. | +
$MMDDYYYY$ |
+ Message date in mm/dd/yyyy format. | +
$MSG$ |
+ Filename of message. | +
$MSGGMTDATE$ |
+ GMT date of current message. | +
$MSGID$ |
+ The message-id of the message. | +
$MSGLOCALDATE$ |
+ Local date of current message. | +
$MSGNUM$ |
+ The message number assigned to the message by MHonArc (includes leading zeros). | +
$MSGPREFIX$ |
+ Filename prefix for message files. | +
$MSGTORDNUM$ |
+ The ordinal message number of the current discussion thread. | +
$NOTE$ |
+ Message annotation. | +
$NUMFOLUP$ |
+ Number of explicit follow-ups to the message. | +
$NUMOFMSG$ |
+ Number of messages in the archive. | +
$NUMOFPAGES$ |
+ Number of index pages. | +
$ORDNUM$ |
+ The current listing number of the message. | +
$OUTDIR$ |
+ Pathname of archive. | +
$PROG$ |
+ Program name | +
$SUBJECT$ |
+ The subject text of the message, and if no arguments, wrapped in an anchor element that hyperlinks to the message. | +
$SUBJECTNA$ |
+ The subject text of the message without the anchor element. | +
$TIDXFNAME$ |
+ Filename of thread index page. | +
$TIDXLABEL$ |
+ Label for thread index page. | +
$TIDXPREFIX$ |
+ Prefix of filenames of thread index pages. | +
$TIDXTITLE$ |
+ Title of thread index. | +
$TSLICE$ |
+ A slice of the thread listing relative to the current message. Size of slice determined by the TSLICE resource. | +
$VERSION$ |
+ Program version. | +
$YYYYMMDD$ |
+ Message date in yyyy/mm/dd format. | +
None. +
+ + +2.4.10 +
+ + ++ TNEXTTOPLINKIA, + TPREVTOPLINK, + TNEXTTOPBUTTON +
+ TNEXTLINK, + TPREVLINK, + TNEXTINLINK, + TPREVINLINK +
+ + +N/A +
+
+ <TNEXTTOPLINKIA>
+ markup ...
+ </TNEXTTOPLINKIA>
+
N/A +
+TNEXTTOPLINKIA defines the value for the $LINK(TNEXTTOP)$
+ resource variable when the current message in the chronologically last
+ thread.
See TNEXTTOPLINK for defining the value of
+ $LINK(TNEXTTOP)$ when there is a next message.
Nil +
+ + +| Variable | Value | +
|---|---|
$BUTTON$ |
+ Button markup inlinkg to a message. | +
$DATE$ |
+ The date of the message. | +
$DDMMYYYY$ |
+ Message date in dd/mm/yyyy format. | +
$DOCURL$ |
+ URL to documentation. | +
$ENV$ |
+ Value of an environment variable. | +
$FROM$ |
+ The complete text in the From: field of the message. | +
$FROMADDR$ |
+ The e-mail address in the From: field of the message. | +
$FROMADDRDOMAIN$ |
+ The e-mail address domain of the From: field of the message. | +
$FROMADDRNAME$ |
+ The e-mail address "username" (or local-part) of the From: field of the message. | +
$FROMNAME$ |
+ The human name of the person in the From: field of the message. If no human name is found, the username specified in the e-mail address is used. | +
$GMTDATE$ |
+ Current GMT date. | +
$ICON$ |
+ The context-type sensistive icon. | +
$ICONURL$ |
+ The URL to the context-type sensistive icon. | +
$IDXFNAME$ |
+ Filename of main index page. | +
$IDXLABEL$ |
+ Label for main index page. | +
$IDXPREFIX$ |
+ Prefix of filenames of main index pages. | +
$IDXSIZE$ |
+ Max number of messages that may be listed in index page. | +
$IDXTITLE$ |
+ The title of the main index page. | +
$LINK$ |
+ Link markup inlinkg to a message. | +
$LOCALDATE$ |
+ Current local date. | +
$MMDDYYYY$ |
+ Message date in mm/dd/yyyy format. | +
$MSG$ |
+ Filename of message. | +
$MSGGMTDATE$ |
+ GMT date of current message. | +
$MSGID$ |
+ The message-id of the message. | +
$MSGLOCALDATE$ |
+ Local date of current message. | +
$MSGNUM$ |
+ The message number assigned to the message by MHonArc (includes leading zeros). | +
$MSGPREFIX$ |
+ Filename prefix for message files. | +
$MSGTORDNUM$ |
+ The ordinal message number of the current discussion thread. | +
$NOTE$ |
+ Message annotation. | +
$NUMFOLUP$ |
+ Number of explicit follow-ups to the message. | +
$NUMOFMSG$ |
+ Number of messages in the archive. | +
$NUMOFPAGES$ |
+ Number of index pages. | +
$ORDNUM$ |
+ The current listing number of the message. | +
$OUTDIR$ |
+ Pathname of archive. | +
$PROG$ |
+ Program name | +
$SUBJECT$ |
+ The subject text of the message, and if no arguments, wrapped in an anchor element that hyperlinks to the message. | +
$SUBJECTNA$ |
+ The subject text of the message without the anchor element. | +
$TIDXFNAME$ |
+ Filename of thread index page. | +
$TIDXLABEL$ |
+ Label for thread index page. | +
$TIDXPREFIX$ |
+ Prefix of filenames of thread index pages. | +
$TIDXTITLE$ |
+ Title of thread index. | +
$TSLICE$ |
+ A slice of the thread listing relative to the current message. Size of slice determined by the TSLICE resource. | +
$VERSION$ |
+ Program version. | +
$YYYYMMDD$ |
+ Message date in yyyy/mm/dd format. | +
None. +
+ + +2.4.10 +
+ + ++ TNEXTTOPLINK, + TPREVTOPLINKIA, + TNEXTTOPBUTTONIA +
+ + +TPREVBUTTON defines the value for the $BUTTON(TPREV)$
! resource variable when there is a previous message to the current message
! according to the message list order of the thread index. See the
! TPREVBUTTONIA for defining the
! value of $BUTTON(TPREV)$ when there is no next message.
!
TPREVBUTTON defines the value for the $BUTTON(TPREV)$
! resource variable when there is a previous message by thread relative to
! the current message. The previous message by thread equals the previous
! message in the current thread or, if there is no such message, the last
! message in the chronologically previous thread.
See TPREVBUTTONIA for defining the
! value of $BUTTON(TPREV)$ when there is no next message.
TNEXTBUTTON, ! TNEXTBUTTONIA, ! TOPLINKS, ! TPREVBUTTONIA
--- 274,287 ----TNEXTBUTTON, ! TPREVBUTTONIA, ! TPREVLINK, ! TOPLINKS !
! TNEXTINBUTTON, ! TPREVINBUTTON, ! TNEXTTOPBUTTON, ! TPREVTOPBUTTON
diff -r -c -N MHonArc2.4.9/doc/resources/tprevbuttonia.html MHonArc2.4.9-p/doc/resources/tprevbuttonia.html *** MHonArc2.4.9/doc/resources/tprevbuttonia.html Sat Oct 28 09:29:47 2000 --- MHonArc2.4.9-p/doc/resources/tprevbuttonia.html Thu Jun 28 00:14:22 2001 *************** *** 43,53 ****TPREVBUTTONIA defines the value for the $BUTTON(TPREV)$
! resource variable when there is no previous message to the current message
! according to the message list order of the thread index. See the
! TPREVBUTTON for defining the
! value of $BUTTON(TPREV)$ when there is a next message.
!
TPREVBUTTONIA defines the value for the $BUTTON(TPREV)$
! resource variable when there is no previous message by thread relative to
! the current message. See TPREVBUTTON for
! defining the value of $BUTTON(TPREV)$ when there is a previous
! message.
! TNEXTBUTTON, TNEXTBUTTONIA, ! TOPLINKS, ! TPREVBUTTON
--- 270,279 ----! TPREVBUTTON, TNEXTBUTTONIA, ! TPREVLINKIA, ! TOPLINKS
diff -r -c -N MHonArc2.4.9/doc/resources/tprevlink.html MHonArc2.4.9-p/doc/resources/tprevlink.html *** MHonArc2.4.9/doc/resources/tprevlink.html Sat Oct 28 09:29:47 2000 --- MHonArc2.4.9-p/doc/resources/tprevlink.html Thu Jun 28 00:18:58 2001 *************** *** 42,59 ****TPREVLINK defines the value for the $LINK(TPREV)$
! resource variable when there is a previous message to the current message
! according to the message list order of the thread index. TPREVLINK
! is analagous to
! TPREVBUTTON, but is intended to
! provide a more descriptive link to the previous message.
!
See
! TPREVLINKIA for defining the
! value of $LINK(TPREV)$ when there is no previous message.
!
TPREVLINK defines the value for the $LINK(TPREV)$ resource
! variable when there is a previous message by thread relative to the current
! message. TPREVLINK is analagous to TPREVBUTTON, but is intended to provide a more
! descriptive link to the previous message.
See TPREVLINKIA for defining the value of
! $LINK(TPREV)$ when there is no previous message.
! BOTLINKS, TNEXTLINK, ! TNEXTLINKIA, ! TPREVLINKIA
--- 278,292 ----! TPREVLINKIA, TNEXTLINK, ! TPREVBUTTON, ! BOTLINKS !
! TNEXTINLINK, ! TPREVINLINK, ! TNEXTTOPLINK, ! TPREVTOPLINK
diff -r -c -N MHonArc2.4.9/doc/resources/tprevlinkia.html MHonArc2.4.9-p/doc/resources/tprevlinkia.html *** MHonArc2.4.9/doc/resources/tprevlinkia.html Sat Oct 28 09:29:47 2000 --- MHonArc2.4.9-p/doc/resources/tprevlinkia.html Thu Jun 28 00:18:40 2001 *************** *** 43,56 ****TPREVLINKIA defines the value for the $LINK(TPREV)$
! resource variable when there is no previous message to the current message
! according to the message list order of the thread index.
!
See
! TPREVLINK for defining the
! value of $LINK(TPREV)$ when there is a previous message.
!
TPREVLINKIA defines the value for the $LINK(TPREV)$
! resource variable when there is no previous message by thread relative to
! the current message.
See TPREVLINK for defining the value of
! $LINK(TPREV)$ when there is a previous message.
! BOTLINKS, ! TNEXTLINK, TNEXTLINKIA, ! TPREVLINK
--- 261,270 ----! TPREVLINK, TNEXTLINKIA, ! TPREVBUTTONIA, ! BOTLINKS
diff -r -c -N MHonArc2.4.9/doc/resources/tprevtopbutton.html MHonArc2.4.9-p/doc/resources/tprevtopbutton.html *** MHonArc2.4.9/doc/resources/tprevtopbutton.html Wed Dec 31 16:00:00 1969 --- MHonArc2.4.9-p/doc/resources/tprevtopbutton.html Thu Jun 28 00:10:58 2001 *************** *** 0 **** --- 1,288 ---- + + + +N/A +
+
+ <TPREVTOPBUTTON>
+ markup ...
+ </TPREVTOPBUTTON>
+
N/A +
+TPREVTOPBUTTON defines the value for the $BUTTON(TPREVTOP)$
+ resource variable when there is a previous thread relative to the current
+ message.
See TPREVTOPBUTTONIA for defining
+ the value of $BUTTON(TPREVTOP)$ when there is no previous
+ thread.
+ <TPREVTOPBUTTON chop> + [<A HREF="$MSG(TPREVTOP)$">Prev Thread</A>] + </TPREVTOPBUTTON> ++ + +
| Variable | Value | +
|---|---|
$BUTTON$ |
+ Button markup inlinkg to a message. | +
$DATE$ |
+ The date of the message. | +
$DDMMYYYY$ |
+ Message date in dd/mm/yyyy format. | +
$DOCURL$ |
+ URL to documentation. | +
$ENV$ |
+ Value of an environment variable. | +
$FROM$ |
+ The complete text in the From: field of the message. | +
$FROMADDR$ |
+ The e-mail address in the From: field of the message. | +
$FROMADDRDOMAIN$ |
+ The e-mail address domain of the From: field of the message. | +
$FROMADDRNAME$ |
+ The e-mail address "username" (or local-part) of the From: field of the message. | +
$FROMNAME$ |
+ The human name of the person in the From: field of the message. If no human name is found, the username specified in the e-mail address is used. | +
$GMTDATE$ |
+ Current GMT date. | +
$ICON$ |
+ The context-type sensistive icon. | +
$ICONURL$ |
+ The URL to the context-type sensistive icon. | +
$IDXFNAME$ |
+ Filename of main index page. | +
$IDXLABEL$ |
+ Label for main index page. | +
$IDXPREFIX$ |
+ Prefix of filenames of main index pages. | +
$IDXSIZE$ |
+ Max number of messages that may be listed in index page. | +
$IDXTITLE$ |
+ The title of the main index page. | +
$LINK$ |
+ Link markup inlinkg to a message. | +
$LOCALDATE$ |
+ Current local date. | +
$MMDDYYYY$ |
+ Message date in mm/dd/yyyy format. | +
$MSG$ |
+ Filename of message. | +
$MSGGMTDATE$ |
+ GMT date of current message. | +
$MSGID$ |
+ The message-id of the message. | +
$MSGLOCALDATE$ |
+ Local date of current message. | +
$MSGNUM$ |
+ The message number assigned to the message by MHonArc (includes leading zeros). | +
$MSGPREFIX$ |
+ Filename prefix for message files. | +
$MSGTORDNUM$ |
+ The ordinal message number of the current discussion thread. | +
$NOTE$ |
+ Message annotation. | +
$NUMFOLUP$ |
+ Number of explicit follow-ups to the message. | +
$NUMOFMSG$ |
+ Number of messages in the archive. | +
$NUMOFPAGES$ |
+ Number of index pages. | +
$ORDNUM$ |
+ The current listing number of the message. | +
$OUTDIR$ |
+ Pathname of archive. | +
$PROG$ |
+ Program name | +
$SUBJECT$ |
+ The subject text of the message, and if no arguments, wrapped in an anchor element that hyperlinks to the message. | +
$SUBJECTNA$ |
+ The subject text of the message without the anchor element. | +
$TIDXFNAME$ |
+ Filename of thread index page. | +
$TIDXLABEL$ |
+ Label for thread index page. | +
$TIDXPREFIX$ |
+ Prefix of filenames of thread index pages. | +
$TIDXTITLE$ |
+ Title of thread index. | +
$TSLICE$ |
+ A slice of the thread listing relative to the current message. Size of slice determined by the TSLICE resource. | +
$VERSION$ |
+ Program version. | +
$YYYYMMDD$ |
+ Message date in yyyy/mm/dd format. | +
None.
+ + +2.4.10 +
+ + ++ TNEXTTOPBUTTON, + TPREVTOPBUTTONIA, + TPREVTOPLINK +
+ ++ TNEXTBUTTON, + TPREVBUTTON, + TNEXTINBUTTON, + TPREVINBUTTON +
+ + +N/A +
+
+ <TPREVTOPBUTTONIA>
+ markup ...
+ </TPREVTOPBUTTONIA>
+
N/A +
+TPREVTOPBUTTONIA defines the value for the $BUTTON(TPREVTOP)$
+ resource variable when the current message is the first message in its
+ thread (so there is no previous message in the current thread).
See TPREVTOPBUTTON for defining the
+ value of $BUTTON(TPREVTOP)$ when there is a previous message.
+
+ <TPREVTOPBUTTONIA chop> + [Prev Thread] + </TPREVTOPBUTTONIA> ++ + +
| Variable | Value | +
|---|---|
$BUTTON$ |
+ Button markup inlinkg to a message. | +
$DATE$ |
+ The date of the message. | +
$DDMMYYYY$ |
+ Message date in dd/mm/yyyy format. | +
$DOCURL$ |
+ URL to documentation. | +
$ENV$ |
+ Value of an environment variable. | +
$FROM$ |
+ The complete text in the From: field of the message. | +
$FROMADDR$ |
+ The e-mail address in the From: field of the message. | +
$FROMADDRDOMAIN$ |
+ The e-mail address domain of the From: field of the message. | +
$FROMADDRNAME$ |
+ The e-mail address "username" (or local-part) of the From: field of the message. | +
$FROMNAME$ |
+ The human name of the person in the From: field of the message. If no human name is found, the username specified in the e-mail address is used. | +
$GMTDATE$ |
+ Current GMT date. | +
$ICON$ |
+ The context-type sensistive icon. | +
$ICONURL$ |
+ The URL to the context-type sensistive icon. | +
$IDXFNAME$ |
+ Filename of main index page. | +
$IDXLABEL$ |
+ Label for main index page. | +
$IDXPREFIX$ |
+ Prefix of filenames of main index pages. | +
$IDXSIZE$ |
+ Max number of messages that may be listed in index page. | +
$IDXTITLE$ |
+ The title of the main index page. | +
$LINK$ |
+ Link markup inlinkg to a message. | +
$LOCALDATE$ |
+ Current local date. | +
$MMDDYYYY$ |
+ Message date in mm/dd/yyyy format. | +
$MSG$ |
+ Filename of message. | +
$MSGGMTDATE$ |
+ GMT date of current message. | +
$MSGID$ |
+ The message-id of the message. | +
$MSGLOCALDATE$ |
+ Local date of current message. | +
$MSGNUM$ |
+ The message number assigned to the message by MHonArc (includes leading zeros). | +
$MSGPREFIX$ |
+ Filename prefix for message files. | +
$MSGTORDNUM$ |
+ The ordinal message number of the current discussion thread. | +
$NOTE$ |
+ Message annotation. | +
$NUMFOLUP$ |
+ Number of explicit follow-ups to the message. | +
$NUMOFMSG$ |
+ Number of messages in the archive. | +
$NUMOFPAGES$ |
+ Number of index pages. | +
$ORDNUM$ |
+ The current listing number of the message. | +
$OUTDIR$ |
+ Pathname of archive. | +
$PROG$ |
+ Program name | +
$SUBJECT$ |
+ The subject text of the message, and if no arguments, wrapped in an anchor element that hyperlinks to the message. | +
$SUBJECTNA$ |
+ The subject text of the message without the anchor element. | +
$TIDXFNAME$ |
+ Filename of thread index page. | +
$TIDXLABEL$ |
+ Label for thread index page. | +
$TIDXPREFIX$ |
+ Prefix of filenames of thread index pages. | +
$TIDXTITLE$ |
+ Title of thread index. | +
$TSLICE$ |
+ A slice of the thread listing relative to the current message. Size of slice determined by the TSLICE resource. | +
$VERSION$ |
+ Program version. | +
$YYYYMMDD$ |
+ Message date in yyyy/mm/dd format. | +
None.
+ + +2.4.10 +
+ + ++ TPREVTOPBUTTON, + TNEXTTOPBUTTONIA, + TPREVTOPLINKIA +
+ + +N/A +
+
+ <TPREVTOPLINK>
+ markup ...
+ </TPREVTOPLINK>
+
N/A +
+TPREVTOPLINK defines the value for the $LINK(TPREVTOP)$
+ resource variable when there is a previous thread relative to the current
+ message. TPREVTOPLINK is analagous to TPREVTOPBUTTON, but is intended to provide a
+ more descriptive link to the previous thread.
See TPREVTOPLINKIA for defining the
+ value of $LINK(TPREVTOP)$ when there is no previous thread.
+
+ <TPREVTOPLINK> + <LI>Prev thread: + <STRONG><A HREF="$MSG(TPREVTOP)$">$SUBJECT(TPREVTOP)$</A></STRONG> + </LI> + </TPREVTOPLINK> ++ + +
| Variable | Value | +
|---|---|
$BUTTON$ |
+ Button markup inlinkg to a message. | +
$DATE$ |
+ The date of the message. | +
$DDMMYYYY$ |
+ Message date in dd/mm/yyyy format. | +
$DOCURL$ |
+ URL to documentation. | +
$ENV$ |
+ Value of an environment variable. | +
$FROM$ |
+ The complete text in the From: field of the message. | +
$FROMADDR$ |
+ The e-mail address in the From: field of the message. | +
$FROMADDRDOMAIN$ |
+ The e-mail address domain of the From: field of the message. | +
$FROMADDRNAME$ |
+ The e-mail address "username" (or local-part) of the From: field of the message. | +
$FROMNAME$ |
+ The human name of the person in the From: field of the message. If no human name is found, the username specified in the e-mail address is used. | +
$GMTDATE$ |
+ Current GMT date. | +
$ICON$ |
+ The context-type sensistive icon. | +
$ICONURL$ |
+ The URL to the context-type sensistive icon. | +
$IDXFNAME$ |
+ Filename of main index page. | +
$IDXLABEL$ |
+ Label for main index page. | +
$IDXPREFIX$ |
+ Prefix of filenames of main index pages. | +
$IDXSIZE$ |
+ Max number of messages that may be listed in index page. | +
$IDXTITLE$ |
+ The title of the main index page. | +
$LINK$ |
+ Link markup inlinkg to a message. | +
$LOCALDATE$ |
+ Current local date. | +
$MMDDYYYY$ |
+ Message date in mm/dd/yyyy format. | +
$MSG$ |
+ Filename of message. | +
$MSGGMTDATE$ |
+ GMT date of current message. | +
$MSGID$ |
+ The message-id of the message. | +
$MSGLOCALDATE$ |
+ Local date of current message. | +
$MSGNUM$ |
+ The message number assigned to the message by MHonArc (includes leading zeros). | +
$MSGPREFIX$ |
+ Filename prefix for message files. | +
$MSGTORDNUM$ |
+ The ordinal message number of the current discussion thread. | +
$NOTE$ |
+ Message annotation. | +
$NUMFOLUP$ |
+ Number of explicit follow-ups to the message. | +
$NUMOFMSG$ |
+ Number of messages in the archive. | +
$NUMOFPAGES$ |
+ Number of index pages. | +
$ORDNUM$ |
+ The current listing number of the message. | +
$OUTDIR$ |
+ Pathname of archive. | +
$PROG$ |
+ Program name | +
$SUBJECT$ |
+ The subject text of the message, and if no arguments, wrapped in an anchor element that hyperlinks to the message. | +
$SUBJECTNA$ |
+ The subject text of the message without the anchor element. | +
$TIDXFNAME$ |
+ Filename of thread index page. | +
$TIDXLABEL$ |
+ Label for thread index page. | +
$TIDXPREFIX$ |
+ Prefix of filenames of thread index pages. | +
$TIDXTITLE$ |
+ Title of thread index. | +
$TSLICE$ |
+ A slice of the thread listing relative to the current message. Size of slice determined by the TSLICE resource. | +
$VERSION$ |
+ Program version. | +
$YYYYMMDD$ |
+ Message date in yyyy/mm/dd format. | +
None. +
+ + +2.4.10 +
+ + ++ TPREVTOPLINKIA, + TNEXTTOPLINK, + TPREVTOPBUTTON +
+ TNEXTLINK, + TPREVLINK, + TNEXTINLINK, + TPREVINLINK +
+ + +N/A +
+
+ <TPREVTOPLINKIA>
+ markup ...
+ </TPREVTOPLINKIA>
+
N/A +
+TPREVTOPLINKIA defines the value for the $LINK(TPREVTOP)$
+ resource variable when the current message is in the chronologically first
+ thread.
See TPREVTOPLINK for defining the value of
+ $LINK(TPREVTOP)$ when there is a previous message.
Nil. +
+ + +| Variable | Value | +
|---|---|
$BUTTON$ |
+ Button markup inlinkg to a message. | +
$DATE$ |
+ The date of the message. | +
$DDMMYYYY$ |
+ Message date in dd/mm/yyyy format. | +
$DOCURL$ |
+ URL to documentation. | +
$ENV$ |
+ Value of an environment variable. | +
$FROM$ |
+ The complete text in the From: field of the message. | +
$FROMADDR$ |
+ The e-mail address in the From: field of the message. | +
$FROMADDRDOMAIN$ |
+ The e-mail address domain of the From: field of the message. | +
$FROMADDRNAME$ |
+ The e-mail address "username" (or local-part) of the From: field of the message. | +
$FROMNAME$ |
+ The human name of the person in the From: field of the message. If no human name is found, the username specified in the e-mail address is used. | +
$GMTDATE$ |
+ Current GMT date. | +
$ICON$ |
+ The context-type sensistive icon. | +
$ICONURL$ |
+ The URL to the context-type sensistive icon. | +
$IDXFNAME$ |
+ Filename of main index page. | +
$IDXLABEL$ |
+ Label for main index page. | +
$IDXPREFIX$ |
+ Prefix of filenames of main index pages. | +
$IDXSIZE$ |
+ Max number of messages that may be listed in index page. | +
$IDXTITLE$ |
+ The title of the main index page. | +
$LINK$ |
+ Link markup inlinkg to a message. | +
$LOCALDATE$ |
+ Current local date. | +
$MMDDYYYY$ |
+ Message date in mm/dd/yyyy format. | +
$MSG$ |
+ Filename of message. | +
$MSGGMTDATE$ |
+ GMT date of current message. | +
$MSGID$ |
+ The message-id of the message. | +
$MSGLOCALDATE$ |
+ Local date of current message. | +
$MSGNUM$ |
+ The message number assigned to the message by MHonArc (includes leading zeros). | +
$MSGPREFIX$ |
+ Filename prefix for message files. | +
$MSGTORDNUM$ |
+ The ordinal message number of the current discussion thread. | +
$NOTE$ |
+ Message annotation. | +
$NUMFOLUP$ |
+ Number of explicit follow-ups to the message. | +
$NUMOFMSG$ |
+ Number of messages in the archive. | +
$NUMOFPAGES$ |
+ Number of index pages. | +
$ORDNUM$ |
+ The current listing number of the message. | +
$OUTDIR$ |
+ Pathname of archive. | +
$PROG$ |
+ Program name | +
$SUBJECT$ |
+ The subject text of the message, and if no arguments, wrapped in an anchor element that hyperlinks to the message. | +
$SUBJECTNA$ |
+ The subject text of the message without the anchor element. | +
$TIDXFNAME$ |
+ Filename of thread index page. | +
$TIDXLABEL$ |
+ Label for thread index page. | +
$TIDXPREFIX$ |
+ Prefix of filenames of thread index pages. | +
$TIDXTITLE$ |
+ Title of thread index. | +
$TSLICE$ |
+ A slice of the thread listing relative to the current message. Size of slice determined by the TSLICE resource. | +
$VERSION$ |
+ Program version. | +
$YYYYMMDD$ |
+ Message date in yyyy/mm/dd format. | +
None. +
+ + +2.4.10 +
+ + ++ TPREVTOPLINK, + TNEXTTOPLINKIA, + TPREVTOPBUTTONIA +
+ + +TSINGLETXT should define the start markup, content, and ! end markup. !
!TSINGLETXT should define the start markup, content, and ! end markup.
! !In a thread slice, the current ! message is displayed with TSINGLETXTCUR, ! not TSINGLETXT, if it is not in a thread.
N/A +
+
+ <TSINGLETXTCUR>
+ markup ...
+ </TSINGLETXTCUR>
+
N/A +
+TSINGLETXTCUR defines the markup for the current message in a thread + slice, when that message is not in a thread. I.e. it has no references or + follow-ups in the archive. The TSINGLETXT + resource is used for messages other than the current message.
+ +Set TSINGLETXTCUR, TTOPBEGINCUR, and TLITXTCUR to make the current message in a thread + slice look different from the other messages in the slice.
+ +TSINGLETXTCUR should define the start markup, content, and + end markup. +
+The value of the TSINGLETXT resource.
+ + +| Variable | Value | +
|---|---|
$A_ATTR$ |
+ The NAME and HREF attributes to use in an anchor to link to the archived message. The NAME attribute links the messages to the index page. | +
$A_HREF$ |
+ The HREF attribute to use in an anchor to link to the archived message. | +
$A_NAME$ |
+ The NAME attribute to use in an anchor for messages to link to the index page. | +
$DATE$ |
+ The date of the message. | +
$DDMMYYYY$ |
+ Message date in dd/mm/yyyy format. | +
$ENV$ |
+ Value of an environment variable. | +
$FROM$ |
+ The complete text in the From: field of the message. | +
$FROMADDR$ |
+ The e-mail address in the From: field of the message. | +
$FROMADDRDOMAIN$ |
+ The e-mail address domain of the From: field of the message. | +
$FROMADDRNAME$ |
+ The e-mail address "username" (or local-part) of the From: field of the message. | +
$FROMNAME$ |
+ The human name of the person in the From: field of the message. If no human name is found, the username specified in the e-mail address is used. | +
$ICON$ |
+ The context-type sensistive icon. | +
$ICONURL$ |
+ The URL to the context-type sensistive icon. | +
$MMDDYYYY$ |
+ Message date in mm/dd/yyyy format. | +
$MSGGMTDATE$ |
+ GMT date of current message. | +
$MSGID$ |
+ The message-id of the message. | +
$MSGLOCALDATE$ |
+ Local date of current message. | +
$MSGNUM$ |
+ The message number assigned to the message by MHonArc (includes leading zeros). | +
$MSGPREFIX$ |
+ Filename prefix for message files. | +
$MSGTORDNUM$ |
+ The ordinal message number of the current discussion thread. | +
$NOTE$ |
+ Message annotation. | +
$NUMFOLUP$ |
+ Number of explicit follow-ups to the message. | +
$ORDNUM$ |
+ The current listing number of the message. | +
$SUBJECT$ |
+ The subject text of the message, and if no arguments, wrapped in an anchor element that hyperlinks to the message. | +
$SUBJECTNA$ |
+ The subject text of the message without the anchor element. | +
$YYYYMMDD$ |
+ Message date in yyyy/mm/dd format. | +
This markup causes the current message's subject to not be a link.
+ ++ <TSINGLETXTCUR> + <LI><STRONG>$SUBJECTNA$</STRONG>, + <EM>$FROMNAME$</EM> + </TSINGLETXTCUR> ++ + +
2.4.10 +
+ + ++ TSINGLETXT, + TLITXTCUR, + TTOPBEGINCUR +
+ + +TSLICE sets the size of the thread listing "slice" (ie. a portion ! of the complete thread listing) when the ! $TSLICE$ resource variable is used. The value ! of the TSLICE resource is two numbers separated by a colon. ! The first number is the number of messages listed before the ! current message in the thread slice. The second number is ! the number of messages listed after the current message. !
TSLICE sets the size of the thread listing "slice" (ie. a portion of the ! complete thread listing) when the $TSLICE$ resource variable ! is used. The value of the TSLICE resource is two numbers separated by a ! colon. The first number is the number of messages listed before the ! current message in the thread slice. The second number is the number of ! messages listed after the current message. You can override the ! value of TSLICE with optional arguments to $TSLICE$.
TSLICEBEG, ! TSLICEEND, ! TSLICECURTHREAD
diff -r -c -N MHonArc2.4.9/doc/resources/tslicecurthread.html MHonArc2.4.9-p/doc/resources/tslicecurthread.html *** MHonArc2.4.9/doc/resources/tslicecurthread.html Wed Dec 31 16:00:00 1969 --- MHonArc2.4.9-p/doc/resources/tslicecurthread.html Wed Jun 27 15:13:21 2001 *************** *** 0 **** --- 1,107 ---- + + + +
+ M2H_TSLICECURTHREAD=[ 0 | 1 ]
+
+
+ <TSLICECURTHREAD>
+
+ <NOTSLICECURTHREAD>
+
+ -tslicecurthread
+
+ -notslicecurthread
+
If the TSLICECURTHREAD resource is on, then thread slices are limited by default to + contain only the current thread. This is the thread containing the current + message. You can override the value of TSLICECURTHREAD with an optional + argument to $TSLICE$.
+ + +Off. +
+ + +| Variable | Value | +
|---|---|
$TSLICE$ |
+ A slice of the thread listing relative to the current message. Size of slice determined by the TSLICE resource. | +
None.
+ + +2.4.10 +
+ + ++ TSLICE +
+ + +TTOPBEGIN should define any starting markup for the thread and markup + for the root message of the thread. Use TTOPEND to define the ending markup for the + thread.
+ +In a thread slice, the current + message is displayed with TTOPBEGINCUR, not + TTOPBEGIN, if it is the root message of a thread.
Page Layout --- 268,275 ---- TLITXT, TSINGLETXT, TSUBJECTBEG, ! TTOPEND, ! TTOPBEGINCUR
Page Layout diff -r -c -N MHonArc2.4.9/doc/resources/ttopbegincur.html MHonArc2.4.9-p/doc/resources/ttopbegincur.html *** MHonArc2.4.9/doc/resources/ttopbegincur.html Wed Dec 31 16:00:00 1969 --- MHonArc2.4.9-p/doc/resources/ttopbegincur.html Wed Jun 27 15:13:58 2001 *************** *** 0 **** --- 1,226 ---- + + +
+N/A +
+
+ <TTOPBEGINCUR>
+ markup ...
+ </TTOPBEGINCUR>
+
N/A +
+TTOPBEGINCUR defines the markup for the current message in a thread + slice, when that message is the root, or start, of a thread. The + TTOPBEGIN resource is used for messages other + than the current message.
+ +Set TSINGLETXTCUR, TTOPBEGINCUR, and TLITXTCUR to make the current message in a thread + slice look different from the other messages in the slice.
+ +TTOPBEGINCUR should define any starting markup for the thread and + markup for the root message of the thread. Use TTOPENDCUR to define the ending markup for the + thread.
The value of the TTOPBEGIN resource.
+ + +| Variable | Value | +
|---|---|
$A_ATTR$ |
+ The NAME and HREF attributes to use in an anchor to link to the archived message. The NAME attribute links the messages to the index page. | +
$A_HREF$ |
+ The HREF attribute to use in an anchor to link to the archived message. | +
$A_NAME$ |
+ The NAME attribute to use in an anchor for messages to link to the index page. | +
$DATE$ |
+ The date of the message. | +
$DDMMYYYY$ |
+ Message date in dd/mm/yyyy format. | +
$ENV$ |
+ Value of an environment variable. | +
$FROM$ |
+ The complete text in the From: field of the message. | +
$FROMADDR$ |
+ The e-mail address in the From: field of the message. | +
$FROMADDRDOMAIN$ |
+ The e-mail address domain of the From: field of the message. | +
$FROMADDRNAME$ |
+ The e-mail address "username" (or local-part) of the From: field of the message. | +
$FROMNAME$ |
+ The human name of the person in the From: field of the message. If no human name is found, the username specified in the e-mail address is used. | +
$ICON$ |
+ The context-type sensistive icon. | +
$ICONURL$ |
+ The URL to the context-type sensistive icon. | +
$MMDDYYYY$ |
+ Message date in mm/dd/yyyy format. | +
$MSGGMTDATE$ |
+ GMT date of current message. | +
$MSGID$ |
+ The message-id of the message. | +
$MSGLOCALDATE$ |
+ Local date of current message. | +
$MSGNUM$ |
+ The message number assigned to the message by MHonArc (includes leading zeros). | +
$MSGPREFIX$ |
+ Filename prefix for message files. | +
$MSGTORDNUM$ |
+ The ordinal message number of the current discussion thread. | +
$NOTE$ |
+ Message annotation. | +
$NUMFOLUP$ |
+ Number of explicit follow-ups to the message. | +
$ORDNUM$ |
+ The current listing number of the message. | +
$SUBJECT$ |
+ The subject text of the message, and if no arguments, wrapped in an anchor element that hyperlinks to the message. | +
$SUBJECTNA$ |
+ The subject text of the message without the anchor element. | +
$YYYYMMDD$ |
+ Message date in yyyy/mm/dd format. | +
This markup causes the current message's subject to not be a link.
+ ++ <TTOPBEGINCUR> + <LI><STRONG>$SUBJECTNA$</STRONG>, + <EM>$FROMNAME$</EM> + </TTOPBEGINCUR> + + <!-- Don't need to change TTOPENDCUR, because TTOPEND's value is OK --> ++ + +
2.4.10 +
+ + ++ TTOPBEGIN, + TTOPENDCUR, + TLITXTCUR, + TSINGLETXTCUR +
++ Page Layout +
+ + +N/A +
+
+ <TTOPENDCUR>
+ markup ...
+ </TTOPENDCUR>
+
N/A +
+TTOPENDCUR defines the markup for the end of a thread listing in a + thread slice, when that thread's root was the current message. The TTOPEND resource is used for other threads.
+ + +The value of the TTOPEND resource.
+ + +N/A +
+ + +See TTOPBEGINCUR. +
+ + +2.4.10 +
+ + ++ TTOPEND, + TTOPBEGINCUR +
++ Page Layout +
+ + +