aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt/mailcap
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-11-08 13:00:10 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-11-08 13:00:10 +0800
commit3837762c31587e615964f6081a4693ea791ae818 (patch)
tree67cc4f7dccb59dad585fa86ff9dd372c0878e100 /mutt/mailcap
parent87c1070fbf621e65039ebd4167b0ac70344ef46e (diff)
Update muttrc
Diffstat (limited to 'mutt/mailcap')
-rw-r--r--mutt/mailcap2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index e8760ee..121267e 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,4 +1,4 @@
1text/html; firefox '%s' &>/dev/null &; 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; less -N %s; copiousoutput;
4application/json; jq . %s | less -N; copiousoutput; 4application/json; jq . %s | less -N; copiousoutput;