add contrib/mpeek

pull/2/head
Christian Neukirchen 8 years ago
parent 7604589738
commit 2cb93984a1

@ -0,0 +1,11 @@
#!/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
Loading…
Cancel
Save