aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt/mailcap
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-11-07 09:51:23 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-11-07 09:51:23 +0800
commit274409cfcf237b639254157531bf132c5e3293f5 (patch)
treef7f7ceb088aac8c97694342ca5d9db908ba00b4a /mutt/mailcap
parent180ef46d6907fc61d759cf0292a99750c807ac66 (diff)
Improve 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 ab0c00c..e8760ee 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,4 +1,4 @@
1text/html; firefox '%s' &; test=test -n "$DISPLAY"; needsterminal; 1text/html; firefox '%s' &>/dev/null &; 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;