aboutsummaryrefslogtreecommitdiff
path: root/mutt/mailcap
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/mailcap')
-rw-r--r--mutt/mailcap4
1 files changed, 4 insertions, 0 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
new file mode 100644
index 0000000..c2ffbc4
--- /dev/null
+++ b/mutt/mailcap
@@ -0,0 +1,4 @@
+application/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; rifle /tmp/mutt/$(basename %s) &
+image/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; rifle /tmp/mutt/$(basename %s) &
+text/html; ~/.ratpoison/firesend %s &; test=test -n "$DISPLAY"; needsterminal;
+text/html; w3m -I %{charset} -T text/html; copiousoutput;