#!/bin/sh -e # veditor - for using lynx(1) as VISUAL editor in mail(1) # { echo '
'
  cat $* |egrep -m4 '^From:|^Date:|^To:|^Subject:'
  cat $* |sed '1,/^$/d'
  echo '
' ;} |lynx -force_html -stdin