fix 'this message is not encrypted' error in verified groups

This commit is contained in:
B. Petersen
2019-09-14 17:21:40 +02:00
parent 24fe4740d3
commit ddb0eb4c1d
+1 -1
View File
@@ -1746,7 +1746,7 @@ unsafe fn check_verified_properties(
}
};
if mimeparser.e2ee_helper.encrypted {
if !mimeparser.e2ee_helper.encrypted {
verify_fail("This message is not encrypted".into());
return 0;
}