diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-15 10:23:13 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-15 10:23:13 +0000 |
commit | 9e890aa11bda0d9610f54c69730bbb410e9f1dd5 (patch) | |
tree | 5e5b0cab1642a53f931c42642f03df675265a3ca /mutt | |
parent | 44a97738c845b725603f56085d0504509f101abf (diff) |
Updates various tools config to match Arch config
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/mailcap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 3657f08..f189bbd 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -16,6 +16,7 @@ application/pdf; ~/.mutt/view_attachment.sh %s pdf zathura # 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; firefox %s & sleep 3; description=HTML Text; test=test -n "$DISPLAY"; nametemplate=%s.html # Plain Text text/plain; cat; copiousoutput; edit=$VISUAL %s |