hi,

check the /etc/zshrc file.
you must be having a line 
export MAIL=/var/spool/mail/$USER
but USER is not initialized anywhere in this file.
so add a line
export USER=$LOGNAME
just before initializing the MAIL variable. Everything should be fine.

HTH,
Raju

On Sun, Feb 27, 2000 at 10:56:29AM -0600, Mike Brown [[EMAIL PROTECTED]] wrote:
> For some strange reason, when I run zsh and start Elm, it says that it
> can't open the mail box.  Which makes since, since it says that it is:
> 
>       /var/spool/mail
> 
> It totally fails to add the user name.  Anyone know why?
> 
> MB
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to