X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=blobdiff_plain;f=mymail.1;h=7d6c963233c21f7c742b9444bf42afc33c8b3b9b;hp=877a9f74a5fd7a0d886a2325f46f9b55f9a89bc3;hb=b1fd04286d1c0f0764b5cfb20769bf9d29dde5d1;hpb=e8944d6196c9685d81e41f14e57994d6563c43f2 diff --git a/mymail.1 b/mymail.1 index 877a9f7..7d6c963 100644 --- a/mymail.1 +++ b/mymail.1 @@ -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"