Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#455376: tab completion following "mutt -f =" no longer works
- X-seq: zsh-workers 24222
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Paul Kimoto <kimoto@xxxxxxxxxxxxx>, 455376@xxxxxxxxxxxxxxx
- Subject: Re: Bug#455376: tab completion following "mutt -f =" no longer works
- Date: Thu, 13 Dec 2007 11:28:58 -0500
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20071209224903.GA17496@xxxxxxxxxxxxx>
- Mail-followup-to: Paul Kimoto <kimoto@xxxxxxxxxxxxx>, 455376@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20071209224903.GA17496@xxxxxxxxxxxxx>
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?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author