Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in _mailbox_cache function from _mailboxes on Mac OS X
- X-seq: zsh-workers 22170
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Bug in _mailbox_cache function from _mailboxes on Mac OS X
- Date: Thu, 26 Jan 2006 18:43:39 +0100
- Mail-followup-to: Vincent Lefevre <vincent@xxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi,
Under Mac OS X, the _mailbox_cache freezes at the line
_pine_cache=(${~pinedirectory}/**/*(.))
which does ~/mail/**/*(.), but as the filesystem is case-insensitive,
this searches for files in ~/Mail, and this is really slow (I have
huge maildir mailboxes there).
Moreover I don't use pine. So, I don't see why I would waste time to
set _pine_cache during a Mutt completion.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author