diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2018-04-12 16:00:46 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2018-04-12 16:00:46 -0700 |
commit | bea366fcdfa72910fde029205b677d28646e5dc4 (patch) | |
tree | 2372403ffb7f540b257d64ab3b91f2467a2d8f65 /base/mailcap | |
parent | 6674d294ff99b4f6439e6e7f7a8cde399d2bf507 (diff) |
Misc. changes from new laptop
Diffstat (limited to 'base/mailcap')
-rw-r--r-- | base/mailcap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/base/mailcap b/base/mailcap index 720c93b..bb8ca1b 100644 --- a/base/mailcap +++ b/base/mailcap @@ -2,3 +2,9 @@ text/calendar; mutt-ical.py -i -e "jesse@jesterpm.net" %s application/ics; mutt-ical.py -i -e "jesse@jesterpm.net" %s text/html; pandoc -f html -t markdown --reference-links; copiousoutput; compose=vim %s + +application/pdf; evince %s; test=test -n "$DISPLAY" +application/x-bzpdf; evince %s; test=test -n "$DISPLAY" +application/x-ext-pdf; evince %s; test=test -n "$DISPLAY" +application/x-gzpdf; evince %s; test=test -n "$DISPLAY" +application/x-xzpdf; evince %s; test=test -n "$DISPLAY" |