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

Re: 'mutt -f' completion & _mailboxes



Me again...

» On Wed, Nov 17, 2004 at 03:16:09PM +0100, Francisco Dellatorre Borges wrote:

> 1. Is there any reason why _mutt shouldn't also complete
> 
> % mutt -f[TAB]
> 
> with '=' (appart from \! \> \<?), e.g.:

I guess the problem is that _mailboxes expects mutt to have 
"mutt -f=" or "mutt -f+" as context and _mutt does not allow that so,
_mailboxes never receives the context it expects.

Well, at least whenever you have corrections turned on.

[...]

IMHO, one thing that could be used to improve _mailboxes would be to use

`mutt -Q folder | cut -d= -f2` to set a mutt-directory variable inside
at least _mailbox_cache.

If you are wondering: Why am I not sending patches instead of comments?
Because _mailbox_cache and _mua_mailbox seem awfully complicaded to me. 

that was it for today... peace.
Francisco



Messages sorted by: Reverse Date, Date, Thread, Author