X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mymail.1;h=877a9f74a5fd7a0d886a2325f46f9b55f9a89bc3;hb=e8944d6196c9685d81e41f14e57994d6563c43f2;hp=2bb8d4357c4dc1d9c5bf3c8fb8c4e2dfdfe49fa7;hpb=622b0a6df1bcb8e072facf472e4568609ab2a321;p=mymail.git diff --git a/mymail.1 b/mymail.1 index 2bb8d43..877a9f7 100644 --- a/mymail.1 +++ b/mymail.1 @@ -10,12 +10,12 @@ mymail \- A simple command line utility for indexing and searching mbox files .SH "SYNOPSIS" -\fBmymail\fP [\fIoptions\fR] [\fI\fR [\fI\fR ...]] +\fBmymail\fP [\fIoptions\fR] [\fI\fR [\fI\fR ... ]|\fI\fR [\fI\fR ... ]]\n"); .SH "DESCRIPTION" -\fBmymail\fP is a command line utility for to index mbox files and -perform quick searches based on sender, subject, etc. +\fBmymail\fP is a command line utility to index mbox files and perform +quick searches based on sender, subject, etc. It is similar in spirit to other existing software such as mu or notmuch, but does not use a real database backend to store and query @@ -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