gmail can now download only unread msgs optionally
This commit is contained in:
parent
0db772361d
commit
706e1c8750
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ QList<Message> GmailNetworkFactory::messages(const QString& stream_id,
|
|||
target_url += QString("?labelIds=%1").arg(stream_id);
|
||||
|
||||
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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue