diff options
Diffstat (limited to 'base/mailcap')
-rw-r--r-- | base/mailcap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/base/mailcap b/base/mailcap new file mode 100644 index 0000000..f95fa25 --- /dev/null +++ b/base/mailcap @@ -0,0 +1,10 @@ +text/calendar; mutt-ical.py -i -e "jesse@jesterpm.net" %s +application/ics; mutt-ical.py -i -e "jesse@jesterpm.net" %s + +text/html; w3m -I %{charset} -T text/html -dump; copiousoutput; description=HTML; 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" |