Mailinglist Archive: opensuse (3637 mails)

< Previous Next >
Re: [SLE] Try Mutt .. [WAS] Re: [SLE] Looking for email client...
  • From: taralee@xxxxxxx
  • Date: Sat, 5 May 2001 16:47:16 -0400
  • Message-id: <20010505164716.A23151@xxxxxxx>
On Sat, May 05, 2001 at 01:38:25PM -0700, Ben Rosenberg wrote:
> .zshrc = export MAIL=$HOME/Mail/Incoming
> .bashrc = MAIL=$HOME/Mail/Incoming
>
> Sorry about that.

Um, you need to export variables in your .bashrc as well. So
export MAIL=$HOME/Mail/Incoming
will work just fine.

It's just that most .bashrcs that I've seen do the exporting on a
different line, e.g.

FOO=bar
BAZ=quux

export FOO BAR

-tara

< Previous Next >
Follow Ups