From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22701 invoked from network); 29 Mar 2001 08:53:10 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Mar 2001 08:53:10 -0000 Received: (qmail 14794 invoked by alias); 29 Mar 2001 08:53:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13832 Received: (qmail 14780 invoked from network); 29 Mar 2001 08:53:03 -0000 From: "Bart Schaefer" Message-Id: <1010329085218.ZM18204@candle.brasslantern.com> Date: Thu, 29 Mar 2001 08:52:17 +0000 In-Reply-To: <200103290836.KAA20226@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: PATCH: MH for Mailboxes (TM)" (Mar 29, 10:36am) References: <200103290836.KAA20226@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: PATCH: MH for Mailboxes (TM) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Mar 29, 10:36am, Sven Wischnowsky wrote: } } Hm. After setting up some parameters I was able to reproduce it. But } for me changing lines 94 and 97 fixed it. Ah, I didn't change line 97. Maybe that was it. } That _mailboxes function... there are some wrongly indented parts in } it. Yes, somebody (maybe me) generated a patch with "diff -bwu". } And the `pinedirectory', `maildirectory' and `mailpath' } parameters don't seem to be documented. Are these standard names? $mailpath is zsh special variable, the array form for $MAILPATH. The other two (pinedirectory and maildirectory) should be converted to zstyles, as I think I mentioned elsewhere on this thread. They were modeled after some early (pre-zstyle) completion function and have never caught up. -- 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