aboutsummaryrefslogtreecommitdiff
path: root/mutt/mailcap
diff options
context:
space:
mode:
authorvaskozl <vasil.zlatanov@gmail.com>2014-12-04 21:38:45 +0000
committervaskozl <vasil.zlatanov@gmail.com>2014-12-04 21:38:45 +0000
commitbdbdc661750460a8148ab37026de241823957641 (patch)
tree15dce9731c8103f08f8719552456a333178ea257 /mutt/mailcap
parent2d35db501af5caf20da3666afcb828b6fae488d9 (diff)
parent37f9cfda7f448ad0673e5dc47c35f5b6f72b5ba6 (diff)
downloaddotfiles-bdbdc661750460a8148ab37026de241823957641.tar.gz
dotfiles-bdbdc661750460a8148ab37026de241823957641.tar.bz2
dotfiles-bdbdc661750460a8148ab37026de241823957641.zip
Merge branch 'master' of https://www.github.com/Vaskozl/dotfiles
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;