I understand how to pipe the contents of a single message through |
. Also I understand how to tag messages in multiple different ways, as described in the help accessible through ?
.
What I don't know:
From the documentation:
pipe-message (default: |)
Asks for an external Unix command and pipes the current or tagged message (s) to it. The variables $pipe_decode, $pipe_split, $pipe_sep and $wait_key control the exact behavior of this function.
So, depending on the 3 settings ($pipe_decode
, $pipe_split
and $pipe_sep
), you can accomplish your use cases.