Package: zsh Version: 4.3.4-dev-3-2 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? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]