From e46b2c9e8a690c4767e07a3f992ec58716a50086 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sun, 3 Feb 2013 11:31:38 +0100 Subject: [PATCH] Cosmetics. --- mymail.1 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/mymail.1 b/mymail.1 index f02cb71..18fc287 100644 --- a/mymail.1 +++ b/mymail.1 @@ -71,15 +71,17 @@ is prefaced by the character "!" it is negated, and has to be false for a mail to be selected. .TP -\fBf \fR selects mails whose field From, From:, or Reply-To: matches the regexp. +\fBf \fR (from) selects mails whose leading line From, or +fields From:, or Reply-To: matches the regexp. .TP -\fBt \fR selects mails whose field To:, Cc:, or Bcc: matches the regexp. +\fBt \fR (to) selects mails whose field To:, Cc:, or Bcc: matches the regexp. .TP -\fBp \fR selects mails whose field From, From:, Reply-To:, To:, Cc:, or Bcc: matches the regexp. +\fBp \fR (participant) selects mails whose leading line From, +or fields From:, Reply-To:, To:, Cc:, or Bcc: matches the regexp. .TP -\fBs \fR selects mails whose field Subject: matches the regexp. +\fBs \fR (subject) selects mails whose field Subject: matches the regexp. .TP -\fBd \fR selects mails whose field Date: matches the regexp. +\fBd \fR (date) selects mails whose field Date: matches the regexp. .SH "EXAMPLES" @@ -95,7 +97,7 @@ mymail --db-file /tmp/mymail/2010-2011/mymail.db --index ~/archives/mails/2010 ~ To search in all the database files *.db located (recursively) in /tmp/mymail, for all the mails having bob.something as sender or -recipient, without "spam" in the subject, and creating a result mbox +recipient, without "spam" in the subject, and create a result mbox file /tmp/mymail/mbox .RS -- 2.20.1