[mutt] Add some new highlights and clear potential system settings
This commit is contained in:
parent
f37a0dac2e
commit
f952e16b82
1 changed files with 10 additions and 1 deletions
11
muttrc
11
muttrc
|
@ -3,6 +3,13 @@
|
|||
|
||||
# whoami
|
||||
set realname="Eryn Wells"
|
||||
|
||||
# Clear out whatever crap the system sets.
|
||||
unmailboxes *
|
||||
unlists *
|
||||
unsubscribe *
|
||||
|
||||
# Source my local mail settings
|
||||
source ~/.mutt/erynwells.me.rc
|
||||
|
||||
# IMAP settings
|
||||
|
@ -27,7 +34,7 @@ set charset=UTF8
|
|||
set sort=threads
|
||||
set sort_aux=last-date-received
|
||||
set sort_browser=alpha
|
||||
set tilde=no
|
||||
set tilde=yes
|
||||
set markers=no
|
||||
set smart_wrap
|
||||
unset beep
|
||||
|
@ -73,6 +80,8 @@ color index color236 default "~D!~F"
|
|||
color index brightred default ~F
|
||||
# Arrows under threaded messages in the index
|
||||
color tree red default
|
||||
# Tildes are visible but dark
|
||||
color tilde black default
|
||||
|
||||
color header color136 default "^Date:"
|
||||
color header color33 default "^From:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue