diff options
author | Matthew Lemon <y@yulqen.org> | 2022-12-15 13:35:38 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2022-12-15 13:35:38 +0000 |
commit | a892602c256ff91ed046635dd3d84856a6d6a0d2 (patch) | |
tree | a7d0d91b9e01b6d107b32a8fdcd544206899aa94 /mutt | |
parent | c7e04c1b97cb0cdc100ae3b6d14dc452ac7e252b (diff) |
use 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 1e0e20e..51443c1 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -18,7 +18,8 @@ application/pdf; ~/.mutt/view_attachment.sh %s pdf evince #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; nametemplate=%s.html # Plain Text text/plain; cat; copiousoutput; edit=$VISUAL %s |