From 466bd34e44679455831143d66a9dbd9c1094ad68 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 28 May 2012 09:31:27 -0400 Subject: Use evince as a default PDF viewer --- .mailcap | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.mailcap') diff --git a/.mailcap b/.mailcap index 0135463..a8b171f 100644 --- a/.mailcap +++ b/.mailcap @@ -1,2 +1,6 @@ text/html; w3m %s; nametemplate=%s.html text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput +application/pdf; evince '%s'; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; description=Portable Document Format +application/x-pdf; evince '%s'; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; description=Portable Document Format +application/x-gzpdf; evince '%s'; nametemplate=%s.pdf.gz; test=test "$DISPLAY" != ""; description=Portable Document Format +application/x-bzpdf; evince '%s'; nametemplate=%s.pdf.bz2; test=test "$DISPLAY" != ""; description=Portable Document Format -- cgit v1.2.3