#!/bin/bash
echo piping
export MHSTORE=/home/ht/.mh_profile_pipe
tee /tmp/msg | /usr/bin/mhstore -file - -type text/html 2>/dev/null | lynx -dump -force-html -stdin
