summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-14 20:08:40 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-14 20:08:40 -0700
commitab45478bc57b4536d49c9d2c934acde48a972a16 (patch)
treed915b9e8c76ecb866f220a39f1bd1fa49c986e51 /.mutt
parent5583dc64874f6e551f34a68a538c5ae8fcc5384e (diff)
downloaddotfiles-ab45478bc57b4536d49c9d2c934acde48a972a16.tar.gz
comment out all mutt mailcap entries
Not using mutt to read e-mail, and many of these are probably out-of-date.
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/mailcap12
1 files changed, 6 insertions, 6 deletions
diff --git a/.mutt/mailcap b/.mutt/mailcap
index 933c9b4c..268e61eb 100644
--- a/.mutt/mailcap
+++ b/.mutt/mailcap
@@ -1,6 +1,6 @@
-text/html; firefox %s; test=test -n "$DISPLAY"; nametemplate=%s.html
-text/html; w3m -I %{charset} -T text/html; copiousoutput;
-application/pdf; mutt_bgrun evince '%s'; test=test -n "$DISPLAY"; nametemplate=%s.pdf
-image/jpeg; eog %s
-image/png; eog %s
-application/vnd.openxmlformats-officedocument.wordprocessingml.document; mutt_bgrun soffice %s; test=sh -c 'test $DISPLAY'
+# text/html; firefox %s; test=test -n "$DISPLAY"; nametemplate=%s.html
+# text/html; w3m -I %{charset} -T text/html; copiousoutput;
+# application/pdf; mutt_bgrun evince '%s'; test=test -n "$DISPLAY"; nametemplate=%s.pdf
+# image/jpeg; eog %s
+# image/png; eog %s
+# application/vnd.openxmlformats-officedocument.wordprocessingml.document; mutt_bgrun soffice %s; test=sh -c 'test $DISPLAY'