notes/mutt.md
Paul Trowbridge 910f8f0a8b mutt notes
2020-01-22 11:12:47 -05:00

503 B

Office 365 Setup

office365 config

setup html viewer in mutt

  • requires w3m
  • add this to .mutt/muttrc
    auto_view text/html                                      # view html automatically
    alternative_order text/plain text/enriched text/html     # save html for last
    
  • add this to .mutt/mailcap
    text/html; w3m -I %{charset} -T text/html; copiousoutput;