diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-04-29 19:52:05 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-04-29 19:52:05 +0100 |
commit | e4a85d0a86f94217f0a7badd64c927e0621e3627 (patch) | |
tree | f67fd40decb99cbbc72e8ae9c84d492e26a29bcf /Mail/mutt/mailcap | |
parent | aaa43e47ff605063495749fc38c29382d241df9e (diff) | |
download | dotfiles-e4a85d0a86f94217f0a7badd64c927e0621e3627.tar.gz dotfiles-e4a85d0a86f94217f0a7badd64c927e0621e3627.tar.bz2 dotfiles-e4a85d0a86f94217f0a7badd64c927e0621e3627.zip |
Make chromium render html
Diffstat (limited to 'Mail/mutt/mailcap')
-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 7daebc7..c145b20 100644 --- a/Mail/mutt/mailcap +++ b/Mail/mutt/mailcap @@ -1,5 +1,5 @@ application/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; rifle /tmp/mutt/$(basename %s) & -text/html; chromium '%s' &; test=test -n "$DISPLAY"; needsterminal; +text/html; cp '%s' '%s.html' && chromium '%s.html' &; test=test -n "$DISPLAY"; needsterminal; text/html; w3m -I %{charset} -T text/html; copiousoutput; text/calendar; mutt-ical.py -i -e "vasil.zlatanov15@imperial.ac.uk" %s application/ics; mutt-ical.py -i -e "vasil.zlatanov15@imperial.ac.uk" %s |