Eugene Lee muttered:
> If I had the following mailboxes that all start with the letter 'b':
Unfortunately that doesn't help since you cannot not make use of it.
>
> ~/Mail/bob
> ~/Mail/bobby
> ~/Mail/info/bricks
> ~/Mail/network/tools/bing
>
> Is it possible to make a single folder-hook pattern that matches all of
> these mailboxes?
If you want to match exactly these folders:
folder-hook =bob|=bobby|=info/bricks|=network/tools/bing '...'
assuming you set folder="~/Mail"
The regexp matches any sub-string of the whole path. So
folder-hook test '...' would match ~/Mail/test as well as
/test/Mail/dummy_folder. That's why the =/+ shortcut for $folder is so
useful.
HTH,
Michael
--
All your files have been destroyed (sorry). Paul.
PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key