Set foreground color for untrusted messages

This commit is contained in:
Paul Fariello
2019-06-18 06:23:06 +02:00
parent 44d16e9141
commit 9482ce6168
7 changed files with 12 additions and 9 deletions

View File

@@ -535,7 +535,7 @@ mucwin_incoming_msg(ProfMucWin *mucwin, prof_message_t *message, GSList *mention
}
if (!message->trusted) {
flags |= NO_TRUST;
flags |= UNTRUSTED;
}
ProfWin *window = (ProfWin*)mucwin;