diff options
author | Tharre <tharre3@gmail.com> | 2017-05-18 16:08:25 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-05-18 16:08:25 +0200 |
commit | a3a9409f7c8d9a917d2922df8aec03501ba083f1 (patch) | |
tree | 51ec707ff9ec42358296d03f4cd881c421bfc145 /.mutt | |
parent | 652b4a14b7e7ae79c43c185ff78d6069bb025a9c (diff) | |
download | dotfiles-a3a9409f7c8d9a917d2922df8aec03501ba083f1.tar.gz dotfiles-a3a9409f7c8d9a917d2922df8aec03501ba083f1.tar.xz dotfiles-a3a9409f7c8d9a917d2922df8aec03501ba083f1.zip |
mutt: make it possible to view html mails
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? |