diff options
author | Patrick Simianer <p@simianer.de> | 2014-06-13 11:08:56 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-06-13 11:08:56 +0200 |
commit | 3eec877c1a096a1efcd3e20e1b72aa254f96758c (patch) | |
tree | 82c705feaa08dea25872b68dc3aec61fa7ea647b /.mutt/mailcap |
init
Diffstat (limited to '.mutt/mailcap')
-rw-r--r-- | .mutt/mailcap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.mutt/mailcap b/.mutt/mailcap new file mode 100644 index 0000000..ac5612f --- /dev/null +++ b/.mutt/mailcap @@ -0,0 +1,10 @@ +text/html; chromium %s &>/dev/null; test=test -n "$DISPLAY"; needsterminal +text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput +text/plain; less %s +application/x-pdf; mupdf %s +application/pdf; mupdf %s +application/octet-stream; mupdf %s +image/jpeg; feh %s +image/pjpeg; feh %s +image/png; feh %s +image/gif; feh %s |