From 89065e4d3473abcc7876dd0fc793d9afcee88d53 Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Tue, 17 Nov 2015 00:06:48 +0100
Subject: degesch: fix highlights
---
degesch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/degesch.c b/degesch.c
index f6706a1..74da23d 100644
--- a/degesch.c
+++ b/degesch.c
@@ -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);
}
--
cgit v1.2.3-70-g09d2