Lukas Ruf wrote: > So, is there then an easy way to differentiate if an email get's > composed completely from scratch or if an email is simply a reply? > > Assume the following: > - I have several email addresses that I receive emails for. > - According to the addresses in the To: field, I set the outbound > address. > - However, if I receive an email to a particular email address, > I would like to set the outbound email address to this one no matter > who will be listed in the To: field. > > So far, I handle the From: field and ^^From by send-hooks. > Unfortunately, this overrides also the reverse_name feature for me.
Yes, this is a problem. In Mutt 1.5 (CVS) there is now a reply-hook that lets you determine if you are sending a reply or not. It was added to solve exactly this problem.
