On May 18 22:45:27, Hect wrote: > I can't get to disable email notification with bash. > You know the message that says "You have new mail in /var/mail/user". > I tried, as bash manual says, to add variable MAILPATH to profile but doesn't > do the job. There's no biff in ps command output, anyway i tried also with > "biff n"..... no way. > Can anybody help me? > Thanks a lot > Hect
MAILCHECK Specifies how often (in seconds) bash checks for mail. The default is 60 seconds. When it is time to check for mail, the shell does so before dis- playing the primary prompt. If this variable is unset, or set to a value that is not a number greater than or equal to zero, the shell disables mail checking. It's right there, just between MAIL and MAILPATH.