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