> 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


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

Reply via email to