From f582fd75c98007a7f123a4d6bcca07d9d1c98a3a Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Sat, 3 Nov 2007 00:51:23 +0000 Subject: archivemail.sgml: wrap examples in . --- archivemail.sgml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'archivemail.sgml') diff --git a/archivemail.sgml b/archivemail.sgml index e1f5d43..a83999c 100644 --- a/archivemail.sgml +++ b/archivemail.sgml @@ -457,6 +457,7 @@ will probably remove unprotected quotes or backslashes. Examples + To archive all messages in the mailbox debian-user that are older than 180 days to a compressed mailbox called @@ -465,7 +466,9 @@ are older than 180 days to a compressed mailbox called bash$ archivemail debian-user + + To archive all messages in the mailbox debian-user that are older than 180 days to a compressed mailbox called @@ -475,7 +478,9 @@ year is April, 2002) in the current directory: bash$ archivemail --suffix '_%B_%Y' debian-user + + To archive all messages in the mailbox cm-melb that are older than the first of January 2002 to a compressed mailbox called @@ -484,14 +489,18 @@ are older than the first of January 2002 to a compressed mailbox called bash$ archivemail --date'1 Jan 2002' cm-melb + + Exactly the same as the above example, using an ISO date format instead: bash$ archivemail --date=2002-01-01 cm-melb + + To delete all messages in the mailbox spam that are older than 30 days: @@ -499,7 +508,9 @@ are older than 30 days: bash$ archivemail --delete --days=30 spam + + To archive all read messages in the mailbox incoming that are older than 180 days to a compressed mailbox called @@ -508,7 +519,9 @@ are older than 180 days to a compressed mailbox called bash$ archivemail --preserve-unread incoming + + To archive all messages in the mailbox received that are older than 180 days to an uncompressed mailbox called @@ -517,7 +530,9 @@ are older than 180 days to an uncompressed mailbox called bash$ archivemail --no-compress received + + To archive all mailboxes in the directory $HOME/Mail that are older than 90 days to compressed mailboxes in the @@ -526,7 +541,9 @@ that are older than 90 days to compressed mailboxes in the bash$ archivemail -d90 -o $HOME/Mail/Archive $HOME/Mail/* + + To archive all mails older than 180 days from the given Note the protected quotes. + -- cgit v1.2.3