diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-05 21:24:47 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-05 21:24:47 +0800 |
| commit | e68be713a57cbc0da4936625c50b6fc31be3fa95 (patch) | |
| tree | e8eefa6cd2cb193e647a4ce3be09a621cf60ba23 | |
| parent | 50a13ee92580ea1268c413f62752286d98af9486 (diff) | |
Update
| -rw-r--r-- | mutt/mailcap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 8726770..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; less %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' | less | 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' |