-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(https://www.mhonarc.org/release/MHonArc/tar/MHonArc2.2.0.tar.gz) o New resource MSGIDLINK - Hyperlink markup for message-ids SUBJECTARTICLERXP - Regex to match articles (a,an,the) in subject text. SUBJECTREPLYRXP - Regex to match reply annotation in subject text. TSLICE - Set the size of a thread slice listing TSLICEBEG - Begin markup of a thread slice listing TSLICEEND - End markup of a thread slice listing o New resource variables $TSLICE$ - Print thread listing slice relative to current message. o Added default=charset option to mhtxtplain.pl filter. o Added mhtxttsv.pl to handle text/tab-separated-values content. o Expanded list of recognized content-types in mhexternal.pl. o Changed loading of decoders, charset convertes, and content-type filters to be done on demand. Should provide an increase in start-up time. o Modified source so no Perl structures are in the "main" package. The base package is now "mhonarc". This should make it easier for incorporating mhonarc into another Perl program. *IMPORTANT*: This change causes changes to db file format. See release notes on how to upgrade pre v2.2 archives. o Main routines are now located in mhamain.pl. The main mhonarc source file now just requires mhamain.pl and just calls two main functions. o Although code should still be Perl 4 compatible, Perl related resource documentation now puts preference to Perl 5 notations (eg: MIMEFILTERS, CHARSETCONVERTERS).
- Loading branch information
Showing
205 changed files
with
7,673 additions
and
5,050 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,59 @@ possible that not all changes are documented here. | |
MM/DD/YY(YY) | ||
======================================================================= | ||
####################################################################### | ||
======================================================================= | ||
03/03/1998 (2.2.0) | ||
|
||
Enhancements/Changes | ||
-------------------- | ||
*IMPORTANT* *IMPORTANT* *IMPORTANT* *IMPORTANT* *IMPORTANT* | ||
|
||
Please read the RELNOTES file for important information regarding | ||
upgrading to v2.2.0 from previous releases. | ||
|
||
o New resource | ||
|
||
MSGIDLINK - Hyperlink markup for message-ids | ||
SUBJECTARTICLERXP - Regex to match articles (a,an,the) | ||
in subject text. | ||
SUBJECTREPLYRXP - Regex to match reply annotation | ||
in subject text. | ||
TSLICE - Set the size of a thread slice listing | ||
TSLICEBEG - Begin markup of a thread slice listing | ||
TSLICEEND - End markup of a thread slice listing | ||
|
||
o New resource variables | ||
|
||
$TSLICE$ - Print thread listing slice relative to | ||
current message. | ||
|
||
o Added default=charset option to mhtxtplain.pl filter. | ||
|
||
o Added mhtxttsv.pl to handle text/tab-separated-values | ||
content. | ||
|
||
o Expanded list of recognized content-types in mhexternal.pl. | ||
|
||
o Changed loading of decoders, charset convertes, and | ||
content-type filters to be done on demand. Should | ||
provide an increase in start-up time. | ||
|
||
o Modified source so no Perl structures are in the "main" | ||
package. The base package is now "mhonarc". This | ||
should make it easier for incorporating mhonarc into | ||
another Perl program. | ||
|
||
*IMPORTANT*: This change causes changes to db file format. | ||
See release notes on how to upgrade pre v2.2 archives. | ||
|
||
o Main routines are now located in mhamain.pl. The main | ||
mhonarc source file now just requires mhamain.pl and | ||
just calls two main functions. | ||
|
||
o Although code should still be Perl 4 compatible, Perl | ||
related resource documentation now puts preference to | ||
Perl 5 notations (eg: MIMEFILTERS, CHARSETCONVERTERS). | ||
|
||
======================================================================= | ||
02/23/1998 (2.1.2) | ||
|
||
|
@@ -1130,4 +1183,4 @@ MM/DD/YY(YY) | |
####################################################################### | ||
======================================================================= | ||
Earl Hood, [email protected] | ||
@(#) CHANGES 98/02/23 18:56:12 @(#) | ||
@(#) CHANGES 98/03/03 19:10:13 @(#) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,10 +24,17 @@ | |
|
||
--------------------------------------------------------------------------- | ||
README for MHonArc | ||
v2.1.2 | ||
v2.2.0 | ||
|
||
http://www.oac.uci.edu/indiv/ehood/mhonarc.html | ||
|
||
--------------------------------------------------------------------------- | ||
*IMPORTANT* *IMPORTANT* *IMPORTANT* *IMPORTANT* *IMPORTANT* | ||
|
||
Please read the RELNOTES file for important | ||
information regarding upgrading to v2.2.0 | ||
from previous releases. | ||
|
||
--------------------------------------------------------------------------- | ||
MHonArc -- Internet mail-to-HTML converter | ||
Copyright (C) 1995-1998 Earl Hood, [email protected] | ||
|
@@ -67,6 +74,13 @@ lib/ Libraries/MIME filters used by MHonArc | |
logo/ Gifs of the MHonArc logo | ||
mhonarc* The MHonArc program | ||
|
||
--------------------------------------------------------------------------- | ||
*IMPORTANT* *IMPORTANT* *IMPORTANT* *IMPORTANT* *IMPORTANT* | ||
|
||
Please read the RELNOTES file for important | ||
information regarding upgrading to v2.2.0 | ||
from previous releases. | ||
|
||
--------------------------------------------------------------------------- | ||
INSTALLATION | ||
|
||
|
@@ -150,4 +164,4 @@ USING/COPYING | |
|
||
--------------------------------------------------------------------------- | ||
Copyright (C) 1995-1998, Earl Hood, [email protected] | ||
@(#) README 98/02/23 18:58:27 | ||
@(#) README 98/03/03 19:06:23 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,13 +44,6 @@ <h4>No new messages</h4> | |
contains messages already in the archive. | ||
</P> | ||
|
||
<h4>Requiring MIME filter libraries ...</h4> | ||
|
||
<P>Indicates <EM>MHonArc</EM> is loading external libraries for | ||
filtering mail messages. <EM>MHonArc</EM> will output each library | ||
it loads. See <A HREF="mimefilters.html">MIMEFILTERS</A> for more | ||
information of filter libraries. </P> | ||
|
||
<h4>Trying to lock mail archive ...</h4> | ||
|
||
<P>The statement means that a lock file is in place for the archive | ||
|
@@ -227,11 +220,11 @@ <h4><var>file</var> did not return a true value at file line number.</h4> | |
|
||
<HR> | ||
<address> | ||
97/05/15 16:48:57<br> | ||
98/03/03 18:58:30<br> | ||
<img align="top" src="monicon.gif" alt=""> | ||
<a href="http://www.oac.uci.edu/indiv/ehood/mhonarc.html" | ||
><strong>MHonArc</strong></a><br> | ||
Copyright © 1997, <a href="http://www.oac.uci.edu/indiv/ehood/" | ||
Copyright © 1997-1998, <a href="http://www.oac.uci.edu/indiv/ehood/" | ||
>Earl Hood</a>, <a href="mailto:[email protected]" | ||
>[email protected]</a><br> | ||
</address> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,13 +136,6 @@ <H2><a name="folders">Converting MH mail folders or Mailbox files</a></H2> | |
<blockquote> | ||
<PRE> | ||
% <b>mhonarc ~/mail/inbox</b> | ||
Requiring content filter libraries ... | ||
mhexternal.pl | ||
mhtxthtml.pl | ||
mhtxtplain.pl | ||
mhtxtsetext.pl | ||
Requiring charset filter libraries ... | ||
iso8859.pl | ||
Converting messages to . | ||
Reading /mnt/ehood/mail/inbox .......... | ||
Writing mail ... | ||
|
@@ -263,11 +256,11 @@ <H3><STRONG>Examples</STRONG> | |
|
||
<HR> | ||
<address> | ||
97/06/05 18:43:40<br> | ||
98/03/03 18:58:31<br> | ||
<img align="top" src="monicon.gif" alt=""> | ||
<a href="http://www.oac.uci.edu/indiv/ehood/mhonarc.html" | ||
><strong>MHonArc</strong></a><br> | ||
Copyright © 1997, <a href="http://www.oac.uci.edu/indiv/ehood/" | ||
Copyright © 1997-1998, <a href="http://www.oac.uci.edu/indiv/ehood/" | ||
>Earl Hood</a>, <a href="mailto:[email protected]" | ||
>[email protected]</a><br> | ||
</address> | ||
|
Oops, something went wrong.