diff options
author | joe <rbo@gmx.us> | 2025-09-29 16:51:10 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-29 16:51:10 +0200 |
commit | 78e68d2991cea31608120a0900a3477d5c70797e (patch) | |
tree | 81968c9c1d57682bfcbf414fa2cf921bb44f2ca2 /.config/mutt/defaults.muttrc | |
parent | up (diff) | |
download | dotfiles-bsd-78e68d2991cea31608120a0900a3477d5c70797e.tar.gz dotfiles-bsd-78e68d2991cea31608120a0900a3477d5c70797e.tar.bz2 dotfiles-bsd-78e68d2991cea31608120a0900a3477d5c70797e.tar.xz dotfiles-bsd-78e68d2991cea31608120a0900a3477d5c70797e.tar.zst dotfiles-bsd-78e68d2991cea31608120a0900a3477d5c70797e.zip |
up
Diffstat (limited to '.config/mutt/defaults.muttrc')
-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' |