* Jerome De Greef <[EMAIL PROTECTED]> [2002-03-16 14:11]:
> > > BTW, doesn't ..* do the same as .+ ?
> > "it depends". really - it all depends on
> > the language you currently have available.
> I was talking about Mutt ;)
So was I. more specifically, I was talking about
the "regular expression library used within mutt".
> > send-hook . 'my_hdr From: JDG <[EMAIL PROTECTED]>'
> > send-hook ! . 'my_hdr From: JDG <[EMAIL PROTECTED]>'
> > this should work. untested, though.
> Just tested it and it doesn't work...
hmm.. the pattern might need quoting:
send-hook "! ." 'my_hdr From: JDG <[EMAIL PROTECTED]>'
try again. does it work now?
Sven