From a3a9409f7c8d9a917d2922df8aec03501ba083f1 Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 18 May 2017 16:08:25 +0200 Subject: mutt: make it possible to view html mails --- .mutt/mailcap | 1 + .mutt/muttrc | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .mutt/mailcap diff --git a/.mutt/mailcap b/.mutt/mailcap new file mode 100644 index 0000000..8603537 --- /dev/null +++ b/.mutt/mailcap @@ -0,0 +1 @@ +text/html; w3m -I %{charset} -T text/html; copiousoutput; diff --git a/.mutt/muttrc b/.mutt/muttrc index 92d5e7d..fbcf468 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -112,6 +112,10 @@ bind pager R group-reply # View attachments properly. bind attach view-mailcap +# HTML Mails ... +auto_view text/html +alternative_order text/plain text/enriched text/html # display html last + # Compose View Options ------------------------------- set realname = "Unkown" # who am i? set envelope_from # which from? -- cgit v1.2.3-70-g09d2