1
0
mirror of https://github.com/moparisthebest/mail synced 2025-01-11 05:28:00 -05:00

[WO-301] Fix incoming message not displayed

This commit is contained in:
Tankred Hase 2014-04-29 22:03:54 +02:00
parent f5f8781a8c
commit 637980cc7b

View File

@ -71,9 +71,8 @@ define(function(require) {
}
// select inbox if not yet selected
if (!$scope.state.nav.currentFolder) {
$scope.openFolder($scope.account.folders[0]);
}
$scope.openFolder($scope.account.folders[0]);
$scope.$apply();
});
//