On Wed, Apr 07, 2021 at 07:22:51AM -0600, John Niendorf wrote: > Hi Folks, > > How do you all deal with HTML email?
My .muttrc is
....
....
set mailcap_path = ~/.mutt/mailcap
auto_view text/html
....
....
~/.mutt/mailcap is
text/html; w3m -I %{charset} -T text/html; copiousoutput;
