X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mymail.1;h=ff8b11b9755d720c015fb978443477da55b79ca4;hb=ebdee6d9d900ad41e561502b2a6597433b57f485;hp=18fc287daf3588d8219bf38c16951137df92a781;hpb=e46b2c9e8a690c4767e07a3f992ec58716a50086;p=mymail.git diff --git a/mymail.1 b/mymail.1 index 18fc287..ff8b11b 100644 --- a/mymail.1 +++ b/mymail.1 @@ -1,4 +1,4 @@ -.TH "MYMAIL" "0.9" "February 2013" "Francois Fleuret" "User Commands" +.TH "MYMAIL" "0.9.1" "February 2013" "Francois Fleuret" "User Commands" \" This man page was written by Francois Fleuret \" and is distributed under a Creative Commons Attribution-Share Alike @@ -10,7 +10,7 @@ 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" @@ -82,6 +82,11 @@ or fields From:, Reply-To:, To:, Cc:, or Bcc: matches the regexp. \fBs \fR (subject) selects mails whose field Subject: matches the regexp. .TP \fBd \fR (date) selects mails whose field Date: matches the regexp. +.TP +\fBb \fR (body) selects mails whose body matches the +regexp. This needs to read fully the original mboxes and can take a +long time. Other conditions have to be fulfilled before the body is +read though. .SH "EXAMPLES" @@ -108,7 +113,8 @@ mymail --db-pattern '\\.db$' --db-root /tmp/mymail --search 'p bob.something' -- .SH "BUGS" -None known, probably many. +The search in the mail bodies does not decode mimencoding mails, hence +will not catch patterns in encoded text. .SH "AUTHOR"