Added html support for mutt.

This commit is contained in:
2021-12-30 17:45:39 +13:00
parent b9f41a002c
commit 1a385086b3
2 changed files with 5 additions and 0 deletions

1
.muttmailcap Normal file
View File

@ -0,0 +1 @@
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -collapse_br_tags -dump %s; nametemplate=%s.html; copiousoutput

View File

@ -51,3 +51,7 @@ bind index,pager \Cn sidebar-next
# Open the highlighted mailbox
bind index,pager \Co sidebar-open
# Configure html emails
alternative_order text/plain text/html
auto_view text/html
set mailcap_path = ~/.mutt/mailcap