mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 14:46:21 +00:00
Merge pull request #1134 from paulfariello/hotfix/don_t_highlight_cleartext_message_as_untrusted
Don t highlight cleartext message as untrusted
This commit is contained in:
@@ -191,6 +191,7 @@ message_init(void)
|
||||
message->plain = NULL;
|
||||
message->enc = PROF_MSG_ENC_PLAIN;
|
||||
message->timestamp = NULL;
|
||||
message->trusted = true;
|
||||
|
||||
return message;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user