about summary refs log tree commit diff
path: root/man/mpick.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/mpick.1')
-rw-r--r--man/mpick.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/mpick.1 b/man/mpick.1
index 20fb0e6..b773260 100644
--- a/man/mpick.1
+++ b/man/mpick.1
@@ -126,6 +126,7 @@ tests are given by the following EBNF:
              | cur               -- index of cur message
 
 <strprop>  ::= from | subject | to
+             | <str>             -- header name
 
 <strop>    ::= == | =            -- string equality
              | ===               -- case insensitive string equality
@@ -158,6 +159,11 @@ expressions to pick mails in a time span which are flagged as replied or not see
 .Bd -literal -offset indent
 mpick -t 'date >= \&"2016-01-01\&" && date < \&"2017-01-01\&" && (replied || !seen)'
 .Ed
+.Pp
+And to find other mblaze users.
+.Pp
+.Dl mpick -t '"User-Agent" =~~ \&"mblaze\&"' | mscan
+.Pp
 .Sh SEE ALSO
 .Xr lr 1 ,
 .Xr mailx 1