mblaze/contrib/mpeek

12 lines
173 B
Plaintext
Raw Permalink Normal View History

2016-08-17 14:13:33 +00:00
#!/bin/sh
# mpeek - wrapper around mscan with a different seq
export MAILSEQ=${MBLAZE:-$HOME/.mblaze}/peek.seq
2016-08-17 14:13:33 +00:00
if [ -t 0 ]; then
mseq "$@"
else
mseq -S | mscan "$@"
fi