Link to home
Start Free TrialLog in
Avatar of friberg
friberg

asked on

Remove "You have new mail" message

How can I remove the "You have new mail." text that
appears when I run a command in a shell? I don't have root access to the system, so if it exists a solution for any user, I would really like to hear it. Any suggestions appreciated. Thanks!
ASKER CERTIFIED SOLUTION
Avatar of ahoffmann
ahoffmann
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Actually, that should be

unset MAILCHECK

tc
-nick
may depend on shell :)
friberg, which shell are you using?
Avatar of friberg
friberg

ASKER

Thanks!
I'm using t shell, so I put these two lines in ~/.tcshrc and it worked fine.