diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-16 10:51:03 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-16 10:51:03 +0200 |
commit | cd087aad3182b7cd34f5a45cee4864cf54a69057 (patch) | |
tree | dc9cac71c6c62e3ef9af74f0dfa446bf74c356c9 /framework/src/domain/mime/partmodel.h | |
parent | 0f5eb0a41164177715667e271b01015d4348ab69 (diff) | |
download | kube-cd087aad3182b7cd34f5a45cee4864cf54a69057.tar.gz kube-cd087aad3182b7cd34f5a45cee4864cf54a69057.zip |
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.
Diffstat (limited to 'framework/src/domain/mime/partmodel.h')
-rw-r--r-- | framework/src/domain/mime/partmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
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: | |||
45 | IsSignedRole, | 45 | IsSignedRole, |
46 | IsErrorRole, | 46 | IsErrorRole, |
47 | SecurityLevelRole, | 47 | SecurityLevelRole, |
48 | EncryptionSecurityLevelRole, | ||
49 | SignatureSecurityLevelRole, | ||
48 | SignatureDetails, | 50 | SignatureDetails, |
49 | EncryptionDetails, | 51 | EncryptionDetails, |
50 | ErrorType, | 52 | ErrorType, |