summaryrefslogtreecommitdiffstats
path: root/.mutt/muttrc
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-05-18 16:08:25 +0200
committerTharre <tharre3@gmail.com>2017-05-18 16:08:25 +0200
commita3a9409f7c8d9a917d2922df8aec03501ba083f1 (patch)
tree51ec707ff9ec42358296d03f4cd881c421bfc145 /.mutt/muttrc
parent652b4a14b7e7ae79c43c185ff78d6069bb025a9c (diff)
downloaddotfiles-a3a9409f7c8d9a917d2922df8aec03501ba083f1.tar.gz
dotfiles-a3a9409f7c8d9a917d2922df8aec03501ba083f1.tar.xz
dotfiles-a3a9409f7c8d9a917d2922df8aec03501ba083f1.zip
mutt: make it possible to view html mails
Diffstat (limited to '.mutt/muttrc')
-rw-r--r--.mutt/muttrc4
1 files changed, 4 insertions, 0 deletions
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?