dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 13c15fcd2a5e006ac4d69de8119cce6f1f0e22a8
parent 76f8cb18a18121e8599749216d5689236f9ac187
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 24 Feb 2016 10:16:35 -0800

parse html emails with w3m

Diffstat:
M.mutt/muttrc | 2+-
Mosx-install.sh | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -112,7 +112,7 @@ source ~/.mutt/colors # Define colours. auto_view text/html # HTML is the last option. -alternative_order text/enriched text/plain text/html +alternative_order text/plain text/enriched text/html # abook address book set query_command= "abook --mutt-query '%s'" diff --git a/osx-install.sh b/osx-install.sh @@ -47,6 +47,7 @@ brews=( \ "tree"\ "vim"\ "vtk --with-tcl --with-qt --with-python --with-matplotlib --with-examples"\ + "w3m"\ "watch"\ "wget"\ "youtube-dl"\