Re: Zsh & Elm not getting along

2000-02-27 Thread Vidiot
> 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 --

Re: Zsh & Elm not getting along

2000-02-27 Thread Raju K V
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

Zsh & Elm not getting along

2000-02-27 Thread Mike Brown
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