From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25792 invoked from network); 22 Mar 2001 16:02:33 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 Mar 2001 16:02:33 -0000 Received: (qmail 7393 invoked by alias); 22 Mar 2001 16:02:15 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3723 Received: (qmail 7369 invoked from network); 22 Mar 2001 16:02:14 -0000 From: "Bart Schaefer" Message-Id: <1010322160127.ZM20375@candle.brasslantern.com> Date: Thu, 22 Mar 2001 16:01:27 +0000 In-Reply-To: <20010322153409.CABF126267@mercea.net> Comments: In reply to Scott Lipcon "Re: new completion modifications" (Mar 22, 10:34am) References: <20010322153409.CABF126267@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 22, 10:34am, Scott Lipcon wrote: } Subject: Re: new completion modifications } } Is there an easy way (using zstyle) to tell mutt to use mh folder } completions after -f? If not, any hints on how to modify _mutt to use } mh folders? It seems that _mutt's -f flag uses _mailboxes to complete, } and _mailboxes doesn't know about mh folders. _mailboxes most certainly does know about mh folders. The _mh function could probably be modified to call _mailboxes, too, except that support in _mailboxes for mh has always been marked as "wrong or incomplete" -- I know there are at least a couple of dozen commands that use MH folders, because of the way MH is architected, but I no longer have access to a complete MH installation (and refuse to clutter my home machine with one just to learn the current list of commands, sorry). To get _mutt to complete MH folders, you just need this in .zshrc: maildirectory=~/rootOfYourMHfolderTree That should probably be converted to use a zstyle. -- 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