Hi Andrei!
On Thu, 09 Aug 2001, Andrei Zmievski wrote:
> I have a few save-hooks set up to save my mailing list stuff into
> different folders. However, I'd like to set up a default save-hook that
> would save anything that is not caught by the other save-hooks into
> another directory according to the From: address. Example: if I have
> mail from [EMAIL PROTECTED] I want this default hook to save it to
> =people/foo, and if it's from [EMAIL PROTECTED], it should go into
> =people/jester. Is it possible to do this with mutt?
>
have you tried:
save-hook '~f [EMAIL PROTECTED]' =people/foo
save-hook '~f [EMAIL PROTECTED]' =people/jester
-- teodor