diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-14 08:54:49 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-14 08:54:49 +0800 |
commit | 14d6dcc5a19df68c510ba544fb0ae93b37c08ed7 (patch) | |
tree | 16776588bd5bed1b846a39194d6fa98b557928e7 /mutt | |
parent | 10a87faf4837870a6ed7acf74f0eb3e68a55a058 (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 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' |