about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorDuncaen <mail@duncano.de>2019-01-28 10:53:05 +0100
committerLeah Neukirchen <chneukirchen@gmail.com>2020-05-15 18:41:13 +0200
commit401aa88752bc0d02d27bc4b17a612c2e3a4df3f5 (patch)
treea9c480ca84faa5131aa0a6b8b03a537ef1b2f691 /man
parenteec6a4ebfd0d4bb9658a0fb8fdf0bd903f538ede (diff)
downloadmblaze-401aa88752bc0d02d27bc4b17a612c2e3a4df3f5.tar.gz
mblaze-401aa88752bc0d02d27bc4b17a612c2e3a4df3f5.tar.xz
mblaze-401aa88752bc0d02d27bc4b17a612c2e3a4df3f5.zip
mpick: add pipes and file redirection
Diffstat (limited to 'man')
-rw-r--r--man/mpick.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mpick.1 b/man/mpick.1
index 89bf619..2ad942e 100644
--- a/man/mpick.1
+++ b/man/mpick.1
@@ -96,6 +96,9 @@ tests are given by the following EBNF:
              | <expr> && <expr>  -- conjunction
              | ! <expr>          -- negation
              | ( <expr> )
+             | <expr> "|"  <str> -- pipe current mail to command
+             | <expr> ">>" <str> -- append current mail to file
+             | <expr> ">"  <str> -- write current mail to file
              | <flagprop>
              | <timeprop> <numop> <dur>
              | <numprop> <numop> <num>