On Thu, Jul 15, 1999 at 12:36:36AM +0100, Thomas Ribbrock wrote:
[...] 
> # set emgaron alias fuer mutt Mailinglisten
> send-hook mutt* 'set signature=~/.mutt_signature'
> send-hook mutt* 'set sendmail="/usr/lib/sendmail [EMAIL PROTECTED] -oi -oem"'
> send-hook mutt* 'my_hdr From: [EMAIL PROTECTED]'
[...]

Correction:

As Liviu Daia was friendly enough to point out to me, this should of course
be:

send-hook ^mutt 'set signature=~/.mutt_signature'
send-hook ^mutt 'set sendmail="/usr/lib/sendmail [EMAIL PROTECTED] -oi -oem"'
send-hook ^mutt 'my_hdr From: [EMAIL PROTECTED]'
          ^^^^^^
as this is a regexp match and not shell syntax. That's what you get for
using age old settings and never revising them... ;-)

Cheerio,

Thomas
-- 
-----------------------------------------------------------------------------
      Thomas Ribbrock    http://www.bigfoot.com/~kaytan    ICQ#: 15839919
   "You have to live on the edge of reality - to make your dreams come true!"

Reply via email to