From 690445ad3d7a2b9e13b9642a82891570ecb1acf7 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 9 Apr 2018 09:11:02 -0700 Subject: [PATCH] [mutt] Fix up colors a bit; add a mailcap --- mutt/mailcap | 1 + muttrc | 26 ++++++++++++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 mutt/mailcap diff --git a/mutt/mailcap b/mutt/mailcap new file mode 100644 index 0000000..8603537 --- /dev/null +++ b/mutt/mailcap @@ -0,0 +1 @@ +text/html; w3m -I %{charset} -T text/html; copiousoutput; diff --git a/muttrc b/muttrc index 7994c91..14cc428 100644 --- a/muttrc +++ b/muttrc @@ -2,7 +2,7 @@ # Eryn Wells # whoami -set realname='Eryn Wells' +set realname="Eryn Wells" source ~/.mutt/erynwells.me.rc # IMAP settings @@ -25,6 +25,7 @@ set move=no unset mark_old set charset=UTF8 set sort=threads +set sort_aux=last-date-received set sort_browser=alpha set tilde=no set markers=no @@ -33,11 +34,32 @@ unset beep # Aliases set reverse_alias=yes -set alias_file='~/.mutt/aliases' +set alias_file="~/.mutt/aliases" # Composing and Sending set edit_headers=yes set include=yes +# HTML email :( +set mailcap_path="~/.mutt/mailcap" +auto_view text/html +alternative_order text/plain text/enriched text/html + +# A sensible default +color index default default ~A +# Unread email +color index color33 default ~U +# Email to me +color index color64 default ~p +# Collapsed thread +color index color61 default ~v +# Deleted email +color index color235 default ~D +# Flagged email +color index brightred default ~F + +# Radar emails +color index color166 default "~p ~s 'Radar Assignment'" + # Solarized (light theme) colors #source ~/.mutt/mutt-colors-solarized/mutt-colors-solarized-dark-256.muttrc