Fix notifications of signed + encrypted messages

This commit is contained in:
Francis Lachapelle
2018-01-24 10:32:36 -05:00
parent a35138c0b8
commit 7897ea58fe
3 changed files with 33 additions and 22 deletions
+1 -1
View File
@@ -285,7 +285,7 @@
[NSNumber numberWithBool: [self validSignature]], @"valid",
renderedParts, @"content",
[self smimeCertificates], @"certificates",
[self validationMessage], @"error",
[self validationMessage], @"message",
nil];
}