mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-09 14:52:39 +01:00
gmail can now download only unread msgs optionally
This commit is contained in:
parent
0db772361d
commit
706e1c8750
@ -201,7 +201,7 @@ QList<Message> GmailNetworkFactory::messages(const QString& stream_id,
|
|||||||
target_url += QString("?labelIds=%1").arg(stream_id);
|
target_url += QString("?labelIds=%1").arg(stream_id);
|
||||||
|
|
||||||
if (downloadOnlyUnreadMessages()) {
|
if (downloadOnlyUnreadMessages()) {
|
||||||
target_url += QString("?labelIds=%1").arg(GMAIL_SYSTEM_LABEL_UNREAD);
|
target_url += QString("&labelIds=%1").arg(GMAIL_SYSTEM_LABEL_UNREAD);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (batchSize() > 0) {
|
if (batchSize() > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user