diff options
author | Nikolaus Schulz <microschulz@web.de> | 2007-11-02 21:21:17 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2007-11-02 21:21:17 +0000 |
commit | b40da3124ac3294ede85e79b884eae6d2ac9a8fa (patch) | |
tree | 1a731ba6a2572b25c88de169fac3dd81537faecf | |
parent | aae08fe3fbe9b2349b1884ae120e4f2b92ca232f (diff) | |
download | archivemail-b40da3124ac3294ede85e79b884eae6d2ac9a8fa.tar.gz archivemail-b40da3124ac3294ede85e79b884eae6d2ac9a8fa.tar.bz2 archivemail-b40da3124ac3294ede85e79b884eae6d2ac9a8fa.zip |
archivemail.py: added --copy option to the usage message.
-rwxr-xr-x | archivemail.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivemail.py b/archivemail.py index 5bdd722..29fbdf2 100755 --- a/archivemail.py +++ b/archivemail.py @@ -668,6 +668,7 @@ Options are as follows: -u, --preserve-unread never archive unread messages --dont-mangle do not mangle From_ in message bodies --delete delete rather than archive old mail (use with caution!) + --copy copy rather than archive old mail --include-flagged messages flagged important can also be archived --no-compress do not compress archives with gzip --warn-duplicate warn about duplicate Message-IDs in the same mailbox |