Optimizations

Added "[labs]imap_folder_list_limit" setting (optimization)
This commit is contained in:
RainLoop Team 2015-01-08 02:50:59 +04:00
parent 833f40c115
commit 7ef9ebb45f
22 changed files with 878 additions and 32 deletions

View file

@ -48,6 +48,7 @@
'placement': 'top',
'trigger': 'hover',
'title': 'About',
'container': 'body',
'content': function () {
return self.readme();
}

View file

@ -900,6 +900,13 @@
})
;
this.dragOver.subscribe(function (bValue) {
if (bValue)
{
this.selector.scrollToTop();
}
}, this);
oJua
.on('onDragEnter', _.bind(function () {
this.dragOverEnter(true);