aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2019-04-03 00:49:23 +0100
committerVasil Zlatanov <v@skozl.com>2019-04-03 00:49:23 +0100
commit75f13a4ed020a9cdea4cda1775b4b1ebe5c3c3ea (patch)
treef563b969217c3540712967c680793c54ee44776a
parentc3c941727b05fc1637e891a2c424a9dae5d10091 (diff)
downloaddotfiles-75f13a4ed020a9cdea4cda1775b4b1ebe5c3c3ea.tar.gz
dotfiles-75f13a4ed020a9cdea4cda1775b4b1ebe5c3c3ea.tar.bz2
dotfiles-75f13a4ed020a9cdea4cda1775b4b1ebe5c3c3ea.zip
Replace vimb with chromium in mailcap
-rw-r--r--Mail/mutt/mailcap2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mail/mutt/mailcap b/Mail/mutt/mailcap
index 2ff7cf2..bc80a85 100644
--- a/Mail/mutt/mailcap
+++ b/Mail/mutt/mailcap
@@ -1,3 +1,3 @@
application/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; rifle /tmp/mutt/$(basename %s) &
-text/html; vimb '%s' &; test=test -n "$DISPLAY"; needsterminal;
+text/html; chromium '%s' &; test=test -n "$DISPLAY"; needsterminal;
text/html; w3m -I %{charset} -T text/html; copiousoutput;