summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/partmodel.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-26 14:32:09 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-26 14:32:09 -0600
commitdd6348e1a98407b91f6758a38f42d849274866a3 (patch)
tree46770bfdfd92e92f53f3c95f4583a30d7f56134f /framework/src/domain/mime/partmodel.h
parent66b8dcd5b49c63d0994dacb198972277d3d5063a (diff)
downloadkube-dd6348e1a98407b91f6758a38f42d849274866a3.tar.gz
kube-dd6348e1a98407b91f6758a38f42d849274866a3.zip
Assign a color depending on the encryption/signature state.
Diffstat (limited to 'framework/src/domain/mime/partmodel.h')
-rw-r--r--framework/src/domain/mime/partmodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/src/domain/mime/partmodel.h b/framework/src/domain/mime/partmodel.h
index a0e14b61..318450a5 100644
--- a/framework/src/domain/mime/partmodel.h
+++ b/framework/src/domain/mime/partmodel.h
@@ -46,8 +46,8 @@ public:
46 IsSignedRole, 46 IsSignedRole,
47 IsErrorRole, 47 IsErrorRole,
48 SecurityLevelRole, 48 SecurityLevelRole,
49 EncryptionErrorType, 49 ErrorType,
50 EncryptionErrorString, 50 ErrorString,
51 SenderRole, 51 SenderRole,
52 DateRole 52 DateRole
53 }; 53 };