mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-22 21:52:30 +01:00
bag messages only if intelligent algorithm is enabled
This commit is contained in:
parent
eaffa942f8
commit
07d48240d5
@ -142,7 +142,7 @@ QList<Message> GreaderServiceRoot::obtainNewMessages(Feed* feed,
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool GreaderServiceRoot::wantsBaggedIdsOfExistingMessages() const {
|
bool GreaderServiceRoot::wantsBaggedIdsOfExistingMessages() const {
|
||||||
return true;
|
return m_network->intelligentSynchronization();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GreaderServiceRoot::start(bool freshly_activated) {
|
void GreaderServiceRoot::start(bool freshly_activated) {
|
||||||
|
Loading…
Reference in New Issue
Block a user