On Fri, Oct 19, 2001 at 09:48:17PM +0530, Prahlad Vaidyanathan wrote: 
> 1. folder-hooks :
> As different lists are procmailed to different
> folders for me, it is possible. But, this becomes too 
> cumbersome if you have to enter the same hooks for each 
> list I subcribe to.

use the pattern matching of the folder-hook to help you out here. it's
much easier if you've organized your mailing list folders into a
common path hierarchy... for instance, I do the following

=lists/mutt/users
=lists/mutt/dev
=lists/humor
=lists/software

and then I can get them all to sort treaded with one folder-hook:

folder-hook lists 'set sort=threads'

Try to match as many folders as possible with folder hooks do you
don't need to write so many. You should be able to craft a regex to
match many of your folders instead of one folder-hook per folder.

-ben

Reply via email to