diff options
author | Vasil Zlatanov <v@skozl.com> | 2016-10-13 19:20:52 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2016-10-13 19:20:52 +0100 |
commit | 6531c75eb9a6a664a45b372014a709ac9910c1e2 (patch) | |
tree | 191153123a8a8560aee5176422bf81be4bcb210d /Mail | |
parent | 1c221916600457d945094c1df59f0756aca19367 (diff) | |
parent | 52582edc079a197d8204c1310ecd37176bfaef84 (diff) | |
download | dotfiles-6531c75eb9a6a664a45b372014a709ac9910c1e2.tar.gz dotfiles-6531c75eb9a6a664a45b372014a709ac9910c1e2.tar.bz2 dotfiles-6531c75eb9a6a664a45b372014a709ac9910c1e2.zip |
Merge branch 'master' of https://github.com/vaskozl/dotfiles
Diffstat (limited to 'Mail')
-rw-r--r-- | Mail/mutt/mailcap | 1 | ||||
-rw-r--r-- | Mail/muttrc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Mail/mutt/mailcap b/Mail/mutt/mailcap index 136a03f..2ff7cf2 100644 --- a/Mail/mutt/mailcap +++ b/Mail/mutt/mailcap @@ -1,2 +1,3 @@ application/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; rifle /tmp/mutt/$(basename %s) & +text/html; vimb '%s' &; test=test -n "$DISPLAY"; needsterminal; text/html; w3m -I %{charset} -T text/html; copiousoutput; diff --git a/Mail/muttrc b/Mail/muttrc index 514b1be..840e70e 100644 --- a/Mail/muttrc +++ b/Mail/muttrc @@ -65,7 +65,7 @@ ignore "Authentication-Results:" ignore "DomainKey-Signature:" ignore "DKIM-Signature:" hdr_order Date From To Cc -alternative_order text/plain text/html * +alternative_order text/plain text/enriched text/html * auto_view text/html # Hide crap |