Drew Raines <[EMAIL PROTECTED]> wrote:
>
> I believe the suggestion was something to the effect of
> 
>    send-hook ! . 'my_hdr Blah: foo'

That won't quite work.  Internally, Mutt translates the simple pattern
"." into ~A, which matches everything.  Negating that matches nothing,
which is the effect you see.

A more specific pattern, such as '~t .' might work better, since it is
not a simple pattern and may avoid the internal translation.

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
Richardson IT    |    PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44

Reply via email to