diff options
author | Matthew Lemon <y@yulqen.org> | 2023-06-07 17:27:42 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-06-07 17:27:42 +0100 |
commit | 12bf704b5edf198ce990d58e3f2843808be0691e (patch) | |
tree | 173f9045acf0869055efb1c68968a157a051ec4a /mutt | |
parent | 7dbed9d3204175743f1da1fefdeb564b94d1aac5 (diff) |
Mutt now opens HTML attachments in Firefox
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/mailcap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 3657f08..ee5877e 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -15,7 +15,8 @@ application/pdf; ~/.mutt/view_attachment.sh %s pdf zathura #text/html; ~/.mutt/view_attachment.sh %s html w3m # try different # text/html; w3m %s; nametemplate=%s.html # text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput -text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput +# text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput +text/html; firefox %s & sleep 3; description=HTML Text; test=test -n "$DISPLAY"; nametemplate=%s.html # Plain Text text/plain; cat; copiousoutput; edit=$VISUAL %s |