diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-02-02 16:31:33 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-02-02 16:31:33 -0500 |
commit | 71faf889b520c81ce32f2a3088e39e6a8b6e7e33 (patch) | |
tree | b8f2bee8f5a2622a3b783e3bc098cb4b90f0c5f5 /.config/mutt/mailcap | |
parent | 20130010d962581a2518590669e348288e4ebd4d (diff) | |
download | dotfiles-71faf889b520c81ce32f2a3088e39e6a8b6e7e33.tar.xz dotfiles-71faf889b520c81ce32f2a3088e39e6a8b6e7e33.zip |
simplify vim extensions, i3 config
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 8603537..5be7302 100644 --- a/.config/mutt/mailcap +++ b/.config/mutt/mailcap @@ -1 +1 @@ -text/html; w3m -I %{charset} -T text/html; copiousoutput; +text/html; w3m -s -I %{charset} -T text/html; copiousoutput; |