diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2022-04-01 20:06:45 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2022-04-01 20:06:45 -0700 |
commit | 9f825a1b7a848c9c8d0bf11de50fa850022483a7 (patch) | |
tree | 14c6b808b3ab06630450fc2b485d69b3d57d1e26 /base/mailcap | |
parent | 613bca4812f2c9c6f338d478c676e9f307b25f48 (diff) |
Commit accured changed
Diffstat (limited to 'base/mailcap')
-rw-r--r-- | base/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/mailcap b/base/mailcap index bb8ca1b..f95fa25 100644 --- a/base/mailcap +++ b/base/mailcap @@ -1,7 +1,7 @@ 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 +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" |