diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-05 12:19:02 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-05 12:22:37 +0800 |
| commit | 31b853a7bebad5db3f84af9609ff41f72fa9ad7b (patch) | |
| tree | 4cd4ede087258403afa406e348f27b0049dc9d25 /mutt/mailcap | |
| parent | 2ef7db0d4cc14267db389ac209f8d3753d14fe99 (diff) | |
Update
Diffstat (limited to 'mutt/mailcap')
| -rw-r--r-- | mutt/mailcap | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 23eadba..2899a40 100644 --- a/mutt/mailcap +++ b/mutt/mailcap | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | text/html; surf '%s'; test=test -n "$DISPLAY"; copiousoutput; | 1 | text/html; w3m -I %{charset} -T text/html; copiousoutput; |
| 2 | # text/html; w3m -I %{charset} -T text/html; copiousoutput; | ||
| 3 | text/plain; surf '%s'; test=test -n "$DISPLAY"; needsterminal; | 2 | text/plain; surf '%s'; test=test -n "$DISPLAY"; needsterminal; |
| 4 | application/json; jq . %s | less -N; copiousoutput; | 3 | application/json; jq . %s | less -N; copiousoutput; |
| 5 | application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; | 4 | application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; |