diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/imapresource/imapserverproxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imapresource/imapserverproxy.cpp b/examples/imapresource/imapserverproxy.cpp index 36dbcf5..08a0081 100644 --- a/examples/imapresource/imapserverproxy.cpp +++ b/examples/imapresource/imapserverproxy.cpp | |||
@@ -471,7 +471,7 @@ KAsync::Job<void> ImapServerProxy::fetchFolders(std::function<void(const Folder | |||
471 | bool sent = caseInsensitiveContains(FolderFlags::Sent, flags); | 471 | bool sent = caseInsensitiveContains(FolderFlags::Sent, flags); |
472 | bool drafts = caseInsensitiveContains(FolderFlags::Drafts, flags); | 472 | bool drafts = caseInsensitiveContains(FolderFlags::Drafts, flags); |
473 | bool trash = caseInsensitiveContains(FolderFlags::Trash, flags); | 473 | bool trash = caseInsensitiveContains(FolderFlags::Trash, flags); |
474 | bool isgmailParent = mailbox.name.toLower() == "[gmail]"; | 474 | bool isgmailParent = mailbox.name.toLower() == "[gmail]" || mailbox.name.toLower() == "[Google Mail]"; |
475 | /** | 475 | /** |
476 | * Because gmail duplicates messages all over the place we only support a few selected folders for now that should be mostly exclusive. | 476 | * Because gmail duplicates messages all over the place we only support a few selected folders for now that should be mostly exclusive. |
477 | */ | 477 | */ |