Added html support for mutt.
This commit is contained in:
1
.muttmailcap
Normal file
1
.muttmailcap
Normal file
@ -0,0 +1 @@
|
|||||||
|
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -collapse_br_tags -dump %s; nametemplate=%s.html; copiousoutput
|
||||||
4
.muttrc
4
.muttrc
@ -51,3 +51,7 @@ bind index,pager \Cn sidebar-next
|
|||||||
# Open the highlighted mailbox
|
# Open the highlighted mailbox
|
||||||
bind index,pager \Co sidebar-open
|
bind index,pager \Co sidebar-open
|
||||||
|
|
||||||
|
# Configure html emails
|
||||||
|
alternative_order text/plain text/html
|
||||||
|
auto_view text/html
|
||||||
|
set mailcap_path = ~/.mutt/mailcap
|
||||||
|
|||||||
Reference in New Issue
Block a user