Added the body condition.
[mymail.git] / mymail.1
index 877a9f7..7d6c963 100644 (file)
--- a/mymail.1
+++ b/mymail.1
@@ -82,6 +82,11 @@ or fields From:, Reply-To:, To:, Cc:, or Bcc: matches the regexp.
 \fBs <regexp>\fR (subject) selects mails whose field Subject: matches the regexp.
 .TP
 \fBd <regexp>\fR (date) selects mails whose field Date: matches the regexp.
+.TP
+\fBb <regexp>\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"