From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4099 invoked from network); 20 Jun 2000 11:54:11 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Jun 2000 11:54:11 -0000 Received: (qmail 18985 invoked by alias); 20 Jun 2000 11:54:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12002 Received: (qmail 18978 invoked from network); 20 Jun 2000 11:54:03 -0000 Date: Tue, 20 Jun 2000 12:53:33 +0100 From: Peter Stephenson Subject: Re: bug in _mutt ? In-reply-to: "Your message of Tue, 20 Jun 2000 13:28:29 +0200." <20000620132829.K23705@br-online.de> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Message-id: <0FWG001LEBP9TL@la-la.cambridgesiliconradio.com> Content-transfer-encoding: 7BIT Andy Spiegl wrote: > While we are talking about mutt completion, I'd really like to program it > so that I can use '=' at the front of a mailbox name to abbreviate ~/Mail/, > but all my tries so far didn't work. :-( This can be done by testing "compset -P '='" and stripping off the mail directory in the same way it's already done for various types of mailbox (but not currently mutt) in _mailboxes, but if you wait for Dr Schaefer's Morning Surgery you may find this will happen anyway. It might be a little tricky because unless NO_EQUALS is set you have to quote the = to protect it from path expansion, but that should be possible. -- Peter Stephenson Cambridge Silicon Radio, Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070