summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-12-30 09:36:23 -0500
committer53hornet <atc@53hor.net>2021-12-30 09:36:23 -0500
commit1725ce8a58704fbbb8a2c4b90ddca2af4fdf625a (patch)
tree7b6a1f51edff5d14f22e9754119b89360e653ca7
parent2d4a2da8ca10b71cdf472914ff739ac0adf97a0b (diff)
downloaddotfiles-1725ce8a58704fbbb8a2c4b90ddca2af4fdf625a.tar.xz
dotfiles-1725ce8a58704fbbb8a2c4b90ddca2af4fdf625a.zip
feat: html emails viewed with w3m instead of firefox
-rw-r--r--.config/mutt/mailcap2
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;