Mail
Richard Sutton
sutton at lamar.ColoState.EDU
Sat Jan 12 11:59:32 AEST 1991
my apologies, your interim .signature was posted alone prior to your question.
the following is in my .login, hope it helps:
if ( $term == dialup || $term == unknown || $term == network) then
set noglob
eval `tset -sQ -m 'dialup:?vt100' -m 'network:?vt100' `
set glob
stty -crterase
stty -tabs
stty crt
stty erase '^h'
stty werase '^?'
stty new
set term=$TERM
if ($?MAIL) then
if (-w $MAIL && ! -z $MAIL) echo "You have mail."
endif
More information about the Comp.unix.questions
mailing list