mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-23 08:14:58 +00:00
Document new options --pwfile and --filter-append and their short counterparts
in the manual.
This commit is contained in:
parent
dbe3c9ce4b
commit
74922b1beb
2 changed files with 26 additions and 2 deletions
|
@ -48,6 +48,14 @@ Use the directory name \fIPATH\fR to store the
|
||||||
mailbox archives. The default is the same directory as the mailbox to be
|
mailbox archives. The default is the same directory as the mailbox to be
|
||||||
read.
|
read.
|
||||||
.TP
|
.TP
|
||||||
|
\fB -P \fIFILE\fB, --pwfile=\fIFILE\fB\fR
|
||||||
|
Read IMAP password from file \fIFILE\fR
|
||||||
|
instead of from the command line.
|
||||||
|
.TP
|
||||||
|
\fB -F \fISTRING\fB, --filter-append=\fISTRING\fB\fR
|
||||||
|
Append \fISTRING\fR to the IMAP filter string.
|
||||||
|
For IMAP wizards.
|
||||||
|
.TP
|
||||||
\fB -s \fINAME\fB, --suffix=\fINAME\fB\fR
|
\fB -s \fINAME\fB, --suffix=\fINAME\fB\fR
|
||||||
Use the suffix \fINAME\fR to create the filename used for archives.
|
Use the suffix \fINAME\fR to create the filename used for archives.
|
||||||
The default is \fI_archive\fR\&. For example, if you
|
The default is \fI_archive\fR\&. For example, if you
|
||||||
|
@ -203,7 +211,6 @@ Display brief summary information about how to run \fBarchivemail\fR\&.
|
||||||
.PP
|
.PP
|
||||||
To archive an \fBIMAP\fR-format mailbox, use the format
|
To archive an \fBIMAP\fR-format mailbox, use the format
|
||||||
\fBimap://username:password@server/mailbox\fR to specify the
|
\fBimap://username:password@server/mailbox\fR to specify the
|
||||||
mailbox.
|
|
||||||
.PP
|
.PP
|
||||||
When reading an \fBmbox\fR-format mailbox, \fBarchivemail\fR will
|
When reading an \fBmbox\fR-format mailbox, \fBarchivemail\fR will
|
||||||
create a lockfile with the extension \fI\&.lock\fR so that
|
create a lockfile with the extension \fI\&.lock\fR so that
|
||||||
|
|
|
@ -118,6 +118,24 @@ This option is incompatible with the <Option/--days/ option above.
|
||||||
mailbox archives. The default is the same directory as the mailbox to be
|
mailbox archives. The default is the same directory as the mailbox to be
|
||||||
read.
|
read.
|
||||||
</Para></ListItem>
|
</Para></ListItem>
|
||||||
|
|
||||||
|
<VarListEntry>
|
||||||
|
<Term>
|
||||||
|
<Option>-P <Replaceable/FILE/, --pwfile=<Replaceable/FILE/</Option>
|
||||||
|
</Term>
|
||||||
|
<ListItem><Para>Read <acronym/IMAP/ password from file <Replaceable/FILE/
|
||||||
|
instead of from the command line.
|
||||||
|
</Para></ListItem>
|
||||||
|
</VarListEntry>
|
||||||
|
|
||||||
|
<VarListEntry>
|
||||||
|
<Term>
|
||||||
|
<Option>-F <Replaceable/STRING/,
|
||||||
|
--filter-append=<Replaceable/STRING/</Option>
|
||||||
|
</Term>
|
||||||
|
<ListItem><Para>Append <Replaceable/STRING/ to the <acronym/IMAP/ filter string.
|
||||||
|
For <acronym/IMAP/ wizards.
|
||||||
|
</Para></ListItem>
|
||||||
</VarListEntry>
|
</VarListEntry>
|
||||||
|
|
||||||
<VarListEntry>
|
<VarListEntry>
|
||||||
|
@ -312,7 +330,6 @@ Display brief summary information about how to run <Command/archivemail/.
|
||||||
<Para>
|
<Para>
|
||||||
To archive an <application/IMAP/-format mailbox, use the format
|
To archive an <application/IMAP/-format mailbox, use the format
|
||||||
<command>imap://username:password@server/mailbox</command> to specify the
|
<command>imap://username:password@server/mailbox</command> to specify the
|
||||||
mailbox.
|
|
||||||
</Para>
|
</Para>
|
||||||
|
|
||||||
<Para>
|
<Para>
|
||||||
|
|
Loading…
Reference in a new issue