muttrc: perfer text/plain over text/html

This commit is contained in:
Marcel Kapfer 2017-08-10 09:29:17 +02:00
parent b245ae2432
commit ded7a2e1c4

View file

@ -40,7 +40,9 @@ source ~/.mutt/theme
# message list # message list
set index_format = "%4C %Z %{%b %d %R} %-15.15L (%6l) %s" set index_format = "%4C %Z %{%b %d %R} %-15.15L (%6l) %s"
## HTML mails
set mailcap_path = ~/.mutt/mailcap set mailcap_path = ~/.mutt/mailcap
alternative_order text/plain text/html
auto_view text/html auto_view text/html
## Abook ## Abook