diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-03-31 03:46:59 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-03-31 03:46:59 +0000 |
commit | 4fdde09fc42972f40d6649dd822d2c43e75477fd (patch) | |
tree | 9cc9ad47de228b5dcfbea984180b0a0fd9d95d15 /README | |
parent | 1b7ab09f24f3d70b1d89291c64f13812b5557e92 (diff) | |
download | archivemail-4fdde09fc42972f40d6649dd822d2c43e75477fd.tar.gz archivemail-4fdde09fc42972f40d6649dd822d2c43e75477fd.tar.bz2 archivemail-4fdde09fc42972f40d6649dd822d2c43e75477fd.zip |
Do not warn about duplicate Message-IDs by default.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,8 +3,8 @@ archivemail - archive and compress old mail in your mailbox 'archivemail' is a tool written in Python for organising and storing old email choking any of your mailboxes. It can move messages older than a -certain number of days to a separate 'archive' mailbox which can be -compressed with bzip2, gzip or compress. +certain number of days to a separate 'archive' mbox-format mailbox which +can be compressed with bzip2, gzip or compress. For example, have you been subscribing to the 'linux-kernel' mailing list for the last 6 years and ended up with an 160-meg mailbox that 'mutt' is @@ -16,6 +16,6 @@ just the most recent messages. overhead on your mail reader. The number of days before mail is considered 'old' is up to you, but the default is 180 days. -'archivemail' currently works on mbox-format mailboxes, and requires python -v2.0 or greater. It also supports deleting old mail instead of archiving -it. It currently only works on Unix platforms. +'archivemail' currently works on mbox-format and maildir-format mailboxes, +and requires python v2.0 or greater. It also supports deleting old mail +instead of archiving it. |