Using MH as the mail interface to rn

Ipse dixit ken at rochester.UUCP
Mon Jan 13 13:10:06 AEST 1986


ion time.  I will feed myself to sh."; sh $0; kill $$)

cat=/bin/cat
echo=/bin/echo
test=/bin/test
defeditor=prompter

draftfile=`mhpath +`/rndraft
dotdir=${DOTDIR-${HOME-$LOGDIR}}

$cat $1 > $draftfile
if $test -f $dotdir/.signature; then
	$echo "--" >> $draftfile
	$cat $dotdir/.signature >> $draftfile
fi
exec comp -use -editor ${VISUAL-${EDITOR-$defeditor}} -file $draftfile

That's all. Have fun.

	Ken
-- 
UUCP: ..!{allegra,decvax,seismo}!rochester!ken ARPA: ken at rochester.arpa
Snail: Comp. of Disp. Sci., U. of Roch., NY 14627. Voice: Ken!



More information about the Comp.sources.unix mailing list