mirror of
https://git.code.sf.net/p/archivemail/code
synced 2025-03-12 07:42:50 +00:00
Documented the new --copy option in the manpage.
This commit is contained in:
parent
c5002cdefb
commit
e25367fcb8
2 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue