zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: Scott Lipcon <slipcon@mercea.net>
Cc: zsh-users@sunsite.dk
Subject: Re: new completion modifications
Date: Fri, 23 Mar 2001 17:14:47 +0000	[thread overview]
Message-ID: <1010323171447.ZM22586@candle.brasslantern.com> (raw)
In-Reply-To: <20010323162752.4120426267@mercea.net>

On Mar 23, 11:27am, Scott Lipcon wrote:
} Subject: Re: new completion modifications
}
} 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.

That's OK, _mailbox_cache is just used as a flag value to indicate that
all the other _cache variables have also been set.

} I unset _mailbox_cache, and ran it again.  completion still doesn't work

That trace doesn't look quite right ...

AHA!  CVS has the answer.  You're using 3.1.9, and _mailboxes didn't find
out that mutt knows about MH mailboxes until sometime after that.  You
can either upgrade to 4.0.1-pre-2, or you can find the (*:mutt:*) case
label in the _mua_mailboxes function in Completion/User/_mailboxes and
add "${_mh_cache[@]}" to the array assignment.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  reply	other threads:[~2001-03-23 17:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-22 10:00 Sven Wischnowsky
2001-03-22 15:34 ` Scott Lipcon
2001-03-22 16:01   ` Bart Schaefer
2001-03-22 16:28     ` Scott Lipcon
2001-03-22 21:08       ` Bart Schaefer
2001-03-22 21:50         ` Scott Lipcon
2001-03-23 16:09           ` Bart Schaefer
2001-03-23 16:27             ` Scott Lipcon
2001-03-23 17:14               ` Bart Schaefer [this message]
2001-03-23 18:37                 ` Scott Lipcon
2001-03-23 18:54                   ` Bart Schaefer
2001-03-23 20:16                     ` Scott Lipcon
2001-03-24 17:22                       ` Bart Schaefer
2001-03-22 16:58 ` Bart Schaefer
  -- strict thread matches above, loose matches on Subject: below --
2001-03-23 14:07 Sven Wischnowsky
2001-03-22  3:58 Scott Lipcon
2001-03-22 10:21 ` Oliver Kiddle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1010323171447.ZM22586@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=slipcon@mercea.net \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).