mblaze/contrib/mpeek
Christian Neukirchen 2cb93984a1 add contrib/mpeek
2016-08-17 16:13:33 +02:00

12 lines
162 B
Bash
Executable File

#!/bin/sh
# mpeek - wrapper around mscan with a different seq
export MAILSEQ=$HOME/.mblaze/peek.seq
if [ -t 0 ]; then
mseq "$@"
else
mseq -S | mscan "$@"
fi