From ec54a3342290ed51110b873beb32020f27e6039b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 2 Dec 2019 11:29:20 -0800 Subject: [PATCH] [mutt] A few tweaks to mailcap and colors --- mutt/mailcap | 2 +- muttrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mutt/mailcap b/mutt/mailcap index 9abf866..00b54eb 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1,4 +1,4 @@ -text/html; w3m -I %{charset} -T text/html; copiousoutput; +text/html; w3m -v -F -I %{charset} -T text/html -cols 120 -dump %s; edit=vim; compose=vim; nametemplate=%s.html; needsterminal; copiousoutput image/jpeg; ~/.mutt/view_attachment.sh %s jpg image/jpg; ~/.mutt/view_attachment.sh %s jpg image/pjepg; ~/.mutt/view_attachment.sh %s jpg diff --git a/muttrc b/muttrc index 1d08e34..b6245f8 100644 --- a/muttrc +++ b/muttrc @@ -89,8 +89,8 @@ macro pager \Cu "|urlview" "call urlview to open links" color index default default ~A # Unread email color index color33 default ~U -# Email to me -#color index color64 default ~p +# Email to me. Not flagged or tagged. (Those have their own colors.) +color index color64 default "~p!~T!~F" # Collapsed thread color index color61 default ~v # Deleted email