diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-06-11 13:37:57 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-06-11 13:37:57 +0200 |
commit | cc9a6ce9c66adc34ef5513d73a584372d7a75f6c (patch) | |
tree | 12aae67002f83b48f581394bf8ebd80a796805dd /mutt | |
parent | 9ca2fa04fff2f723ad03a73d725bda2f438b2068 (diff) |
Add mailcap for webm videos
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/.mutt/mailcap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt/.mutt/mailcap b/mutt/.mutt/mailcap index 181c7de..0435c6c 100644 --- a/mutt/.mutt/mailcap +++ b/mutt/.mutt/mailcap @@ -3,4 +3,5 @@ text/html; mv %s %s.html && qutebrowser %s.html >/dev/null 2>/dev/null; needster text/html; w3m -I %{charset} -dump %s; nametemplate=%s.html; copiousoutput text/plain; more %s; image/*; feh %s +video/*; xdg-open %s application/pdf; zathura %s |