diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-01-27 16:40:53 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-01-27 16:40:53 +0800 |
commit | 86efd963ef3a8281f7c4a7c8e4e7310afdea43b4 (patch) | |
tree | 1e6eb3f29268cee593330b342cbdc40e39d07bf8 /mutt | |
parent | 09e6f641ca98d19e5b17564ec2626fb9de088ee9 (diff) |
Update
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/default | 1 | ||||
-rw-r--r-- | mutt/mailcap | 13 |
2 files changed, 8 insertions, 6 deletions
diff --git a/mutt/default b/mutt/default index 06673aa..5d7369b 100644 --- a/mutt/default +++ b/mutt/default | |||
@@ -58,6 +58,7 @@ bind index x tag-entry | |||
58 | bind index y edit-label | 58 | bind index y edit-label |
59 | bind index t edit-label | 59 | bind index t edit-label |
60 | bind index,browser l select-entry | 60 | bind index,browser l select-entry |
61 | bind browser h descend-directory | ||
61 | bind index \\ limit | 62 | bind index \\ limit |
62 | bind index \cj next-entry | 63 | bind index \cj next-entry |
63 | bind index \ck previous-entry | 64 | bind index \ck previous-entry |
diff --git a/mutt/mailcap b/mutt/mailcap index 1a44cfa..06bd67f 100644 --- a/mutt/mailcap +++ b/mutt/mailcap | |||
@@ -4,9 +4,10 @@ text/html; w3m -I %{charset} -T text/html; copiousoutput; | |||
4 | application/json; jq . %s | less -N; copiousoutput; | 4 | application/json; jq . %s | less -N; copiousoutput; |
5 | application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; | 5 | application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; |
6 | application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; | 6 | application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; |
7 | application/zip; unzip -p '%s' | less -N | 7 | application/zip; unzip -p '%s' | less -N; |
8 | application/gzip; gunzip -c '%s' | less -N | 8 | application/gzip; gunzip -c '%s' | less -N; |
9 | image/png; feh '%s' | 9 | application/image/png; feh '%s'; |
10 | image/jpg; feh '%s' | 10 | image/png; feh '%s'; |
11 | image/jpeg; feh '%s' | 11 | image/jpg; feh '%s'; |
12 | image/gif; feh '%s' | 12 | image/jpeg; feh '%s'; |
13 | image/gif; feh '%s'; | ||