On Jan 16, Nick Wilson [[EMAIL PROTECTED]] wrote:
> each mail that I am sending that needs to be in a 'special' Outbox has a
> subject line that starts with....
> 
> att:
> 
> So some examples would be:
> 
> att: somebloke
> att: somegeezer
> att: somedoris
> 
> 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
> 
> So I need to go with a subject line match.

I'm not that up on fcc-hook stuff but in general doing

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

should get what you want.  The first will continue to apply as the default
and anything that matches the second will use it instead.

Attachment: msg23165/pgp00000.pgp
Description: PGP signature

Reply via email to