Changed the version number to 0.9.1.
[mymail.git] / mymail.1
index 877a9f7..ff8b11b 100644 (file)
--- 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 <francois@fleuret.org>
 \" and is distributed under a Creative Commons Attribution-Share Alike
@@ -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"