aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mutt/mailcap2
-rw-r--r--muttrc1
2 files changed, 3 insertions, 0 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index f1610e9..c2ffbc4 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,2 +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;
diff --git a/muttrc b/muttrc
index 87b8639..94685b5 100644
--- a/muttrc
+++ b/muttrc
@@ -116,6 +116,7 @@ set status_format="$HOME/.mutt/notify.sh '%r %f (%L) [Msgs:%?M?%M/?%m%?n? New:%n
# Render silly html
set mailcap_path = ~/.mutt/mailcap
+folder-hook . `rm -f /tmp/mutt/*` # delete tmp files created by mailcap
auto_view text/html # view html automatically
alternative_order text/plain text/enriched text/html # save html for last