aboutsummaryrefslogtreecommitdiffstats
path: root/archivemail.1
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-03 00:51:23 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-03 00:51:23 +0000
commitf582fd75c98007a7f123a4d6bcca07d9d1c98a3a (patch)
tree0c9099ab56584e361ca574842b9dd4a60ac3aa47 /archivemail.1
parent3f5f591728cae9723bee6e2a9fa4cfc7538f7a42 (diff)
downloadarchivemail-f582fd75c98007a7f123a4d6bcca07d9d1c98a3a.tar.gz
archivemail-f582fd75c98007a7f123a4d6bcca07d9d1c98a3a.tar.bz2
archivemail-f582fd75c98007a7f123a4d6bcca07d9d1c98a3a.zip
archivemail.sgml: wrap examples in <informalexample>.
Diffstat (limited to 'archivemail.1')
-rw-r--r--archivemail.19
1 files changed, 9 insertions, 0 deletions
diff --git a/archivemail.1 b/archivemail.1
index 4e9b298..86800bb 100644
--- a/archivemail.1
+++ b/archivemail.1
@@ -298,6 +298,7 @@ Note that quoting only a substring will not work, and be aware that your shell
will probably remove unprotected quotes or backslashes.
.SH "EXAMPLES"
.PP
+.PP
To archive all messages in the mailbox \fIdebian-user\fR that
are older than 180 days to a compressed mailbox called
\fIdebian-user_archive.gz\fR in the current directory:
@@ -306,6 +307,7 @@ are older than 180 days to a compressed mailbox called
bash$ \fBarchivemail debian-user\fR
.fi
.PP
+.PP
To archive all messages in the mailbox \fIdebian-user\fR that
are older than 180 days to a compressed mailbox called
\fIdebian-user_October_2001.gz\fR (where the current month and
@@ -315,6 +317,7 @@ year is April, 2002) in the current directory:
bash$ \fBarchivemail --suffix '_%B_%Y' debian-user\fR
.fi
.PP
+.PP
To archive all messages in the mailbox \fIcm-melb\fR that
are older than the first of January 2002 to a compressed mailbox called
\fIcm-melb_archive.gz\fR in the current directory:
@@ -323,12 +326,14 @@ are older than the first of January 2002 to a compressed mailbox called
bash$ \fBarchivemail --date'1 Jan 2002' cm-melb\fR
.fi
.PP
+.PP
Exactly the same as the above example, using an ISO date format instead:
.nf
bash$ \fBarchivemail --date=2002-01-01 cm-melb\fR
.fi
.PP
+.PP
To delete all messages in the mailbox \fIspam\fR that
are older than 30 days:
@@ -336,6 +341,7 @@ are older than 30 days:
bash$ \fBarchivemail --delete --days=30 spam\fR
.fi
.PP
+.PP
To archive all read messages in the mailbox \fIincoming\fR that
are older than 180 days to a compressed mailbox called
\fIincoming_archive.gz\fR in the current directory:
@@ -344,6 +350,7 @@ are older than 180 days to a compressed mailbox called
bash$ \fBarchivemail --preserve-unread incoming\fR
.fi
.PP
+.PP
To archive all messages in the mailbox \fIreceived\fR that
are older than 180 days to an uncompressed mailbox called
\fIreceived_archive\fR in the current directory:
@@ -352,6 +359,7 @@ are older than 180 days to an uncompressed mailbox called
bash$ \fBarchivemail --no-compress received\fR
.fi
.PP
+.PP
To archive all mailboxes in the directory \fI$HOME/Mail\fR
that are older than 90 days to compressed mailboxes in the
\fI$HOME/Mail/Archive\fR directory:
@@ -360,6 +368,7 @@ that are older than 90 days to compressed mailboxes in the
bash$ \fBarchivemail -d90 -o $HOME/Mail/Archive $HOME/Mail/*\fR
.fi
.PP
+.PP
To archive all mails older than 180 days from the given \fBIMAP\fR
INBOX to a compressed mailbox INBOX_archive.gz in the
\fI$HOME/Mail/Archive\fR directory, quoting the password and