degesch: fix highlights

This commit is contained in:
Přemysl Eric Janouch 2015-11-17 00:06:48 +01:00
parent bc4b8ee19f
commit 89065e4d34
1 changed files with 1 additions and 1 deletions

View File

@ -2950,7 +2950,7 @@ log_formatter (struct app_context *ctx,
buffer->unseen_messages_count++;
if (flags & BUFFER_LINE_UNIMPORTANT)
buffer->unseen_unimportant_count++;
buffer->highlighted = important;
buffer->highlighted |= important;
refresh_prompt (ctx);
}