[mutt] Fix up colors a bit; add a mailcap

This commit is contained in:
Eryn Wells 2018-04-09 09:11:02 -07:00
parent 9e7d3b8585
commit 690445ad3d
2 changed files with 25 additions and 2 deletions

1
mutt/mailcap Normal file
View file

@ -0,0 +1 @@
text/html; w3m -I %{charset} -T text/html; copiousoutput;

26
muttrc
View file

@ -2,7 +2,7 @@
# Eryn Wells <eryn@erynwells.me> # Eryn Wells <eryn@erynwells.me>
# whoami # whoami
set realname='Eryn Wells' set realname="Eryn Wells"
source ~/.mutt/erynwells.me.rc source ~/.mutt/erynwells.me.rc
# IMAP settings # IMAP settings
@ -25,6 +25,7 @@ set move=no
unset mark_old unset mark_old
set charset=UTF8 set charset=UTF8
set sort=threads set sort=threads
set sort_aux=last-date-received
set sort_browser=alpha set sort_browser=alpha
set tilde=no set tilde=no
set markers=no set markers=no
@ -33,11 +34,32 @@ unset beep
# Aliases # Aliases
set reverse_alias=yes set reverse_alias=yes
set alias_file='~/.mutt/aliases' set alias_file="~/.mutt/aliases"
# Composing and Sending # Composing and Sending
set edit_headers=yes set edit_headers=yes
set include=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 # Solarized (light theme) colors
#source ~/.mutt/mutt-colors-solarized/mutt-colors-solarized-dark-256.muttrc #source ~/.mutt/mutt-colors-solarized/mutt-colors-solarized-dark-256.muttrc