From 19bd2a39d29ad70579436136a2bf592006526653 Mon Sep 17 00:00:00 2001 From: Jakob Struye Date: Wed, 2 May 2018 10:13:38 +0200 Subject: [PATCH] Corrected FastMail service type from 'mail' to 'email' --- 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 a9fb0405..27cebb57 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -742,7 +742,7 @@ Ext.define('Rambox.store.ServicesList', { ,name: 'FastMail' ,description: 'Secure, reliable email hosting for businesses, families and professionals. Premium email with no ads, excellent spam protection and rapid personal support.' ,url: 'https://www.fastmail.com/mail/' - ,type: 'mail' + ,type: 'email' ,js_unread: 'function checkUnread(){var e=document.getElementsByClassName("v-FolderSource-badge"),t=0;for(i=0;i=1?document.title="("+e+")"+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);setTimeout(function(){O.WindowController.openExternal=function(a){var b=document.createElement("a");b.href=a,b.setAttribute("target","_blank"),b.click()};},3000);' ,note: 'To enable desktop notifications, you have to go to Settings inside FastMail.' },