> 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.
Thanks, that does the trick.
MB
--
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
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 th