From 3eec877c1a096a1efcd3e20e1b72aa254f96758c Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Fri, 13 Jun 2014 11:08:56 +0200 Subject: init --- .mutt/mailcap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .mutt/mailcap (limited to '.mutt/mailcap') 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 -- cgit v1.2.3