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.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>