Gottipati Aravind <[EMAIL PROTECTED]> wrote on Wed, 07 Jun 2000:
> folder-hook =* set sort=threads

This isn't really related, but what this expands to is

  folder-hook /home/whatever/mail* set sort=threads

The * isn't a shell-style wildcard, rather than that of a unix-regular
expression style.  So the folder-hook matches anything that has the
substring of "/home/whatever/mai" followed by zero or more of l
characters.  Since it's a substring match, it does work for anything in
your ~/mail directory.  However what you probably meant to do is:

  folder-hook = set sort=threads

Or even, for every folder anywhere:

  folder-hook . set sort=threads


Although I don't really understand why you use a folder-hook, seeing
as you could just as easily do

  set sort=threads

... and be done with it. :-)


Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
For a reply, send a self-abused stomped antelope to [EMAIL PROTECTED]

Reply via email to