Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Sun, 3 Feb 2013 10:31:38 +0000 (11:31 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Sun, 3 Feb 2013 10:31:38 +0000 (11:31 +0100)
mymail.1

index f02cb71..18fc287 100644 (file)
--- 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 <regexp>\fR selects mails whose field From, From:, or Reply-To: matches the regexp.
+\fBf <regexp>\fR (from) selects mails whose leading line From, or
+fields From:, or Reply-To: matches the regexp.
 .TP
-\fBt <regexp>\fR selects mails whose field To:, Cc:, or Bcc: matches the regexp.
+\fBt <regexp>\fR (to) selects mails whose field To:, Cc:, or Bcc: matches the regexp.
 .TP
-\fBp <regexp>\fR selects mails whose field From, From:, Reply-To:, To:, Cc:, or Bcc: matches the regexp.
+\fBp <regexp>\fR (participant) selects mails whose leading line From,
+or fields From:, Reply-To:, To:, Cc:, or Bcc: matches the regexp.
 .TP
-\fBs <regexp>\fR selects mails whose field Subject: matches the regexp.
+\fBs <regexp>\fR (subject) selects mails whose field Subject: matches the regexp.
 .TP
-\fBd <regexp>\fR selects mails whose field Date: matches the regexp.
+\fBd <regexp>\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