diff options
Diffstat (limited to 'res/mailcap')
-rw-r--r-- | res/mailcap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/mailcap b/res/mailcap new file mode 100644 index 00000000..07ac93f7 --- /dev/null +++ b/res/mailcap @@ -0,0 +1,6 @@ +# default mailcap for Chawan + +text/gopher; "$CHA_LIBEXEC_DIR"/gopher2html -u "$MAILCAP_URL"; x-htmloutput +text/gemini; "$CHA_LIBEXEC_DIR"/gmi2html; x-htmloutput +text/markdown; "$CHA_LIBEXEC_DIR"/md2html; x-htmloutput +text/x-ansi; "$CHA_LIBEXEC_DIR"/ansi2html; x-htmloutput |