diff options
author | Nikolaus Schulz <microschulz@web.de> | 2007-11-02 20:50:30 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2007-11-02 20:50:30 +0000 |
commit | e25367fcb8ecc4654f0709b5901622b46b9f9d45 (patch) | |
tree | a397e7333fd8e1e98f858d89bd2aaecc2384c1f1 | |
parent | c5002cdefbc5fd723c20fa483ec8885de894effe (diff) | |
download | archivemail-e25367fcb8ecc4654f0709b5901622b46b9f9d45.tar.gz archivemail-e25367fcb8ecc4654f0709b5901622b46b9f9d45.tar.bz2 archivemail-e25367fcb8ecc4654f0709b5901622b46b9f9d45.zip |
Documented the new --copy option in the manpage.
-rw-r--r-- | archivemail.1 | 7 | ||||
-rw-r--r-- | archivemail.sgml | 13 |
2 files changed, 20 insertions, 0 deletions
diff --git a/archivemail.1 b/archivemail.1 index e63d326..1c037d5 100644 --- a/archivemail.1 +++ b/archivemail.1 @@ -204,6 +204,13 @@ information. \fB --delete\fR Delete rather than archive old mail. Use this option with caution! .TP +\fB --copy\fR +Copy rather than archive old mail. +Creates an archive, but the archived messages are not deleted from the +originating mailbox, which is left unchanged. +This is a complement to the \fB--delete\fR option, and mainly useful for +testing purposes. +.TP \fB --include-flagged\fR Normally messages that are flagged important are not archived or deleted. If you specify this option, these messages can be archived or deleted just like diff --git a/archivemail.sgml b/archivemail.sgml index 065a5f3..c2124ca 100644 --- a/archivemail.sgml +++ b/archivemail.sgml @@ -294,6 +294,19 @@ Delete rather than archive old mail. Use this option with caution! <VarListEntry> <Term> + <Option>--copy</Option> +</Term> +<ListItem><Para> +Copy rather than archive old mail. +Creates an archive, but the archived messages are not deleted from the +originating mailbox, which is left unchanged. +This is a complement to the <option/--delete/ option, and mainly useful for +testing purposes. +</Para></ListItem> +</VarListEntry> + +<VarListEntry> +<Term> <Option>--include-flagged</Option> </Term> <ListItem><Para> |