From f7e6b06aa464c4b6f6db6697d0f94b668f112b60 Mon Sep 17 00:00:00 2001 From: Insasse Date: Wed, 13 Jun 2018 12:44:09 +0200 Subject: [PATCH 1/2] #1381 - add the ability for users to type in their top level domain --- app/store/ServicesList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index e2d21734..45fe71f3 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -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);' From 6071010c8f8b9bd5820240d8396fdaa794ef3dff Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Wed, 12 Sep 2018 16:57:52 -0300 Subject: [PATCH 2/2] Added a note --- app/store/ServicesList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 45fe71f3..eb5d392f 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -209,6 +209,7 @@ Ext.define('Rambox.store.ServicesList', { ,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'