aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-28 17:00:19 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-28 17:00:19 +0800
commit6f541f38f22111c84ca1aa385f522dc7d75b55e6 (patch)
tree846b6f902d78a666ebae5a150af89e08402f83cb /mutt
parentfeec295692bd82e3193bf228ce709b8d63a0c24c (diff)
parenteb613c35fbff28b9bcb4b1cabd1c1911b74efd2f (diff)
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'mutt')
-rw-r--r--mutt/mailcap6
1 files changed, 3 insertions, 3 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index f69f82e..23eadba 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,6 +1,6 @@
1text/html; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; 1text/html; surf '%s'; test=test -n "$DISPLAY"; copiousoutput;
2text/html; w3m -I %{charset} -T text/html; copiousoutput; 2# text/html; w3m -I %{charset} -T text/html; copiousoutput;
3text/plain; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; 3text/plain; surf '%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;