On 020116, at 17:30:03, Nick Wilson wrote
> each mail that I am sending that needs to be in a 'special' Outbox has a
> subject line that starts with....
> 
> att:
> 
> and I'd like then to all be in the same place. 
> I can't use 'set record' because I have 
> 
> fcc-save-hook . =Outbox/%0

For fcc-hook and save-hook, the hook processing stops with the first
match.  Perhaps this would work:

    fcc-hook "~s att:" =Outbox/att
    fcc-hook .         =Outbox/%0

    save-hook .        =Outbox/%0

-- 
David Ellement

Reply via email to