On Thu, Oct 18, 2001 at 03:13:36PM -0400, David T-G wrote: > Manuel -- > > ...and then Manuel Hendel said... > % Hallo, > > Hello again! > > > % > % I'm using the maildir mailbox format since today. I'm also using > % procmail to filter my mails in different folders. Now I want that the > > Good! > > > % read mails of some folders go in one mbox and some others in another > % mbox. I tried mbox-hook and folder-hook. But it didn't work. Has > % anybody an idea how this could work? > > I, for one, don't know that I really understand your question... Can you > provide some examples of what you'd like to have happen and what really > happens as well as the relevant portion(s) of your .muttrc file? > I got the following mailboxes:
set folder=~/Mail ~/Mail/mailinglists/mutt # for mutt mailinglist ~/Mail/mailinglists/postfix # for postfix mailinglist ~/Mail/maildir # for privat mails ~/Mail/archiv/ # a folder to archive mails I need the following mbox-hooks: mbox-hook mailinglists/mutt archiv/mutt mbox-hook mailinglists/postfix archiv/postfix mbox-hook maildir archiv/maildir I hope this is what you mean.