diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-10-12 16:41:00 +0200 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-10-12 16:41:00 +0200 |
commit | b40e6c476e54c5dab834c4d01936d1f7bc33c60e (patch) | |
tree | bfff8471fa2803620a24c3f52909a370a0de480b /framework/domain/mimetreeparser/interface.h | |
parent | fb12fcddb68e96580028072daa595d82fb3dd0ab (diff) | |
download | kube-b40e6c476e54c5dab834c4d01936d1f7bc33c60e.tar.gz kube-b40e6c476e54c5dab834c4d01936d1f7bc33c60e.zip |
Make nested mails work with mailviewer
Diffstat (limited to 'framework/domain/mimetreeparser/interface.h')
-rw-r--r-- | framework/domain/mimetreeparser/interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/domain/mimetreeparser/interface.h b/framework/domain/mimetreeparser/interface.h index 67246f37..4b569546 100644 --- a/framework/domain/mimetreeparser/interface.h +++ b/framework/domain/mimetreeparser/interface.h | |||
@@ -101,8 +101,11 @@ public: | |||
101 | QString encodedContent(QByteArray charset) const; | 101 | QString encodedContent(QByteArray charset) const; |
102 | 102 | ||
103 | bool isFirstTextPart() const; | 103 | bool isFirstTextPart() const; |
104 | bool isFirstPart() const; | ||
104 | bool isTopLevelPart() const; | 105 | bool isTopLevelPart() const; |
105 | 106 | ||
107 | MailMime::Ptr parent() const; | ||
108 | |||
106 | private: | 109 | private: |
107 | std::unique_ptr<MailMimePrivate> d; | 110 | std::unique_ptr<MailMimePrivate> d; |
108 | 111 | ||