Kevin J. McCarthy wrote: > On Tue, Feb 18, 2020 at 10:47:31PM +0100, Jens Mueller wrote: > > I was looking for a way to set the From header based on the To header > > when replying in mutt. > > Check out $reverse_name and also $reverse_realname. It requires the To or > Cc address to match an entry in your alternates list.
This works. Thank you very much. I missed it somehow when searching the manual. Jens