diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-07 16:49:40 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-07 16:49:40 +0100 |
commit | 299340a5efba8e0f7c19153e1bdb164db8815e37 (patch) | |
tree | 2bcc9206efe40cbf238e5a3d811283d5738e8034 /framework/src/domain/mime/mimetreeparser/partmetadata.h | |
parent | 86f565e12bc3ef6aa2e1da0582480b9dd282c673 (diff) | |
download | kube-299340a5efba8e0f7c19153e1bdb164db8815e37.tar.gz kube-299340a5efba8e0f7c19153e1bdb164db8815e37.zip |
Removed inProgress
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/partmetadata.h')
-rw-r--r-- | framework/src/domain/mime/mimetreeparser/partmetadata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/partmetadata.h b/framework/src/domain/mime/mimetreeparser/partmetadata.h index 41399837..b0f2674e 100644 --- a/framework/src/domain/mime/mimetreeparser/partmetadata.h +++ b/framework/src/domain/mime/mimetreeparser/partmetadata.h | |||
@@ -34,7 +34,6 @@ public: | |||
34 | isGoodSignature(false), | 34 | isGoodSignature(false), |
35 | isEncrypted(false), | 35 | isEncrypted(false), |
36 | isDecryptable(false), | 36 | isDecryptable(false), |
37 | inProgress(false), | ||
38 | technicalProblem(false), | 37 | technicalProblem(false), |
39 | isEncapsulatedRfc822Message(false) | 38 | isEncapsulatedRfc822Message(false) |
40 | { | 39 | { |
@@ -56,7 +55,6 @@ public: | |||
56 | bool isGoodSignature : 1; | 55 | bool isGoodSignature : 1; |
57 | bool isEncrypted : 1; | 56 | bool isEncrypted : 1; |
58 | bool isDecryptable : 1; | 57 | bool isDecryptable : 1; |
59 | bool inProgress : 1; | ||
60 | bool technicalProblem : 1; | 58 | bool technicalProblem : 1; |
61 | bool isEncapsulatedRfc822Message : 1; | 59 | bool isEncapsulatedRfc822Message : 1; |
62 | }; | 60 | }; |