mhonarc-commits
[Top] [All Lists]

mhonarc/MHonArc/doc _helper/rcvars.lst resource...

2003-09-28 23:22:25
CVSROOT:	/cvsroot/mhonarc
Module name:	mhonarc
Branch: 	
Changes by:	Earl Hood <earl(_at_)earlhood(_dot_)com>	03/09/29 02:20:31

Modified files:
	MHonArc/doc/_helper: rcvars.lst 
	MHonArc/doc/resources: authorbegin.html daybegin.html 
	                       foluplitxt.html litemplate.html 
	                       msgbodyend.html refslitxt.html 
	                       subjectbegin.html tcontbegin.html 
	                       tlitxt.html tsingletxt.html 
	                       ttopbegin.html 

Log message:
	Fixed flags for $MSG$ in rcvars.lst so it will show up in rcvar tables
	of applicable resources.

Patches:
Index: mhonarc/MHonArc/doc/_helper/rcvars.lst
diff -u mhonarc/MHonArc/doc/_helper/rcvars.lst:1.20 mhonarc/MHonArc/doc/_helper/rcvars.lst:1.21
--- mhonarc/MHonArc/doc/_helper/rcvars.lst:1.20	Thu Jan  9 18:42:25 2003
+++ mhonarc/MHonArc/doc/_helper/rcvars.lst	Mon Sep 29 02:20:31 2003
@@ -23,7 +23,7 @@
 LINK(M):M:Link markup linking to a message.
 LOCALDATE(T):itM:Current local date.
 MMDDYYYY(M):ITMF:Message date in mm/dd/yyyy format.
-MSG(M):M:Filename of message.
+MSG(M):ITMF:Filename of message.
 MSGGMTDATE(T):ITMFU:GMT date of current message.
 MSGHFIELD(M):ITM:Message header field
 MSGID(M):ITMFU:The message-id of the message.
Index: mhonarc/MHonArc/doc/resources/authorbegin.html
diff -u mhonarc/MHonArc/doc/resources/authorbegin.html:1.15 mhonarc/MHonArc/doc/resources/authorbegin.html:1.16
--- mhonarc/MHonArc/doc/resources/authorbegin.html:1.15	Thu Jan  9 18:42:25 2003
+++ mhonarc/MHonArc/doc/resources/authorbegin.html	Mon Sep 29 02:20:31 2003
@@ -142,6 +142,10 @@
 <td>Message date in mm/dd/yyyy format.</td>
 </tr>
 <tr valign=top>
+<td align=center><a name="MSG" href="../rcvars.html#MSG"><strong><code>$MSG$</code></strong></a></td>
+<td>Filename of message.</td>
+</tr>
+<tr valign=top>
 <td align=center><a name="MSGGMTDATE" href="../rcvars.html#MSGGMTDATE"><strong><code>$MSGGMTDATE$</code></strong></a></td>
 <td>GMT date of current message.</td>
 </tr>
@@ -245,7 +249,7 @@
 <!--/x-rc-nav-->
 <hr>
 <address>
-$Date: 2003/01/09 23:42:25 $ <br>
+$Date: 2003/09/29 06:20:31 $ <br>
 <img align="top" src="../monicon.png" alt="">
 <a href="http://www.mhonarc.org/";
 ><strong>MHonArc</strong></a><br>
Index: mhonarc/MHonArc/doc/resources/daybegin.html
diff -u mhonarc/MHonArc/doc/resources/daybegin.html:1.16 mhonarc/MHonArc/doc/resources/daybegin.html:1.17
--- mhonarc/MHonArc/doc/resources/daybegin.html:1.16	Thu Jan  9 18:42:25 2003
+++ mhonarc/MHonArc/doc/resources/daybegin.html	Mon Sep 29 02:20:31 2003
@@ -142,6 +142,10 @@
 <td>Message date in mm/dd/yyyy format.</td>
 </tr>
 <tr valign=top>
+<td align=center><a name="MSG" href="../rcvars.html#MSG"><strong><code>$MSG$</code></strong></a></td>
+<td>Filename of message.</td>
+</tr>
+<tr valign=top>
 <td align=center><a name="MSGGMTDATE" href="../rcvars.html#MSGGMTDATE"><strong><code>$MSGGMTDATE$</code></strong></a></td>
 <td>GMT date of current message.</td>
 </tr>
@@ -249,7 +253,7 @@
 <!--/x-rc-nav-->
 <hr>
 <address>
-$Date: 2003/01/09 23:42:25 $ <br>
+$Date: 2003/09/29 06:20:31 $ <br>
 <img align="top" src="../monicon.png" alt="">
 <a href="http://www.mhonarc.org/";
 ><strong>MHonArc</strong></a><br>
Index: mhonarc/MHonArc/doc/resources/foluplitxt.html
diff -u mhonarc/MHonArc/doc/resources/foluplitxt.html:1.15 mhonarc/MHonArc/doc/resources/foluplitxt.html:1.16
--- mhonarc/MHonArc/doc/resources/foluplitxt.html:1.15	Thu Jan  9 18:42:25 2003
+++ mhonarc/MHonArc/doc/resources/foluplitxt.html	Mon Sep 29 02:20:31 2003
@@ -145,6 +145,10 @@
 <td>Message date in mm/dd/yyyy format.</td>
 </tr>
 <tr valign=top>
+<td align=center><a name="MSG" href="../rcvars.html#MSG"><strong><code>$MSG$</code></strong></a></td>
+<td>Filename of message.</td>
+</tr>
+<tr valign=top>
 <td align=center><a name="MSGGMTDATE" href="../rcvars.html#MSGGMTDATE"><strong><code>$MSGGMTDATE$</code></strong></a></td>
 <td>GMT date of current message.</td>
 </tr>
@@ -233,7 +237,7 @@
 <!--/x-rc-nav-->
 <hr>
 <address>
-$Date: 2003/01/09 23:42:25 $ <br>
+$Date: 2003/09/29 06:20:31 $ <br>
 <img align="top" src="../monicon.png" alt="">
 <a href="http://www.mhonarc.org/";
 ><strong>MHonArc</strong></a><br>
Index: mhonarc/MHonArc/doc/resources/litemplate.html
diff -u mhonarc/MHonArc/doc/resources/litemplate.html:1.16 mhonarc/MHonArc/doc/resources/litemplate.html:1.17
--- mhonarc/MHonArc/doc/resources/litemplate.html:1.16	Thu Jan  9 18:42:25 2003
+++ mhonarc/MHonArc/doc/resources/litemplate.html	Mon Sep 29 02:20:31 2003
@@ -141,6 +141,10 @@
 <td>Message date in mm/dd/yyyy format.</td>
 </tr>
 <tr valign=top>
+<td align=center><a name="MSG" href="../rcvars.html#MSG"><strong><code>$MSG$</code></strong></a></td>
+<td>Filename of message.</td>
+</tr>
+<tr valign=top>
 <td align=center><a name="MSGGMTDATE" href="../rcvars.html#MSGGMTDATE"><strong><code>$MSGGMTDATE$</code></strong></a></td>
 <td>GMT date of current message.</td>
 </tr>
@@ -234,7 +238,7 @@
 <!--/x-rc-nav-->
 <hr>
 <address>
-$Date: 2003/01/09 23:42:25 $ <br>
+$Date: 2003/09/29 06:20:31 $ <br>
 <img align="top" src="../monicon.png" alt="">
 <a href="http://www.mhonarc.org/";><strong>MHonArc</strong></a><br>
 Copyright &#169; 1997-1998, <a href="http://www.earlhood.com/";>Earl Hood</a>, <a href="mailto:mhonarc(_at_)mhonarc(_dot_)org">mhonarc(_at_)mhonarc(_dot_)org</a><br>
Index: mhonarc/MHonArc/doc/resources/msgbodyend.html
diff -u mhonarc/MHonArc/doc/resources/msgbodyend.html:1.13 mhonarc/MHonArc/doc/resources/msgbodyend.html:1.14
--- mhonarc/MHonArc/doc/resources/msgbodyend.html:1.13	Thu Jan  9 18:42:25 2003
+++ mhonarc/MHonArc/doc/resources/msgbodyend.html	Mon Sep 29 02:20:31 2003
@@ -113,6 +113,10 @@
 <td>Message date in mm/dd/yyyy format.</td>
 </tr>
 <tr valign=top>
+<td align=center><a name="MSG" href="../rcvars.html#MSG"><strong><code>$MSG$</code></strong></a></td>
+<td>Filename of message.</td>
+</tr>
+<tr valign=top>
 <td align=center><a name="MSGGMTDATE" href="../rcvars.html#MSGGMTDATE"><strong><code>$MSGGMTDATE$</code></strong></a></td>
 <td>GMT date of current message.</td>
 </tr>
@@ -176,7 +180,7 @@
 <!--/x-rc-nav-->
 <hr>
 <address>
-$Date: 2003/01/09 23:42:25 $ <br>
+$Date: 2003/09/29 06:20:31 $ <br>
 <img align="top" src="../monicon.png" alt="">
 <a href="http://www.mhonarc.org/";
 ><strong>MHonArc</strong></a><br>
Index: mhonarc/MHonArc/doc/resources/refslitxt.html
diff -u mhonarc/MHonArc/doc/resources/refslitxt.html:1.15 mhonarc/MHonArc/doc/resources/refslitxt.html:1.16
--- mhonarc/MHonArc/doc/resources/refslitxt.html:1.15	Thu Jan  9 18:42:26 2003
+++ mhonarc/MHonArc/doc/resources/refslitxt.html	Mon Sep 29 02:20:31 2003
@@ -145,6 +145,10 @@
 <td>Message date in mm/dd/yyyy format.</td>
 </tr>
 <tr valign=top>
+<td align=center><a name="MSG" href="../rcvars.html#MSG"><strong><code>$MSG$</code></strong></a></td>
+<td>Filename of message.</td>
+</tr>
+<tr valign=top>
 <td align=center><a name="MSGGMTDATE" href="../rcvars.html#MSGGMTDATE"><strong><code>$MSGGMTDATE$</code></strong></a></td>
 <td>GMT date of current message.</td>
 </tr>
@@ -236,7 +240,7 @@
 <!--/x-rc-nav-->
 <hr>
 <address>
-$Date: 2003/01/09 23:42:26 $ <br>
+$Date: 2003/09/29 06:20:31 $ <br>
 <img align="top" src="../monicon.png" alt="">
 <a href="http://www.mhonarc.org/";
 ><strong>MHonArc</strong></a><br>
Index: mhonarc/MHonArc/doc/resources/subjectbegin.html
diff -u mhonarc/MHonArc/doc/resources/subjectbegin.html:1.15 mhonarc/MHonArc/doc/resources/subjectbegin.html:1.16
--- mhonarc/MHonArc/doc/resources/subjectbegin.html:1.15	Thu Jan  9 18:42:26 2003
+++ mhonarc/MHonArc/doc/resources/subjectbegin.html	Mon Sep 29 02:20:31 2003
@@ -141,6 +141,10 @@
 <td>Message date in mm/dd/yyyy format.</td>
 </tr>
 <tr valign=top>
+<td align=center><a name="MSG" href="../rcvars.html#MSG"><strong><code>$MSG$</code></strong></a></td>
+<td>Filename of message.</td>
+</tr>
+<tr valign=top>
 <td align=center><a name="MSGGMTDATE" href="../rcvars.html#MSGGMTDATE"><strong><code>$MSGGMTDATE$</code></strong></a></td>
 <td>GMT date of current message.</td>
 </tr>
@@ -244,7 +248,7 @@
 <!--/x-rc-nav-->
 <hr>
 <address>
-$Date: 2003/01/09 23:42:26 $ <br>
+$Date: 2003/09/29 06:20:31 $ <br>
 <img align="top" src="../monicon.png" alt="">
 <a href="http://www.mhonarc.org/";
 ><strong>MHonArc</strong></a><br>
Index: mhonarc/MHonArc/doc/resources/tcontbegin.html
diff -u mhonarc/MHonArc/doc/resources/tcontbegin.html:1.15 mhonarc/MHonArc/doc/resources/tcontbegin.html:1.16
--- mhonarc/MHonArc/doc/resources/tcontbegin.html:1.15	Thu Jan  9 18:42:26 2003
+++ mhonarc/MHonArc/doc/resources/tcontbegin.html	Mon Sep 29 02:20:31 2003
@@ -154,6 +154,10 @@
 <td>Message date in mm/dd/yyyy format.</td>
 </tr>
 <tr valign=top>
+<td align=center><a name="MSG" href="../rcvars.html#MSG"><strong><code>$MSG$</code></strong></a></td>
+<td>Filename of message.</td>
+</tr>
+<tr valign=top>
 <td align=center><a name="MSGGMTDATE" href="../rcvars.html#MSGGMTDATE"><strong><code>$MSGGMTDATE$</code></strong></a></td>
 <td>GMT date of current message.</td>
 </tr>
@@ -243,7 +247,7 @@
 <!--/x-rc-nav-->
 <hr>
 <address>
-$Date: 2003/01/09 23:42:26 $ <br>
+$Date: 2003/09/29 06:20:31 $ <br>
 <img align="top" src="../monicon.png" alt="">
 <a href="http://www.mhonarc.org/";
 ><strong>MHonArc</strong></a><br>
Index: mhonarc/MHonArc/doc/resources/tlitxt.html
diff -u mhonarc/MHonArc/doc/resources/tlitxt.html:1.15 mhonarc/MHonArc/doc/resources/tlitxt.html:1.16
--- mhonarc/MHonArc/doc/resources/tlitxt.html:1.15	Thu Jan  9 18:42:26 2003
+++ mhonarc/MHonArc/doc/resources/tlitxt.html	Mon Sep 29 02:20:31 2003
@@ -147,6 +147,10 @@
 <td>Message date in mm/dd/yyyy format.</td>
 </tr>
 <tr valign=top>
+<td align=center><a name="MSG" href="../rcvars.html#MSG"><strong><code>$MSG$</code></strong></a></td>
+<td>Filename of message.</td>
+</tr>
+<tr valign=top>
 <td align=center><a name="MSGGMTDATE" href="../rcvars.html#MSGGMTDATE"><strong><code>$MSGGMTDATE$</code></strong></a></td>
 <td>GMT date of current message.</td>
 </tr>
@@ -239,7 +243,7 @@
 <!--/x-rc-nav-->
 <hr>
 <address>
-$Date: 2003/01/09 23:42:26 $ <br>
+$Date: 2003/09/29 06:20:31 $ <br>
 <img align="top" src="../monicon.png" alt="">
 <a href="http://www.mhonarc.org/";><strong>MHonArc</strong></a><br>
 Copyright &#169; 1997-1998, <a href="http://www.earlhood.com/";>Earl Hood</a>, <a href="mailto:mhonarc(_at_)mhonarc(_dot_)org">mhonarc(_at_)mhonarc(_dot_)org</a><br>
Index: mhonarc/MHonArc/doc/resources/tsingletxt.html
diff -u mhonarc/MHonArc/doc/resources/tsingletxt.html:1.15 mhonarc/MHonArc/doc/resources/tsingletxt.html:1.16
--- mhonarc/MHonArc/doc/resources/tsingletxt.html:1.15	Thu Jan  9 18:42:27 2003
+++ mhonarc/MHonArc/doc/resources/tsingletxt.html	Mon Sep 29 02:20:31 2003
@@ -144,6 +144,10 @@
 <td>Message date in mm/dd/yyyy format.</td>
 </tr>
 <tr valign=top>
+<td align=center><a name="MSG" href="../rcvars.html#MSG"><strong><code>$MSG$</code></strong></a></td>
+<td>Filename of message.</td>
+</tr>
+<tr valign=top>
 <td align=center><a name="MSGGMTDATE" href="../rcvars.html#MSGGMTDATE"><strong><code>$MSGGMTDATE$</code></strong></a></td>
 <td>GMT date of current message.</td>
 </tr>
@@ -232,7 +236,7 @@
 <!--/x-rc-nav-->
 <hr>
 <address>
-$Date: 2003/01/09 23:42:27 $ <br>
+$Date: 2003/09/29 06:20:31 $ <br>
 <img align="top" src="../monicon.png" alt="">
 <a href="http://www.mhonarc.org/";><strong>MHonArc</strong></a><br>
 Copyright &#169; 1997-1998, <a href="http://www.earlhood.com/";>Earl Hood</a>, <a href="mailto:mhonarc(_at_)mhonarc(_dot_)org">mhonarc(_at_)mhonarc(_dot_)org</a><br>
Index: mhonarc/MHonArc/doc/resources/ttopbegin.html
diff -u mhonarc/MHonArc/doc/resources/ttopbegin.html:1.16 mhonarc/MHonArc/doc/resources/ttopbegin.html:1.17
--- mhonarc/MHonArc/doc/resources/ttopbegin.html:1.16	Tue Feb  4 18:31:19 2003
+++ mhonarc/MHonArc/doc/resources/ttopbegin.html	Mon Sep 29 02:20:31 2003
@@ -136,6 +136,10 @@
 <td>Message date in mm/dd/yyyy format.</td>
 </tr>
 <tr valign=top>
+<td align=center><a name="MSG" href="../rcvars.html#MSG"><strong><code>$MSG$</code></strong></a></td>
+<td>Filename of message.</td>
+</tr>
+<tr valign=top>
 <td align=center><a name="MSGGMTDATE" href="../rcvars.html#MSGGMTDATE"><strong><code>$MSGGMTDATE$</code></strong></a></td>
 <td>GMT date of current message.</td>
 </tr>
@@ -291,7 +295,7 @@
 <!--/x-rc-nav-->
 <hr>
 <address>
-$Date: 2003/02/04 23:31:19 $ <br>
+$Date: 2003/09/29 06:20:31 $ <br>
 <img align="top" src="../monicon.png" alt="">
 <a href="http://www.mhonarc.org/";><strong>MHonArc</strong></a><br>
 Copyright &#169; 1997-1998, <a href="http://www.earlhood.com/";>Earl Hood</a>, <a href="mailto:mhonarc(_at_)mhonarc(_dot_)org">mhonarc(_at_)mhonarc(_dot_)org</a><br>

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-COMMITS