aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-10-12 15:20:21 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-10-12 15:20:21 +0800
commita6f594cde809171c73aa7a1eb4fae59fa3ba5a2e (patch)
tree4dd296f2c6b9b80e4523309d1389e476c64012f8 /mutt
parent59e6562a8ba7434773d66afbe29fb823c3e09993 (diff)
Update
Diffstat (limited to 'mutt')
-rw-r--r--mutt/mailcap4
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index 04fb49f..4d1dce7 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,8 +1,8 @@
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; nl %s; copiousoutput;
4application/pdf; firefox '%s' 4application/pdf; firefox '%s'
5application/zip; unzip -p '%s' | less -N 5application/zip; unzip -p '%s' | nl
6image/png; feh '%s' 6image/png; feh '%s'
7image/jpg; feh '%s' 7image/jpg; feh '%s'
8image/jpeg; feh '%s' 8image/jpeg; feh '%s'