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