Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deleted color not applied to new messages #3

Open
minusf opened this issue Apr 19, 2019 · 0 comments
Open

deleted color not applied to new messages #3

minusf opened this issue Apr 19, 2019 · 0 comments

Comments

@minusf
Copy link

minusf commented Apr 19, 2019

This fixed it for me:

--- .mutt/dracula.muttrc.orig   Fri Apr 19 15:20:05 2019
+++ .mutt/dracula.muttrc        Fri Apr 19 15:20:10 2019
@@ -16,12 +16,12 @@
 color tree             color141        default
 
 # message index ------ foreground ---- background -----------------------------
-color index            color210        default         ~D # deleted messages
 color index            color84         default         ~F # flagged messages
 color index            color117        default         ~N # new messages
 color index            color212        default         ~Q # messages which have been replied to
 color index            color215        default         ~T # tagged messages
 color index            color141        default         ~v # messages part of a collapsed thread
+color index            color210        default         ~D # deleted messages
 
 # message headers ---- foreground ---- background -----------------------------
 color hdrdefault       color117        default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant