From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14870 invoked from network); 13 Dec 2007 16:29:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 13 Dec 2007 16:29:13 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 27952 invoked from network); 13 Dec 2007 16:29:07 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 Dec 2007 16:29:07 -0000 Received: (qmail 22630 invoked by alias); 13 Dec 2007 16:29:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24222 Received: (qmail 22611 invoked from network); 13 Dec 2007 16:29:02 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 13 Dec 2007 16:29:02 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id DB4B48058F54 for ; Thu, 13 Dec 2007 17:26:18 +0100 (CET) Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Thu, 13 Dec 2007 17:26:18 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 936DC5CEB1; Thu, 13 Dec 2007 11:28:58 -0500 (EST) Date: Thu, 13 Dec 2007 11:28:58 -0500 From: Clint Adams To: Paul Kimoto , 455376@bugs.debian.org Cc: zsh-workers@sunsite.dk Subject: Re: Bug#455376: tab completion following "mutt -f =" no longer works Message-ID: <20071213162858.GA26173@scowler.net> Mail-Followup-To: Paul Kimoto , 455376@bugs.debian.org, zsh-workers@sunsite.dk References: <20071209224903.GA17496@lightlink.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071209224903.GA17496@lightlink.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: ClamAV using ClamSMTP On Sun, Dec 09, 2007 at 05:49:03PM -0500, Paul Kimoto wrote: > In earlier versions, zsh provided tab completion for mailboxes with > "mutt -f =mailbox", but in this version it is no longer working. After > paring away at my .zshrc, I have the following example: > > I have a mailbox called ~/email/debian. With the drastically reduced .zshrc > > unsetopt equals > autoload -U compinit && compinit > zstyle ':completion:*' mail-directory $HOME/email > zstyle ':completion:*:warnings' format 'No matches for: %d' > > I see errors like > > $ mutt -f =de[TAB] > No matches for: `mailbox', `mailbox specification', `mailbox file', or `file' > > while > > $ mutt -f=de[TAB] > > and > > $ mutt -f +de[TAB] > > still work in the desired manner. > > Is this a deliberate change? I don't recall this ever working. Can you narrow it down to when it did?