diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 8120f9c9..d418085e 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -200,10 +200,11 @@ 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);' + ,note: 'Please insert the cloud region you want to use. Can be "com", "de", etc.' }, { id: 'yahoo'