diff options
Diffstat (limited to 'mutt/mailcap')
-rw-r--r-- | mutt/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 23c13e2..f69f82e 100644 --- a/mutt/mailcap +++ b/mutt/mailcap | |||
@@ -1,6 +1,6 @@ | |||
1 | text/html; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; | 1 | text/html; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; |
2 | text/html; w3m -I %{charset} -T text/html; copiousoutput; | 2 | text/html; w3m -I %{charset} -T text/html; copiousoutput; |
3 | text/plain; less -N %s; copiousoutput; | 3 | text/plain; firefox '%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; |