diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-03-10 14:29:06 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-03-10 14:29:06 +0000 |
commit | 3446f5387389b0e1671481c8a8fb9ea0eed519f6 (patch) | |
tree | 543bde435847c700507c3b229460b446f4a09028 /mutt/mailcap | |
parent | c9f80e43f431d89bbccd1ecc68c7b48fb8c01dd4 (diff) |
Remove . from dotfiles for convenience
Diffstat (limited to 'mutt/mailcap')
-rw-r--r-- | mutt/mailcap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mutt/mailcap b/mutt/mailcap new file mode 100644 index 0000000..dcab31d --- /dev/null +++ b/mutt/mailcap @@ -0,0 +1,5 @@ +text/html; mv %s %s.html && qutebrowser %s.html >/dev/null 2>/dev/null; needsterminal; +text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput +text/plain; more %s; +image/*; feh %s +application/pdf; zathura %s |