From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1861 invoked from network); 22 Jun 2000 09:49:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 Jun 2000 09:49:40 -0000 Received: (qmail 11862 invoked by alias); 22 Jun 2000 09:49:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12032 Received: (qmail 11854 invoked from network); 22 Jun 2000 09:49:15 -0000 From: "Bart Schaefer" Message-Id: <1000622094827.ZM32286@candle.brasslantern.com> Date: Thu, 22 Jun 2000 09:48:27 +0000 In-Reply-To: <200006220836.KAA02873@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: bug in _mutt ?" (Jun 22, 10:36am) References: <200006220836.KAA02873@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: Sven Wischnowsky , zsh-workers@sunsite.auc.dk Subject: Re: bug in _mutt ? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 22, 10:36am, Sven Wischnowsky wrote: } Subject: Re: bug in _mutt ? } } Bart Schaefer wrote: } } > again, set $maildirectory in your .zshrc to change this } } I know nothing about all this... just one question: is this parameter } used elsewhere? Or should it be converted to a style? It's quite possible that it should be converted to a style. The code in _mailboxes is quite old and was modeled after another completion function that allowed a local variable to be overridden by a global ... I forget now which one ... I changed it in 7962 from reading elements out of the compconfig assoc array to using private variable names of its own, but I never went back to it after the style system was introduced. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net