On Thu, Oct 18, 2001 at 03:07:42PM -0700, Vineet Kumar wrote: > * Manuel Hendel ([EMAIL PROTECTED]) [011018 12:52]: > > 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: > > > > change these > > > mbox-hook mailinglists/mutt archiv/mutt > > mbox-hook mailinglists/postfix archiv/postfix > > mbox-hook maildir archiv/maildir > > to these: > > mbox-hook mailinglists/mutt =archiv/mutt > mbox-hook mailinglists/postfix =archiv/postfix > mbox-hook maildir =archiv/maildir > > the '=' sign is expanded to $folder. otherwise the directories are > relative the current working directory, which could be anything. > > good times, > I tried it this way, but mutt said "~/Mail/archiv/mutt is not a mailbox". Where's the problem. I can't get it. I also tried another way, using folder-hooks, this works for "maildir", but not for "mailinglists/mutt", mutt doesn't even say anything.
Manuel