summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-02-17 16:51:24 -0500
committerJesse Luehrs <doy@tozt.net>2019-02-17 16:51:24 -0500
commit6e3f8878b114f90b71d746e0723d128065ba153c (patch)
tree4cf9cc71d2b4a858d7ec3e52038236ef4b6d2b2f
parentac38423f281e230730e3746abc62da173feb11ca (diff)
downloadconf-6e3f8878b114f90b71d746e0723d128065ba153c.tar.gz
conf-6e3f8878b114f90b71d746e0723d128065ba153c.zip
never open elinks itself, just dump the text
-rw-r--r--mutt/mailcap1
1 files changed, 0 insertions, 1 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index ed8b963..a791985 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,5 +1,4 @@
text/plain; less '%s'; needsterminal
-text/html; elinks -force-html '%s'; needsterminal; description=HTML Text; nametemplate=%s.html
text/html; elinks -force-html -dump '%s'; copiousoutput; description=HTML Text; nametemplate=%s.html
application/x-tar; /bin/tar tvf -; print=/bin/tar tvf - | print text/plain:-; copiousoutput
application/x-gtar; /bin/tar tvzf -; print=/bin/tar tvzf - | print text/plain:-; copiousoutput