aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2006-09-28 23:49:45 +0000
committerNikolaus Schulz <microschulz@web.de>2006-09-28 23:49:45 +0000
commit74922b1bebdbd156145ad4acd24a698ef6ceb4d0 (patch)
tree13b7eb42f708b28abdb145eb5a31b2e8e70db95d
parentdbe3c9ce4b961c39f504c03c37dbb6428a8d3caf (diff)
downloadarchivemail-74922b1bebdbd156145ad4acd24a698ef6ceb4d0.tar.gz
archivemail-74922b1bebdbd156145ad4acd24a698ef6ceb4d0.tar.bz2
archivemail-74922b1bebdbd156145ad4acd24a698ef6ceb4d0.zip
Document new options --pwfile and --filter-append and their short counterparts
in the manual.
-rw-r--r--archivemail.19
-rw-r--r--archivemail.sgml19
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>