# HG changeset patch # User Volker Birk # Date 1456160779 -3600 # Node ID cdfe98563d7e6468dcc45f96abc16039994ebe30 # Parent c0f88f70425b1d8ff5299086f54b0bad99ac7ae8 PEP_ct_my_key_not_included for passive mode diff -r c0f88f70425b -r cdfe98563d7e src/message_api.c --- a/src/message_api.c Mon Feb 22 14:48:29 2016 +0100 +++ b/src/message_api.c Mon Feb 22 18:06:19 2016 +0100 @@ -649,7 +649,8 @@ else if (ct >= PEP_ct_strong_but_unconfirmed && ct < PEP_ct_confirmed) return PEP_rating_reliable; - else if (ct == PEP_ct_no_encryption || ct == PEP_ct_no_encrypted_channel) + else if (ct == PEP_ct_no_encryption || ct == PEP_ct_no_encrypted_channel || + ct == PEP_ct_my_key_not_included) return PEP_rating_unencrypted; else