});
inboxEntry.setCount(inboxCount);
// Tasks
LoggedInUser user = ExplorerApp.get().getLoggedInUser();
long tasksCount = new TasksListQuery().size();
ToolbarEntry tasksEntry = addToolbarEntry(ENTRY_TASKS, i18nManager.getMessage(Messages.TASK_MENU_TASKS), new ToolbarCommand() {
public void toolBarItemSelected() {
viewManager.showTasksPage();
}
});