|
|
|
@ -205,7 +205,7 @@ Ext.define('Rambox.store.ServicesList', {
|
|
|
|
|
,logo: 'outlook365.png' |
|
|
|
|
,name: 'Outlook 365' |
|
|
|
|
,description: locale['services[18]'] |
|
|
|
|
,url: 'https://outlook.office.com/owa/' |
|
|
|
|
,url: 'https://outlook.office.___/owa/' |
|
|
|
|
,type: 'email' |
|
|
|
|
,manual_notifications: true |
|
|
|
|
,js_unread: 'function checkUnread(){var a=$(".subfolders [role=treeitem]:first .treeNodeRowElement").siblings().last().text();updateBadge(""===a?0:parseInt(a))}function updateBadge(a){a>=1?document.title="("+a+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3e3);' |
|
|
|
|