summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/maillistmodel.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-02-09 23:41:36 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-02-11 23:01:40 +0100
commit1026c329afed70f5ab3b8db32756ea926049dbe9 (patch)
tree27dd332cf00bee4be5baeaf1a4266be4f51cd702 /framework/src/domain/maillistmodel.h
parent9fbae5e1910d08cfeaf0002e881923dacb4c18bf (diff)
downloadkube-1026c329afed70f5ab3b8db32756ea926049dbe9.tar.gz
kube-1026c329afed70f5ab3b8db32756ea926049dbe9.zip
Query instead of filtering
Diffstat (limited to 'framework/src/domain/maillistmodel.h')
-rw-r--r--framework/src/domain/maillistmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/maillistmodel.h b/framework/src/domain/maillistmodel.h
index ce0399f7..27e8d036 100644
--- a/framework/src/domain/maillistmodel.h
+++ b/framework/src/domain/maillistmodel.h
@@ -107,4 +107,5 @@ private:
107 QSet<QByteArray> mFetchedMails; 107 QSet<QByteArray> mFetchedMails;
108 QByteArray mCurrentQueryItem; 108 QByteArray mCurrentQueryItem;
109 bool mIsThreaded = true; 109 bool mIsThreaded = true;
110 Sink::Query mQuery;
110}; 111};