Browse Source

Merge pull request #1714 from Insasse/feature/#1381-outlook-de-eu-us

Add the ability for users to type in their top level domain for Outlook365
pull/1857/head
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
798434b603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/store/ServicesList.js

3
app/store/ServicesList.js

@ -200,10 +200,11 @@ Ext.define('Rambox.store.ServicesList', {
,logo: 'outlook365.png' ,logo: 'outlook365.png'
,name: 'Outlook 365' ,name: 'Outlook 365'
,description: locale['services[18]'] ,description: locale['services[18]']
,url: 'https://outlook.office.com/owa/' ,url: 'https://outlook.office.___/owa/'
,type: 'email' ,type: 'email'
,manual_notifications: true ,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);' ,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' id: 'yahoo'

Loading…
Cancel
Save