Re: matching in hooks

2001-12-06 Thread Michael Tatge
Roman Neuhauser muttered: > send-hook . 'set signature = ~/bin/signature|' > send-hook '~e john@doe\\.com' 'set signature="FUBAR"' > > When I start mutt with this config, and locate a mail from john doe with > /~e john@doe\.com > (i. e. the pattern matches), and hit r, I get the regular signa

Re: matching in hooks

2001-12-05 Thread Thorsten Haude
Hi, * Roman Neuhauser <[EMAIL PROTECTED]> [01-12-05 13:12]: >> From: René Clerc <[EMAIL PROTECTED]> >> * Roman Neuhauser <[EMAIL PROTECTED]> [05-12-2001 12:06]: >> | send-hook . 'set signature = ~/bin/signature|' >> | send-hook '~e john@doe\\.com' 'set signature="FUBAR"' >> You'll probably want o

Re: matching in hooks

2001-12-05 Thread Roman Neuhauser
> Date: Wed, 5 Dec 2001 12:17:31 +0100 > From: René Clerc <[EMAIL PROTECTED]> > To: mutt-users <[EMAIL PROTECTED]> > Subject: Re: matching in hooks > > * Roman Neuhauser <[EMAIL PROTECTED]> [05-12-2001 12:06]: > > | Hi there, > | > | I starte

Re: matching in hooks

2001-12-05 Thread René Clerc
* Roman Neuhauser <[EMAIL PROTECTED]> [05-12-2001 12:06]: | Hi there, | | I started playing with hooks, and can't get one thing to work: | | Let's say I want to have a different signature when mailing/replying to | [EMAIL PROTECTED] I put this in my .muttrc: | | send-hook . 'set signature = ~/

matching in hooks

2001-12-05 Thread Roman Neuhauser
Hi there, I started playing with hooks, and can't get one thing to work: Let's say I want to have a different signature when mailing/replying to [EMAIL PROTECTED] I put this in my .muttrc: send-hook . 'set signature = ~/bin/signature|' send-hook '~e john@doe\\.com' 'set signature="FUBAR"' When