aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-01-27 16:40:53 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-01-27 16:40:53 +0800
commit86efd963ef3a8281f7c4a7c8e4e7310afdea43b4 (patch)
tree1e6eb3f29268cee593330b342cbdc40e39d07bf8 /mutt
parent09e6f641ca98d19e5b17564ec2626fb9de088ee9 (diff)
Update
Diffstat (limited to 'mutt')
-rw-r--r--mutt/default1
-rw-r--r--mutt/mailcap13
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
58bind index y edit-label 58bind index y edit-label
59bind index t edit-label 59bind index t edit-label
60bind index,browser l select-entry 60bind index,browser l select-entry
61bind browser h descend-directory
61bind index \\ limit 62bind index \\ limit
62bind index \cj next-entry 63bind index \cj next-entry
63bind index \ck previous-entry 64bind 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;
4application/json; jq . %s | less -N; copiousoutput; 4application/json; jq . %s | less -N; copiousoutput;
5application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; 5application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal;
6application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; 6application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal;
7application/zip; unzip -p '%s' | less -N 7application/zip; unzip -p '%s' | less -N;
8application/gzip; gunzip -c '%s' | less -N 8application/gzip; gunzip -c '%s' | less -N;
9image/png; feh '%s' 9application/image/png; feh '%s';
10image/jpg; feh '%s' 10image/png; feh '%s';
11image/jpeg; feh '%s' 11image/jpg; feh '%s';
12image/gif; feh '%s' 12image/jpeg; feh '%s';
13image/gif; feh '%s';