From 53b83762bb95d056ffac6c5615f60fcd9a544567 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 30 Jul 2026 08:24:03 -0400 Subject: pdfviewer is now papers --- dot_mailcap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dot_mailcap') diff --git a/dot_mailcap b/dot_mailcap index 908d198..ee1fad5 100644 --- a/dot_mailcap +++ b/dot_mailcap @@ -1,7 +1,7 @@ text/html; mutt_bgrun firefox %s; nametemplate=%s.html text/html; w3m -T text/html -cols 80 -dump %s; nametemplate=%s.html; copiousoutput -application/pdf; mutt_bgrun evince %s; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; description=Portable Document Format +application/pdf; mutt_bgrun papers %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 +application/x-gzpdf; papers %s; nametemplate=%s.pdf.gz; test=test "$DISPLAY" != ""; description=Portable Document Format +application/x-bzpdf; papers %s; nametemplate=%s.pdf.bz2; test=test "$DISPLAY" != ""; description=Portable Document Format audio/mpeg; mplayer %s; description=MPEG Audio -- cgit v1.2.3