diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2024-07-15 20:09:10 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2024-07-15 20:09:10 -0700 |
commit | 3751f3cb3b7ecaa2d7fd4ac4b561e53f130e7150 (patch) | |
tree | 95bdaac23551c8a24042962ee8234d6bacbc19e5 /base/mailcap | |
parent | 3cc2c70849e5d0588dfb4cffc3a2289690ab8ad4 (diff) |
Add recent changesjesterpm
Diffstat (limited to 'base/mailcap')
-rw-r--r-- | base/mailcap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/mailcap b/base/mailcap index f95fa25..9ba41b1 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/calendar; mutt-ical.py -i -e "jesse@jesterpm.net" -e "jesterpm@gmail.com" %s +application/ics; mutt-ical.py -i -e "jesse@jesterpm.net" -e "jesterpm@gmail.com" %s -text/html; w3m -I %{charset} -T text/html -dump; copiousoutput; description=HTML; compose=vim %s +text/html; w3m -I %{charset} -o display_link_number=1 -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" |