Small improvements

This commit is contained in:
RainLoop Team 2014-02-09 21:09:10 +04:00
parent 012bea8938
commit 17f6204d2a
14 changed files with 137 additions and 153 deletions

View file

@ -10,6 +10,7 @@ function MailBoxFolderListViewModel()
this.folderList = RL.data().folderList;
this.folderListSystem = RL.data().folderListSystem;
this.foldersChanging = RL.data().foldersChanging;
this.iDropOverTimer = 0;

View file

@ -45,7 +45,7 @@ function PopupsDomainViewModel()
this.smtpServerFocus.subscribe(function (bValue) {
if (bValue && '' !== this.imapServer() && '' === this.smtpServer())
{
this.smtpServer(this.imapServer());
this.smtpServer(this.imapServer().replace(/imap/ig, 'smtp'));
}
}, this);