diff options
| author | Ryan Kavanagh <rak@rak.ac> | 2026-07-30 08:36:38 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <rak@rak.ac> | 2026-07-30 08:36:38 -0400 |
| commit | a0234a4031a1b4695cdee5f0fefad3b5d1644db4 (patch) | |
| tree | 34e0d19bc769b8fb4498380a097cb25ebd7f2575 /dot_mailcap | |
| parent | update home monitor config (diff) | |
| parent | proxyjump debian.net as well (diff) | |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'dot_mailcap')
| -rw-r--r-- | dot_mailcap | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
