diff options
-rw-r--r-- | archivemail.1 | 9 | ||||
-rw-r--r-- | archivemail.sgml | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/archivemail.1 b/archivemail.1 index 91c742b..06c5e1f 100644 --- a/archivemail.1 +++ b/archivemail.1 @@ -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 read. .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 Use the suffix \fINAME\fR to create the filename used for archives. 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 To archive an \fBIMAP\fR-format mailbox, use the format \fBimap://username:password@server/mailbox\fR to specify the -mailbox. .PP When reading an \fBmbox\fR-format mailbox, \fBarchivemail\fR will create a lockfile with the extension \fI\&.lock\fR so that diff --git a/archivemail.sgml b/archivemail.sgml index ef5ba29..dae2b48 100644 --- a/archivemail.sgml +++ b/archivemail.sgml @@ -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 read. </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> @@ -312,7 +330,6 @@ Display brief summary information about how to run <Command/archivemail/. <Para> To archive an <application/IMAP/-format mailbox, use the format <command>imap://username:password@server/mailbox</command> to specify the -mailbox. </Para> <Para> |