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