dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 68603c4b39df8918cf46e1808b23d3c1736cc0a3
parent 1573b9c30b9608472099a43441cc9af094a4b13f
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed, 31 May 2017 22:04:33 +0100

open html emails in browser

Diffstat:
Amutt/.mailcap | 2++
Mmutt/.mutt/muttrc | 4++++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/mutt/.mailcap b/mutt/.mailcap @@ -0,0 +1,2 @@ +text/html; /usr/bin/firefox %s >/dev/null 2>&1; needsterminal +text/html; lynx -dump %s; nametemplate=%s.html; copiusoutput diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc @@ -28,3 +28,7 @@ color normal default default color indicator black cyan color tree default default color status white black + +# handling for multi-part and html messages +alternative_order text/plain text/html +auto_view text/html