diff options
Diffstat (limited to '')
-rw-r--r-- | .config/mutt/defaults.muttrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 0a714bd..3787f44 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -97,6 +97,7 @@ bind pager,browser G bottom-page bind index,pager,browser d half-down bind index,pager,browser u half-up bind index,pager S sync-mailbox +bind index,pager s sync-mailbox bind index,pager R group-reply bind index \031 previous-undeleted # Mouse wheel bind index \005 next-undeleted # Mouse wheel @@ -179,9 +180,9 @@ color index_author brightred default "~N" # color index_subject brightred default "~N" # Tagged mail is highlighted: -color index default color088 "~T" -color index_author default color088 "~T" -color index_subject default default "~T" +color index default red "~T" +color index_author default red "~T" +color index_subject default red "~T" # Shaded for deleted color index brightblack default '~D' |