neomutt: add mailcap

This commit is contained in:
lelgenio 2020-04-23 18:58:08 -03:00
parent 3369209e75
commit f94f1fd0db
2 changed files with 25 additions and 19 deletions

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

@ -62,6 +62,8 @@ set sort = 'reverse-date'
#set reverse_name # reply as whomever it was to
#set include # include message in replies
#set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example)
set mailcap_path = ~/.config/neomutt/mailcap
auto_view text/html # automatically show html (mailcap uses w3m)
auto_view application/pgp-encrypted
alternative_order text/plain text/enriched text/html
@ -220,6 +222,9 @@ color index blue white "~F"
color index brightgreen default "~N|~O"
color index_author brightred black "~N"
color index_subject brightcyan black "~N"
color sidebar_new red default
color sidebar_new green default
color sidebar_highlight default brightred
color sidebar_indicator default red
# }}}
# vim: filetype=neomuttrc:foldmethod=marker