diff options
Diffstat (limited to 'mutt/.mutt/mailcap')
-rw-r--r-- | mutt/.mutt/mailcap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mutt/.mutt/mailcap b/mutt/.mutt/mailcap new file mode 100644 index 0000000..dcab31d --- /dev/null +++ b/mutt/.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 |