For what it's worth, I've committed the htdocs state before the release of
v0.7.0. The htdocs were not imported in svn, and the latest changes there not committed to cvs. Oh well, for now I'll use the RCS that's there (cvs).
This commit is contained in:
parent
ab0f6dbf98
commit
9e8649cb92
12
index.html
12
index.html
|
@ -42,7 +42,7 @@ If you would prefer to just delete old email rather than archive it,
|
|||
<h2>Current Release</h2>
|
||||
<p>
|
||||
The current release is version <a
|
||||
href="http://prdownloads.sourceforge.net/archivemail/archivemail-0.6.1.tar.gz?download">0.6.1</a>,
|
||||
href="http://prdownloads.sourceforge.net/archivemail/archivemail-0.6.2.tar.gz?download">0.6.2</a>,
|
||||
and is ready for download. Older versions are available <a
|
||||
href="http://sourceforge.net/project/showfiles.php?group_id=49630">here</a>.
|
||||
</p>
|
||||
|
@ -69,6 +69,8 @@ If you would prefer to just delete old email rather than archive it,
|
|||
<li>Optional ability to archive messages older than an absolute date with the
|
||||
<em>--date</em> option.
|
||||
<li>Ability to only archive messages over a certain byte size.
|
||||
<li>SSL support.
|
||||
<li>Arbitrary IMAP filter strings can added on the commandline.
|
||||
</ul>
|
||||
<p>
|
||||
|
||||
|
@ -136,7 +138,11 @@ or later, because we use the
|
|||
<strong>archivemail</strong> can be downloaded from the
|
||||
<a href="http://sourceforge.net/project/showfiles.php?group_id=49630">archivemail
|
||||
download area on Sourceforge</a> or via
|
||||
<a href="http://sourceforge.net/cvs/?group_id=49630">CVS</a>. There is also a
|
||||
<a href="http://sourceforge.net/svn/?group_id=49630">Subversion</a>.
|
||||
<p>
|
||||
There are binary RPM packages at
|
||||
<a href="http://software.opensuse.org/download/home:/poeml/">the OpenSUSE build
|
||||
service</a> for SUSE Linux and Fedora Core 5. There is also a
|
||||
<a href="http://packages.debian.org/unstable/mail/archivemail.html">debian
|
||||
package</a>.
|
||||
<p>
|
||||
|
@ -155,7 +161,7 @@ package</a>.
|
|||
<strong>archivemail</strong> was written by Paul Rodger
|
||||
<<u>paul</u> <em>at</em> <u>paulrodger</u> <em>dot</em> <u>com</u>>
|
||||
<br />
|
||||
currently maintained by Brandon Knitter
|
||||
currently maintained by Brandon Knitter and Peter Poeml
|
||||
<p>
|
||||
|
||||
<hr>
|
||||
|
|
Loading…
Reference in New Issue