On Sat, Feb 01, 2003 at 08:16:21PM +0000, Paul Makepeace wrote:
> In your .muttrc:
> send-hook "~C london.pm.org" \
>          my_hdr From: Paul Makepeace <london.pm.org(a)paulm.com>

This works, but the From header "sticks" for the rest of the session.
I reply to a london.pm message and it correctly sets "From" to my
subscribed address.  I then reply to a NON-london.pm message and it
still sets "From" to be my london.pm address.  People at work now
think I'm a lunatic.

To fix it I added another send-hook like this:

    send-hook "~C .*" \
        my_hdr From: Steve Keay <[EMAIL PROTECTED]>
    send-hook "~C london.pm.org" \
        my_hdr From: Steve Keay <[EMAIL PROTECTED]>

This is with Mutt 1.2.5.1i.

Reply via email to