From ba5426db3f92f08c2b86564c076a9f99f86f4efd Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Sat, 13 Apr 2002 11:36:32 +0000 Subject: Added a lot more documentation, fixed up usage messages and expanded a lot on the man page. --- archivemail.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archivemail.py') diff --git a/archivemail.py b/archivemail.py index 8feaa1d..4911798 100755 --- a/archivemail.py +++ b/archivemail.py @@ -22,7 +22,7 @@ Website: http://archivemail.sourceforge.net/ """ # global administrivia -__version__ = "archivemail v0.3.1" +__version__ = "archivemail v0.3.2" __cvs_id__ = "$Id$" __copyright__ = """Copyright (C) 2002 Paul Rodger This is free software; see the source for copying conditions. There is NO @@ -476,8 +476,8 @@ def main(args = sys.argv[1:]): global _stale usage = """Usage: %s [options] mailbox [mailbox...] -Moves old mail messages in mbox or maildir-format mailboxes to gzipped -'mbox' mailbox archives. This is useful for saving space and keeping your +Moves old mail in mbox, MH or maildir-format mailboxes to an mbox-format +mailbox compressed with gzip. This is useful for saving space and keeping your mailbox manageable. Options are as follows: -- cgit v1.2.3