From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19154 invoked from network); 5 Feb 2002 07:08:57 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 5 Feb 2002 07:08:57 -0000 Received: (qmail 28268 invoked by alias); 5 Feb 2002 07:08:45 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4645 Received: (qmail 28251 invoked from network); 5 Feb 2002 07:08:43 -0000 Date: Mon, 4 Feb 2002 23:08:42 -0800 From: Will Yardley To: zsh-users@sunsite.dk Subject: Re: $mailpath and Maildir Message-ID: <20020205070842.GA29866@hq.newdream.net> Mail-Followup-To: zsh-users@sunsite.dk References: <20020205064019.GA28069@hq.newdream.net> <1012892557.8896.3.camel@jo.cool.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1012892557.8896.3.camel@jo.cool.net> User-Agent: Mutt/1.5.0i Organization: New Dream Network Joakim Ryden wrote: > this "works for me[TM]": > > export MAILPATH="$HOME/Maildir?You have new mail in > \$_.:$HOME/Maildir/.maildir2?You have new mail in > \$_.:$HOME/Maildir/.maildir3?You have new mail in > \$_.:$HOME/Maildir/.maildir4?You have new mail in > \$_.:$HOME/Maildir/.maildir5?You have new mail in > \$_.:$HOME/Maildir/.maildir6?You have new mail in \$_." d'oh.... just needed to escape the "$". you may all give me 50 lashes with a wet noodle now. w