diff options
author | katherine <shmibs@shmibbles.me> | 2018-03-22 14:00:42 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2018-03-22 14:00:42 -0700 |
commit | 5e8ac8d1ed3dd3ccbfd282b4126fdb189b95c9a3 (patch) | |
tree | bcbf8301ae1f23ec2ab49aa6107e196c32606fd2 | |
parent | dab6a604413f1f3def6f6e60c9a3e5e0ba69a1c8 (diff) | |
download | dotfiles-5e8ac8d1ed3dd3ccbfd282b4126fdb189b95c9a3.tar.gz |
add html support to mutt via elinks
read-able now!
-rw-r--r-- | .mailcap | 1 | ||||
-rw-r--r-- | .muttrc | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.mailcap b/.mailcap new file mode 100644 index 0000000..10e7172 --- /dev/null +++ b/.mailcap @@ -0,0 +1 @@ +text/html; elinks -dump %s; nametemplate=%s.html; copiousoutput @@ -6,6 +6,9 @@ set realname=katherine source ~/.mail_aliases +alternative_order text/plain text/html +auto_view text/html + # mappings bind index \Cu half-up bind index \Cd half-down |