aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt/mailcap
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-09-26 00:47:59 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-09-26 00:47:59 +0800
commit96a923876be4e5bc6237e20ff62e4cf9bb5eb815 (patch)
tree7989c3f1b7d91c9696a8b822fb89725d38e0e0f1 /mutt/mailcap
parentca8344ad75605d4961dd0bb806e17f5634c37948 (diff)
Quick open html file in mutt
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 d52d2ae..f6d8e0d 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,2 +1,2 @@
1text/html; xdg-open '%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;