On Fri, Nov 12, 1999 at 07:10:25 +0100, Richard P. Groenewegen wrote:
> Hi,
> 
> Here's something that's either trivial or impossible.  I want
> something like 
> 
>       send-hook '~t [EMAIL PROTECTED]' '<whatever>'
> 
> but I'll only want this send-hook to work if [EMAIL PROTECTED] is the only
> recipient.  

See the section in the manual named "Pattern Modifier".

        send-hook '^~t [EMAIL PROTECTED]' '<whatever>'

> On a related note: how do I limit to all messages send to [EMAIL PROTECTED]
> but nobody else

:l^~C foo@bar\.com

>(or to me, but nobody else)?

:l^~p

-- 
Byrial

Reply via email to