diff options
Diffstat (limited to 'akonadish/syntax_modules/akonadi_list.cpp')
-rw-r--r-- | akonadish/syntax_modules/akonadi_list.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/akonadish/syntax_modules/akonadi_list.cpp b/akonadish/syntax_modules/akonadi_list.cpp index 82f13b5..7709d3b 100644 --- a/akonadish/syntax_modules/akonadi_list.cpp +++ b/akonadish/syntax_modules/akonadi_list.cpp | |||
@@ -58,8 +58,6 @@ bool list(const QStringList &args, State &state) | |||
58 | for (const auto &res : resources) { | 58 | for (const auto &res : resources) { |
59 | query.resources << res.toLatin1(); | 59 | query.resources << res.toLatin1(); |
60 | } | 60 | } |
61 | query.syncOnDemand = false; | ||
62 | query.processAll = false; | ||
63 | query.liveQuery = false; | 61 | query.liveQuery = false; |
64 | 62 | ||
65 | QTime time; | 63 | QTime time; |