N/A
<MSGIDLINK>
markup ...
</MSGIDLINK>
N/A
MSGIDLINK defines the hyperlink markup for embedded message-ids in message pages. When MHonArc processes messages, it will scan the message header and body for message-ids of referenced message. If the referenced message is in the archive, MHonArc will hyperlink the message-id to the reference message. The format of the hyperlink generated is controled by the MSGIDLINK resource.
<A $A_HREF$>$MSGID$</A>
| Variable | Value | 
|---|---|
$DATE$ | 
The date of the message. | 
$DDMMYY$ | 
Message date in dd/mm/yy format. | 
$DOCURL$ | 
URL to documentation. | 
$FIRSTPG$ | 
Filename of first page of main index. | 
$FROM$ | 
The complete text in the From: field of the message. | 
$FROMADDR$ | 
The e-mail address in 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. | 
$LASTPG$ | 
Filename of last page in of main index. | 
$LOCALDATE$ | 
Current local date. | 
$MMDDYY$ | 
Message date in mm/dd/yy 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. | 
$NEXTBUTTON$ | 
Next button markup linking to the next message. | 
$NEXTFROM$ | 
Content of From field of the next message. | 
$NEXTFROMADDR$ | 
E-mail address contained in From field of the next message. | 
$NEXTFROMNAME$ | 
Human name contained in From field of the next message. | 
$NEXTLINK$ | 
Next link markup linking to the next message. | 
$NEXTMSG$ | 
Filename of next message. | 
$NEXTMSGNUM$ | 
Number assigned to next message. | 
$NEXTSUBJECT$ | 
Subject of next message. | 
$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. | 
$PREVBUTTON$ | 
Previous button markup linking to the previous message. | 
$PREVFROM$ | 
Content of From field of the previous message. | 
$PREVFROMADDR$ | 
E-mail address contained in From field of the previous message. | 
$PREVFROMNAME$ | 
Human name contained in From field of the previous message. | 
$PREVLINK$ | 
Previous link markup linking to the previous message. | 
$PREVMSG$ | 
Filename of previous message. | 
$PREVMSGNUM$ | 
Number assigned to previous message. | 
$PREVSUBJECT$ | 
Subject of previous message. | 
$PROG$ | 
Program name | 
$SUBJECTNA$ | 
The subject text of the message without the anchor element. | 
$TFIRSTPG$ | 
Filename of first page of thread index. | 
$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. | 
$TLASTPG$ | 
Filename of last page of thread index. | 
$TNEXTBUTTON$ | 
Next button markup linking to the next message according to the thread index list order. | 
$TNEXTFROM$ | 
Content of From field of the next message according to the list order of the thread index. | 
$TNEXTFROMADDR$ | 
E-mail address contained in From field of the next message according to the list order of the thread index. | 
$TNEXTFROMNAME$ | 
Human name contained in From field of the next message according to the list order of the thread index. | 
$TNEXTLINK$ | 
Next link markup linking to the next message according to the thread index list order. | 
$TNEXTMSG$ | 
Filename of next message according to the list order of the thread index. | 
$TNEXTMSGNUM$ | 
Number assigned to next message according to the list order of the thread index. | 
$TNEXTSUBJECT$ | 
Subject of next message according to the list order of the thread index. | 
$TPREVBUTTON$ | 
Previous button markup linking to the previous message according to the thread index list order. | 
$TPREVFROM$ | 
Content of From field of the previous message according to the list order of the thread index. | 
$TPREVFROMADDR$ | 
E-mail address contained in From field of the previous message according to the list order of the thread index. | 
$TPREVFROMNAME$ | 
Human name contained in From field of the previous message according to the list order of the thread index. | 
$TPREVLINK$ | 
Previous link markup linking to the previous message according to the thread index list order. | 
$TPREVMSG$ | 
Filename of previous message according to the list order of the thread index. | 
$TPREVMSGNUM$ | 
Number assigned to previous message according to the list order of the thread index. | 
$TPREVSUBJECT$ | 
Subject of previous message according to the list order of the 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. | 
$YYMMDD$ | 
Message date in yy/mm/dd format. | 
If you have an archives that is using frames, you may want to change MSGIDLINK to set the TARGET attibute of the anchor like the following:
<MsgIdLink> <A TARGET="MAIN" $A_HREF$>$MSGID$</A> </MsgIdLink>
2.2.0