diff options
Diffstat (limited to 'common/mail/threadindexer.cpp')
-rw-r--r-- | common/mail/threadindexer.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/mail/threadindexer.cpp b/common/mail/threadindexer.cpp index 2e6a6e7..fb47118 100644 --- a/common/mail/threadindexer.cpp +++ b/common/mail/threadindexer.cpp | |||
@@ -98,11 +98,6 @@ void ThreadIndexer::add(const ApplicationDomain::ApplicationDomainType &entity) | |||
98 | updateThreadingIndex(entity.identifier(), entity, transaction()); | 98 | updateThreadingIndex(entity.identifier(), entity, transaction()); |
99 | } | 99 | } |
100 | 100 | ||
101 | void ThreadIndexer::modify(const ApplicationDomain::ApplicationDomainType &old, const ApplicationDomain::ApplicationDomainType &entity) | ||
102 | { | ||
103 | |||
104 | } | ||
105 | |||
106 | void ThreadIndexer::remove(const ApplicationDomain::ApplicationDomainType &entity) | 101 | void ThreadIndexer::remove(const ApplicationDomain::ApplicationDomainType &entity) |
107 | { | 102 | { |
108 | auto messageId = entity.getProperty(Mail::MessageId::name); | 103 | auto messageId = entity.getProperty(Mail::MessageId::name); |