On 010813, at 16:00:36, Jean-Sebastien Morisset wrote
> I'd like to limit matches to the To: and From: fields, skipping the Cc:
> and Bcc: fields. I figure the following would probably work, but is there
> a more elegant (i.e. less redundant) method?
> 
> fcc-save-hook ~t [EMAIL PROTECTED] | ~f [EMAIL PROTECTED] =".Clients.CompanyX.People.joe 
>bob"
> 
> I don't imagine this works, right?
> 
> fcc-save-hook ~(t|f) [EMAIL PROTECTED] =".Clients.CompanyX.People.joe bob"

I've found it convenient to redefine default_hook before specifying
a set of fcc/save/fcc-save hooks with a "special" pattern:

    set default_hook="~t %s | ~f %s"
    fcc-save-hook [EMAIL PROTECTED] =".Clients.CompanyX.People.joe bob"
    ...

-- 
David Ellement

Reply via email to