diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-28 13:13:54 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-28 13:14:11 +0800 |
| commit | eb613c35fbff28b9bcb4b1cabd1c1911b74efd2f (patch) | |
| tree | bcb34c99210c68b8ebbbda54a195dd3931cad004 /mutt | |
| parent | 2c9ca86aa9317420afe10449a45a21f56ec4c22f (diff) | |
Update
Diffstat (limited to 'mutt')
| -rw-r--r-- | mutt/mailcap | 6 |
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 @@ | |||
| 1 | text/html; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; | 1 | text/html; surf '%s'; test=test -n "$DISPLAY"; copiousoutput; |
| 2 | text/html; w3m -I %{charset} -T text/html; copiousoutput; | 2 | # text/html; w3m -I %{charset} -T text/html; copiousoutput; |
| 3 | text/plain; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; | 3 | text/plain; surf '%s'; test=test -n "$DISPLAY"; needsterminal; |
| 4 | application/json; jq . %s | less -N; copiousoutput; | 4 | application/json; jq . %s | less -N; copiousoutput; |
| 5 | application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; | 5 | application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; |
| 6 | application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; | 6 | application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; |