Re: echo $MAIL

2003-04-01 Thread Derrick 'dman' Hudson
ail. It then says to find your mailspool | do this: | | echo $MAIL I guess. You can probably set that to override the default. The default (at least as compiled for debian) is one of /var/mail/$USER or /var/spool/mail/$USER. (it doesn't really matter -- one is a symlink to the other) | As y

Re: echo $MAIL

2003-04-01 Thread ronin2
ays to find your mailspool > do this: > > echo $MAIL > > well, when I do that I get this: > > [EMAIL PROTECTED]:~$ echo $MAIL > > [EMAIL PROTECTED]:~$ It looks like MAIL either doesn't exist or contains nothing. Kevin -- To UNSUBSCRIBE, email to [EMAIL

echo $MAIL

2003-04-01 Thread debian_newbie
Hello, I'm trying to learn Mutt. On the My First Mutt web site "http://mutt.blackfish.org.uk/storage/"it says that Mutt by default looks in the mailspool for mail. It then says to find your mailspool do this: echo $MAIL well, when I do that I get this: [EMAIL PROTECTED]:~$ ech