From c84ae66fdcd5ef48c72d7447a6f51be7492b45b7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 21 Dec 2011 12:25:31 +0100 Subject: MUTT: Use w3m to render HTML mails --- .mutt/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mutt/mailcap') diff --git a/.mutt/mailcap b/.mutt/mailcap index 579676e..fba56f6 100644 --- a/.mutt/mailcap +++ b/.mutt/mailcap @@ -1,4 +1,4 @@ -text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput +text/html; w3m -dump -T text/html -cols 80 %s; nametemplate=%s.html; copiousoutput application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s application/vnd.ms-excel; libreoffice %s image/jpeg; feh %s -- cgit v1.2.3-54-g00ecf