diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-29 12:58:02 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-29 12:58:02 +0200 |
commit | 8ed2b5b1d2722f4276f91b12020f01c05db4bb98 (patch) | |
tree | 5e9fd9c98e2163fac781ff7d061b9b5f5ee2c90d /mutt | |
parent | fa6887d2432610fc4b694956b2870a91f6ab54eb (diff) | |
download | dotfiles-8ed2b5b1d2722f4276f91b12020f01c05db4bb98.tar.xz |
mutt/mailcap: Use chromium for html emails by default
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/mailcap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 38f6dc0..1ec849a 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1,2 +1,3 @@ +text/html; chromium %s &; test=test -n "$DISPLAY"; needsterminal; text/html; ~/.config/mutt/tiny.pl %s %{charset} ; copiousoutput ; nametemplate=%s.html text/plain; ~/.config/mutt/tiny.pl %s %{charset} 't' ; copiousoutput ; nametemplate=%s.html |