On Wed, Nov 08, 2000 at 10:40:28AM -0800, David Alban
([EMAIL PROTECTED]) said:
[snip]
> ============
>
> The mutt manual says:
> > ~B EXPR messages which contain EXPR in the whole message
>
> If you use the mbox format, there should be one and only one "^From "
> line in any message. So use ~B to match the '^From ' line:
>
> save-hook '~B "^From some-list-owner@"' =some-list
save-hook '~h "^From some-list-owner@"' =some-list
(where ~h is in the headers somewhere) should also work, although I
don't know if it works on 0.95 (which you seem to be using).
In fact, I think I do something like this somewhere...
--
Jim Toth
[EMAIL PROTECTED]