aboutsummaryrefslogtreecommitdiff
path: root/.mailcap
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2014-07-01 11:39:07 +0200
committerRyan Kavanagh <rak@debian.org>2014-07-01 11:39:07 +0200
commit68b6f842e9373fcaf9a60d53ded82470d6a20263 (patch)
tree991f830b6903b7ef5275df73bccaddfb91a6e3ee /.mailcap
parentUse lynx for dumping HTML mail (diff)
Use mupdf instead of evince
Diffstat (limited to '')
-rw-r--r--.mailcap2
1 files changed, 1 insertions, 1 deletions
diff --git a/.mailcap b/.mailcap
index e298245..47dbb36 100644
--- a/.mailcap
+++ b/.mailcap
@@ -1,6 +1,6 @@
text/html; lynx %s; nametemplate=%s.html
text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput
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-pdf; mupdf '%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