Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug#455376: tab completion following "mutt -f =" no longer works



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