diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-12 15:20:21 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-12 15:20:21 +0800 |
commit | a6f594cde809171c73aa7a1eb4fae59fa3ba5a2e (patch) | |
tree | 4dd296f2c6b9b80e4523309d1389e476c64012f8 /mutt | |
parent | 59e6562a8ba7434773d66afbe29fb823c3e09993 (diff) |
Update
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/mailcap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 04fb49f..4d1dce7 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; less -N %s; copiousoutput; | 3 | text/plain; nl %s; copiousoutput; |
4 | application/pdf; firefox '%s' | 4 | application/pdf; firefox '%s' |
5 | application/zip; unzip -p '%s' | less -N | 5 | application/zip; unzip -p '%s' | nl |
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' |