From b7f74bc9771f6d58f412117d8a47181fcd022735 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 14 Jan 2013 10:34:56 -0500 Subject: Switch to mutt_bgrun for opening pdffiles --- .mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mailcap') diff --git a/.mailcap b/.mailcap index a8b171f..de2d977 100644 --- a/.mailcap +++ b/.mailcap @@ -1,6 +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/pdf; mutt_bgrun 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