From ee9757de78385963d633ee80551252f466f72d46 Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Wed, 17 Apr 2002 06:26:31 +0000 Subject: Added an option '--no-compress' if you don't want gzipped archives. Added an option '--preserve-unread' to always preserved (don't archive) unread messages. --- archivemail.sgml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'archivemail.sgml') diff --git a/archivemail.sgml b/archivemail.sgml index c62424f..f04591c 100644 --- a/archivemail.sgml +++ b/archivemail.sgml @@ -130,6 +130,23 @@ useful for testing to see how many messages would have been archived. + + + + + +Do not archive any messages that have not yet been read. :2, then it assumes the message has been read. + + + @@ -139,6 +156,15 @@ Delete rather than archive old mail. Use this option with caution! + + + + + +Do not compress any archives using &gzip;. + + + @@ -224,6 +250,12 @@ will use the last-modified file timestamp on + + + + @@ -246,6 +278,24 @@ are older than 30 days: + +To archive all read messages in the mailbox incoming that +are older than 180 days to a compressed mailbox called +incoming_archive.gz in the current directory: + +bash$ archivemail --preserve-unread incoming + + + + +To archive all messages in the mailbox received that +are older than 180 days to an uncompressed mailbox called +received_archive in the current directory: + +bash$ archivemail --no-compress received + + + To archive all mailboxes in the directory $HOME/Mail that are older than 90 days to compressed mailboxes in the -- cgit v1.2.3