diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:34:55 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:34:55 -0500 |
commit | 41fa4263c042bcef66918092efcdbb6a991bc84f (patch) | |
tree | f484ccafe0ad0d5c8731fc4f5bb6b405f9798b2f /dot_mailcap | |
parent | more renames (diff) |
more renames
Diffstat (limited to 'dot_mailcap')
-rw-r--r-- | dot_mailcap | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dot_mailcap b/dot_mailcap new file mode 100644 index 0000000..1a9ea17 --- /dev/null +++ b/dot_mailcap @@ -0,0 +1,7 @@ +text/html; mutt_bgrun firefox %s; nametemplate=%s.html +text/html; w3m -T text/html -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 +audio/mpeg; mplayer %s; description=MPEG Audio |