diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-01-14 10:34:56 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-01-14 10:34:56 -0500 |
commit | b7f74bc9771f6d58f412117d8a47181fcd022735 (patch) | |
tree | fb14bba93262b0fa0e45e9e6311ff69eb02d510e /.mailcap | |
parent | Add aliases to mutt (diff) |
Switch to mutt_bgrun for opening pdffiles
Diffstat (limited to '')
-rw-r--r-- | .mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |