diff options
Diffstat (limited to 'mutt/mailcap')
-rw-r--r-- | mutt/mailcap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 4d1dce7..04fb49f 100644 --- a/mutt/mailcap +++ b/mutt/mailcap | |||
@@ -1,8 +1,8 @@ | |||
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; nl %s; copiousoutput; | 3 | text/plain; less -N %s; copiousoutput; |
4 | application/pdf; firefox '%s' | 4 | application/pdf; firefox '%s' |
5 | application/zip; unzip -p '%s' | nl | 5 | application/zip; unzip -p '%s' | less -N |
6 | image/png; feh '%s' | 6 | image/png; feh '%s' |
7 | image/jpg; feh '%s' | 7 | image/jpg; feh '%s' |
8 | image/jpeg; feh '%s' | 8 | image/jpeg; feh '%s' |