Path: utzoo!attcan!uunet!lll-winken!elroy.jpl.nasa.gov!usc!cs.utexas.edu!hellgate.utah.edu!csn!ccncsu!lamar!sutton From: sutton@lamar.ColoState.EDU (Richard Sutton) Newsgroups: comp.unix.questions Subject: Re: Mail Message-ID: <12073@ccncsu.ColoState.EDU> Date: 12 Jan 91 00:59:32 GMT References: Sender: news@ccncsu.ColoState.EDU Reply-To: sutton@lamar.ColoState.EDU (Richard Sutton) Organization: Colorado State University, Fort Collins, CO 80523 Lines: 17 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