diff options
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/mailcap | 1 | ||||
-rw-r--r-- | .mutt/muttrc | 4 |
2 files changed, 5 insertions, 0 deletions
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 <return> 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? |