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

Bug in _mailbox_cache function from _mailboxes on Mac OS X



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