aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-03-22 14:00:42 -0700
committerkatherine <shmibs@shmibbles.me>2018-03-22 14:00:42 -0700
commit5e8ac8d1ed3dd3ccbfd282b4126fdb189b95c9a3 (patch)
treebcbf8301ae1f23ec2ab49aa6107e196c32606fd2
parentdab6a604413f1f3def6f6e60c9a3e5e0ba69a1c8 (diff)
downloaddotfiles-5e8ac8d1ed3dd3ccbfd282b4126fdb189b95c9a3.tar.gz
add html support to mutt via elinks
read-able now!
-rw-r--r--.mailcap1
-rw-r--r--.muttrc3
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
diff --git a/.muttrc b/.muttrc
index 337223e..357c56a 100644
--- a/.muttrc
+++ b/.muttrc
@@ -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