From 8ae4801dd4f98a6d946b3fddce4f4078015068cd Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 29 Jan 2019 14:07:55 +0100 Subject: mpick: add header decodeop for better address matching --- man/mpick.1 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'man') 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: | | | + | | | 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 - ::= from | subject | to - | -- header name + ::= from | to | subject | + + ::= . addr -- match address parts + | . disp -- match address display parts + | -- empty matches raw headers + + ::= path ::= == | = | != -- string (in)equality | === | !=== -- case insensitive string (in)equality -- cgit 1.4.1