From 901b9dbff59e430a6bba7f7b95685d12cdce18fa Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 16 Sep 2015 10:55:42 -0400 Subject: Don't quote stuff in mailcap --- .mailcap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.mailcap') diff --git a/.mailcap b/.mailcap index 47dbb36..d3583ae 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; 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/pdf; mutt_bgrun 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 -- cgit v1.2.3