From cd087aad3182b7cd34f5a45cee4864cf54a69057 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 16 Jul 2018 10:51:03 +0200 Subject: Separated colors for encryption and signature. Typically we have a good encryption and potentialyl a problem with the signature. It's weird if there is a problem with the encryption indicated, while there isn't actually one. --- framework/src/domain/mime/partmodel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/src/domain/mime/partmodel.h') diff --git a/framework/src/domain/mime/partmodel.h b/framework/src/domain/mime/partmodel.h index 0c8a133d..945fda12 100644 --- a/framework/src/domain/mime/partmodel.h +++ b/framework/src/domain/mime/partmodel.h @@ -45,6 +45,8 @@ public: IsSignedRole, IsErrorRole, SecurityLevelRole, + EncryptionSecurityLevelRole, + SignatureSecurityLevelRole, SignatureDetails, EncryptionDetails, ErrorType, -- cgit v1.2.3