diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | archivemail.sgml | 9 |
2 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,5 @@ -Version 0.4.5 - 28 April 2002 +Version 0.4.5 - 29 April 2002 * Fixed a bug where if you used the '--delete' option to completely clean an mbox mailbox you would get a python error. * Added a lot more testing to test_archivemail.py (test_archivemail.py is diff --git a/archivemail.sgml b/archivemail.sgml index 1472a2b..55ee32e 100644 --- a/archivemail.sgml +++ b/archivemail.sgml @@ -190,6 +190,15 @@ date: <VarListEntry> <Term> + <Option>-S <Replaceable/NUM/, --size=<Replaceable/NUM/</Option> +</Term> +<ListItem><Para>Only archive messages that are <Replaceable/NUM/ bytes or +greater. +</Para></ListItem> +</VarListEntry> + +<VarListEntry> +<Term> <Option>-n, --dry-run</Option> </Term> <ListItem><Para> |