degesch: fix highlights
This commit is contained in:
parent
bc4b8ee19f
commit
89065e4d34
|
@ -2950,7 +2950,7 @@ log_formatter (struct app_context *ctx,
|
||||||
buffer->unseen_messages_count++;
|
buffer->unseen_messages_count++;
|
||||||
if (flags & BUFFER_LINE_UNIMPORTANT)
|
if (flags & BUFFER_LINE_UNIMPORTANT)
|
||||||
buffer->unseen_unimportant_count++;
|
buffer->unseen_unimportant_count++;
|
||||||
buffer->highlighted = important;
|
buffer->highlighted |= important;
|
||||||
|
|
||||||
refresh_prompt (ctx);
|
refresh_prompt (ctx);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue