Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: new completion modifications
- X-seq: zsh-users 3734
- From: Scott Lipcon <slipcon@xxxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: new completion modifications
- Date: Fri, 23 Mar 2001 11:27:52 -0500
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: Message from "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx> of "Fri, 23 Mar 2001 16:09:41 GMT." <1010323160941.ZM22507@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
> There is this, though:
>
> +_mailboxes:6> (( ! 1 ))
>
> That's `if (( ! $+_mailbox_cache )) then' in _mailboxes. So your zsh
> thinks it has already cached all the mailboxes it needs to know about.
> There probably should be some other way to force _mailboxes to reload
> the cache besides:
>
> unset _mailbox_cache
yup, $_mailbox_cache was set to /var/mail/slipcon, which does exist, but
isn't used because mail gets filtered straight to my MH folders.
I unset _mailbox_cache, and ran it again. completion still doesn't work, and
_mailbox_cache gets set back to /var/mail/slipcon. The dump file is
over 400k, so I'm not going to send it to the list. I've put it
at http://mercea.net/~slipcon/misc/zsh25027mutt2
Thanks,
Scott
Messages sorted by:
Reverse Date,
Date,
Thread,
Author