From: Samir Benmendil Date: Sat, 4 Jan 2014 02:53:28 +0000 (+0100) Subject: add support for pdf X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/44d20005edf4987e758b1783c8c871e32a5ce233?ds=inline add support for pdf --- 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;