You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mblaze/contrib/mpeek

12 lines
173 B
Bash

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