about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorDuncaen <mail@duncano.de>2019-01-29 14:07:55 +0100
committerLeah Neukirchen <chneukirchen@gmail.com>2020-05-15 18:41:13 +0200
commit8ae4801dd4f98a6d946b3fddce4f4078015068cd (patch)
tree2b96c67868d909fbd5a7c06b44ea4694c5ecb63f /man
parent32f0fcbc0d69e3dc1ee6d635ec64fcbdbfc0d132 (diff)
downloadmblaze-8ae4801dd4f98a6d946b3fddce4f4078015068cd.tar.gz
mblaze-8ae4801dd4f98a6d946b3fddce4f4078015068cd.tar.xz
mblaze-8ae4801dd4f98a6d946b3fddce4f4078015068cd.zip
mpick: add header decodeop for better address matching
Diffstat (limited to 'man')
-rw-r--r--man/mpick.110
1 files changed, 8 insertions, 2 deletions
diff --git a/man/mpick.1 b/man/mpick.1
index 53d5120..bb7d324 100644
--- a/man/mpick.1
+++ b/man/mpick.1
@@ -103,6 +103,7 @@ tests are given by the following EBNF:
              | <flagprop>
              | <timeprop> <numop> <dur>
              | <numprop> <numop> <num>
+             | <hdrprop> <decodeop> <strop> <str>
              | <strprop> <strop> <str>
              | prune             -- do not match further messages in thread
              | print             -- always true value
@@ -139,8 +140,13 @@ tests are given by the following EBNF:
                       | T )?     -- *1024*1024*1024*1024
              | cur               -- index of cur message
 
-<strprop>  ::= from | subject | to
-             | <str>             -- header name
+<hdrprop>  ::= from | to | subject | <str>
+
+<decodeop> ::= . addr          -- match address parts
+             | . disp          -- match address display parts
+             |                 -- empty matches raw headers
+
+<strprop>  ::= path
 
 <strop>    ::= == | = | !=       -- string (in)equality
              | ===    | !===     -- case insensitive string (in)equality