[mutt] Add some new highlights and clear potential system settings

This commit is contained in:
Eryn Wells 2018-04-13 22:38:47 -07:00
parent f37a0dac2e
commit f952e16b82

11
muttrc
View file

@ -3,6 +3,13 @@
# whoami # whoami
set realname="Eryn Wells" set realname="Eryn Wells"
# Clear out whatever crap the system sets.
unmailboxes *
unlists *
unsubscribe *
# Source my local mail settings
source ~/.mutt/erynwells.me.rc source ~/.mutt/erynwells.me.rc
# IMAP settings # IMAP settings
@ -27,7 +34,7 @@ set charset=UTF8
set sort=threads set sort=threads
set sort_aux=last-date-received set sort_aux=last-date-received
set sort_browser=alpha set sort_browser=alpha
set tilde=no set tilde=yes
set markers=no set markers=no
set smart_wrap set smart_wrap
unset beep unset beep
@ -73,6 +80,8 @@ color index color236 default "~D!~F"
color index brightred default ~F color index brightred default ~F
# Arrows under threaded messages in the index # Arrows under threaded messages in the index
color tree red default color tree red default
# Tildes are visible but dark
color tilde black default
color header color136 default "^Date:" color header color136 default "^Date:"
color header color33 default "^From:" color header color33 default "^From:"