Hi, I am trying to use a send-hook regex to match a _name_ *and* e-mail address. I don't know if that's possible. For example, if I am replying to an e-mail with the following To: line:
To: Mun <eli...@gmail.com> I want my From: line updated according by Mutt. I tried different variants of the following, but nothing worked for me: send-hook '~C Mun.*elists' my_hdr from: "Mun" <eli...@gmail.com> I can match the name OR e-mail address. But I couldn't figure out how to match both. What am I missing? Regards, -- Mun