diff options
Diffstat (limited to 'mutt/mailcap')
-rw-r--r-- | mutt/mailcap | 5 |
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; | 1 | text/html; xdg-open '%s' &; test=test -n "$DISPLAY"; needsterminal; |
2 | application/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; xdg-open /tmp/mutt/$(basename %s) & | 2 | text/html; w3m -I %{charset} -T text/html; copiousoutput; |
3 | #text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput; | ||