From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27598 invoked from network); 23 Mar 2001 17:15:27 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Mar 2001 17:15:27 -0000 Received: (qmail 11188 invoked by alias); 23 Mar 2001 17:15:13 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3736 Received: (qmail 11177 invoked from network); 23 Mar 2001 17:15:12 -0000 From: "Bart Schaefer" Message-Id: <1010323171447.ZM22586@candle.brasslantern.com> Date: Fri, 23 Mar 2001 17:14:47 +0000 In-Reply-To: <20010323162752.4120426267@mercea.net> Comments: In reply to Scott Lipcon "Re: new completion modifications" (Mar 23, 11:27am) References: <20010323162752.4120426267@mercea.net> X-Mailer: Z-Mail (5.0.0 30July97) To: Scott Lipcon Subject: Re: new completion modifications Cc: zsh-users@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Mar 23, 11:27am, Scott Lipcon wrote: } Subject: Re: new completion modifications } } yup, $_mailbox_cache was set to /var/mail/slipcon, which does exist, but } isn't used because mail gets filtered straight to my MH folders. That's OK, _mailbox_cache is just used as a flag value to indicate that all the other _cache variables have also been set. } I unset _mailbox_cache, and ran it again. completion still doesn't work That trace doesn't look quite right ... AHA! CVS has the answer. You're using 3.1.9, and _mailboxes didn't find out that mutt knows about MH mailboxes until sometime after that. You can either upgrade to 4.0.1-pre-2, or you can find the (*:mutt:*) case label in the _mua_mailboxes function in Completion/User/_mailboxes and add "${_mh_cache[@]}" to the array assignment. -- 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