diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-03-16 10:42:25 -0700 |
---|---|---|
committer | Jesse Morgan <morganjm@amazon.com> | 2013-03-16 10:42:25 -0700 |
commit | d4a71024c7bd4e3b090a5d0e526554a66421efe3 (patch) | |
tree | 6187b66bedcb40009b1415468410d67f11b2ffde /base/mailcap | |
parent | 92d7f84ff96be417cd18f0af808599bf061f7e94 (diff) |
Adding a missing config and making mailcap global.
Diffstat (limited to 'base/mailcap')
-rw-r--r-- | base/mailcap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/mailcap b/base/mailcap new file mode 100644 index 0000000..720c93b --- /dev/null +++ b/base/mailcap @@ -0,0 +1,4 @@ +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 |