Hi,

In my ~/.muttrc I have catch-all send-hook to reset the sig between
messages:

        send-hook . "set signature=''"

then:

        reply-hook '~h(X-Original-)?To:.+@example.com' \
                "set signature='echo \"http://www.example.com\";|'; \
                my_hdr From: m...@example.com"

Yet when that reply-hook is triggered (From: is properly set) the
signature doesn't appear. It's overriden by the send-hook.

How should I go about organising these hooks?

Thanks

Reply via email to