Added: New keyboard shortcuts for compose popup (Esc, Sift+Esc, `)

Fixed: Folders list tree viewer
This commit is contained in:
RainLoop Team 2015-08-30 21:12:51 +03:00
parent 3498700f61
commit 9b6b68e72b
36 changed files with 90 additions and 6 deletions

View file

@ -150,6 +150,8 @@
FolderStore.displaySpecSetting(0 >= iC || iLimit < iC);
FolderStore.folderList(this.folderResponseParseRec(
Utils.isUnd(oData.Namespace) ? '' : oData.Namespace, oData['@Collection']));
FolderStore.reComputeFolderListSubFolders();
}
};