aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-12-01 20:12:34 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-12-01 20:12:34 +0800
commit5edcb0d12da421940e08631881449ee097324441 (patch)
tree021b1bace9fe68b2f2210ca03ac710f5ebfa765a /mutt
parentc4a1c22a495a8c085f6dccf86d9f19f43f65cd4a (diff)
Update
Diffstat (limited to 'mutt')
-rw-r--r--mutt/mailcap2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index 23c13e2..f69f82e 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,6 +1,6 @@
1text/html; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; 1text/html; firefox '%s'; test=test -n "$DISPLAY"; needsterminal;
2text/html; w3m -I %{charset} -T text/html; copiousoutput; 2text/html; w3m -I %{charset} -T text/html; copiousoutput;
3text/plain; less -N %s; copiousoutput; 3text/plain; firefox '%s'; test=test -n "$DISPLAY"; needsterminal;
4application/json; jq . %s | less -N; copiousoutput; 4application/json; jq . %s | less -N; copiousoutput;
5application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; 5application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal;
6application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; 6application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal;