Keep inbox up.
This commit is contained in:
parent
edec9d7582
commit
d9ab6707da
@ -70,6 +70,12 @@ void GmailServiceRoot::loadFromDatabase() {
|
|||||||
assembleCategories(categories);
|
assembleCategories(categories);
|
||||||
assembleFeeds(feeds);
|
assembleFeeds(feeds);
|
||||||
|
|
||||||
|
foreach (RootItem* feed, childItems()) {
|
||||||
|
if (feed->customId() == QL1S("INBOX")) {
|
||||||
|
feed->setKeepOnTop(true);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// As the last item, add recycle bin, which is needed.
|
// As the last item, add recycle bin, which is needed.
|
||||||
appendChild(recycleBin());
|
appendChild(recycleBin());
|
||||||
updateCounts(true);
|
updateCounts(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user