diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-04-16 13:05:33 +0200 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-04-16 13:05:33 +0200 |
commit | c915def7a196fd412a95e1614078531d6d36bb6d (patch) | |
tree | c29a40172c166ba5a3f306fc26bf60db4791ce7e /Mail/mutt | |
parent | fd4464cbb193cc6e458e92e23853fd764d57e80f (diff) | |
download | dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.tar.gz dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.tar.bz2 dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.zip |
massive upgrade to new laptop
Diffstat (limited to 'Mail/mutt')
-rw-r--r-- | Mail/mutt/mailcap | 2 |
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; |