]> git.rmz.io Git - dotfiles.git/commitdiff
add support for pdf
authorSamir Benmendil <samir.benmendil@gmail.com>
Sat, 4 Jan 2014 02:53:28 +0000 (03:53 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sat, 4 Jan 2014 02:53:28 +0000 (03:53 +0100)
mutt/mailcap

index fc569d93f3b6a1a954a1cd2813390f259c4d2c74..3fc2db118267a912910e7ab08149abf6f0adbde4 100644 (file)
@@ -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;