Michael Herman wrote: > 1. I have a custom attribution string for responding to e-mails that > I send to people at work. The attribution use ~t to show to whom > the previous, quoted e-mail was addressed. However, if the e-mail > is addressed to more then one person, only the first person shows > up in the attribution string. Is it possible to show all of the > users to whom the original e-mail was sent?
You'll likely have to patch your Mutt to get this functionality. > 4. Is there a way to see what hooks Mutt is applying to a folder or > e-mail in real-time? It would help with the debugging. No. Someone did propose a hook menu to show all of the hooks as processed by Mutt, but not something that would show you all of the hooks that were executed. > 6. Is there a way using a message-hook or send-hook to know when an > e-mail is new vs. being a reply or forward? I'd like to only sign > e-mails that I am creating and not replies or forwards. Not in Mutt 1.4. The development branch now has a reply-hook for this purpose.