aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt/mailcap
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-08-29 14:32:09 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-08-29 14:32:09 +0800
commit3119a91f576b5bd080b70aa4de89f0e9ae5e48b3 (patch)
treeb641fa34983953122a48adfb4bf1f4368e8f3fef /mutt/mailcap
parentf6a1e14815c951e4cde765003a8d654d28a8c948 (diff)
Update muttrc
Diffstat (limited to 'mutt/mailcap')
-rw-r--r--mutt/mailcap5
1 files changed, 2 insertions, 3 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index 17e4d0b..d52d2ae 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,3 +1,2 @@
1#text/html; xdg-open '%s' &; test=test -n "$DISPLAY"; needsterminal; 1text/html; xdg-open '%s' &; test=test -n "$DISPLAY"; needsterminal;
2application/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; xdg-open /tmp/mutt/$(basename %s) & 2text/html; w3m -I %{charset} -T text/html; copiousoutput;
3#text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput;