From 44d20005edf4987e758b1783c8c871e32a5ce233 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 4 Jan 2014 03:53:28 +0100 Subject: [PATCH] add support for pdf --- mutt/mailcap | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mutt/mailcap b/mutt/mailcap index fc569d9..3fc2db1 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1,3 +1,4 @@ -text/html; ~/.mutt/mutt_bgrun dwb -p mail --name dwb-mail %s; test=test -n "$DISPLAY"; -text/html; w3m -I %{charset} -T text/html; copiousoutput; -image/*; ~/.mutt/mutt_bgrun feh %s; +text/html; ~/.mutt/mutt_bgrun dwb -p mail --name dwb-mail %s; test=test -n "$DISPLAY"; +text/html; w3m -I %{charset} -T text/html; copiousoutput; +image/*; ~/.mutt/mutt_bgrun feh %s; +application/pdf; ~/.mutt/mutt_bgrun okular %s; -- 2.48.1