diff options
author | 53hornet <atc@53hor.net> | 2021-12-30 09:36:23 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-30 09:36:23 -0500 |
commit | 1725ce8a58704fbbb8a2c4b90ddca2af4fdf625a (patch) | |
tree | 7b6a1f51edff5d14f22e9754119b89360e653ca7 /.config/mutt/mailcap | |
parent | 2d4a2da8ca10b71cdf472914ff739ac0adf97a0b (diff) | |
download | dotfiles-1725ce8a58704fbbb8a2c4b90ddca2af4fdf625a.tar.xz dotfiles-1725ce8a58704fbbb8a2c4b90ddca2af4fdf625a.zip |
feat: html emails viewed with w3m instead of firefox
Diffstat (limited to '.config/mutt/mailcap')
-rw-r--r-- | .config/mutt/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap index 3c1d333..8603537 100644 --- a/.config/mutt/mailcap +++ b/.config/mutt/mailcap @@ -1 +1 @@ -text/html; firefox %s && sleep 3; nametemplate=%s.html; needsterminal; copiousoutput +text/html; w3m -I %{charset} -T text/html; copiousoutput; |