summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/mpeek11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/mpeek b/contrib/mpeek
new file mode 100755
index 0000000..bf568dc
--- /dev/null
+++ b/contrib/mpeek
@@ -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
+