correctly apply msglist_read color
This commit is contained in:
parent
0acb28645f
commit
f09e3966a7
1 changed files with 4 additions and 1 deletions
|
@ -125,7 +125,10 @@ func (ml *MessageList) Draw(ctx *ui.Context) {
|
|||
flagged = true
|
||||
}
|
||||
}
|
||||
if !seen {
|
||||
|
||||
if seen {
|
||||
so = config.STYLE_MSGLIST_READ
|
||||
} else {
|
||||
so = config.STYLE_MSGLIST_UNREAD
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue