Documented the new --copy option in the manpage.

This commit is contained in:
Nikolaus Schulz 2007-11-02 20:50:30 +00:00
parent c5002cdefb
commit e25367fcb8
2 changed files with 20 additions and 0 deletions

View File

@ -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

View File

@ -292,6 +292,19 @@ Delete rather than archive old mail. Use this option with caution!
</Para></ListItem>
</VarListEntry>
<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>