From 14a5f749b791acebfe7024784a5dc9f07097a329 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 6 Dec 2016 21:06:19 +0100 Subject: mutt: pdf reader --- mutt/.mutt/mailcap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mutt/.mutt/mailcap b/mutt/.mutt/mailcap index fc25715..8aaaa7e 100644 --- a/mutt/.mutt/mailcap +++ b/mutt/.mutt/mailcap @@ -1,9 +1,9 @@ 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 +application/x-pdf; zathura %s +application/pdf; zathura %s +application/octet-stream; zathura %s image/jpeg; feh %s image/pjpeg; feh %s image/png; feh %s -- cgit v1.2.3