Koralatov wrote, on Wed, May 09, 2012 at 10:49:18PM +0100: > [snip] > > I thought I'd fixed it by using the following: > > send-hook * "unmy_hdr From:" > send-hook * "my_hdr From: Michael Graham <michael@...>" > send-hook @mutt.org "unmy_hdr From:" > send-hook @mutt.org "my_hdr From: Koralatov <use...@koralatov.com>"
The star is (afaik) not a valid regular expression in mutt. Use a period instead for "match anything": send-hook . "unmy_hdr From:" Also, on the subject of send-hooks, send2-hooks and reply-hooks, read up on http://durak.org/sean/pubs/software/mutt/configuration.html#send-hook -- Jostein