From ba9d8139aa1877612fda374dd5257d209badc516 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 10 Sep 2007 20:35:22 +0200 Subject: [PATCH] turn on mark_old and change colours appropriately --- .mutt/colours | 8 ++++---- .mutt/muttrc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.mutt/colours b/.mutt/colours index da729b6..5881dae 100644 --- a/.mutt/colours +++ b/.mutt/colours @@ -44,12 +44,12 @@ color body green default "(^| )_[-a-z0-9_]+_[,.?]?[ \n]" uncolor index * # unset all color index entries color index brightblack default "~T" -color index red default "~N" -color index brightred default "~T ~N" +color index red default "~N|~O" +color index brightred default "~T (~N|~O)" color index white blue "~F" color index brightwhite blue "~T ~F" -color index white red "~N ~F" -color index brightwhite red "~T ~N ~F" +color index white red "(~N|~O) ~F" +color index brightwhite red "~T (~N|~O) ~F" color index cyan default "~D" color index brightcyan default "~T ~D" diff --git a/.mutt/muttrc b/.mutt/muttrc index 8886c6e..897c479 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -1605,7 +1605,7 @@ set header_cache_pagesize=32768 # will show up with an "O" next to them in the index menu, # indicating that they are old. # -set mark_old=no +set mark_old=yes # # set markers=yes # -- 2.39.2