Browse Source

Merge branch 'master' of https://github.com/saenzramiro/rambox

delete-partition-folder 0.6.9
Ramiro Saenz 6 years ago
parent
commit
8d509c4bca
  1. 10
      app/store/ServicesList.js
  2. BIN
      resources/icons/awsworkmail.png

10
app/store/ServicesList.js

@ -932,6 +932,16 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Google Calendar is a time-management and scheduling calendar service developed by Google.' ,description: 'Google Calendar is a time-management and scheduling calendar service developed by Google.'
,url: 'https://calendar.google.com/calendar/' ,url: 'https://calendar.google.com/calendar/'
,type: 'messaging' ,type: 'messaging'
},
{
id: 'awsworkmail'
,logo: 'awsworkmail.png'
,name: 'AWS WorkMail'
,description: 'Amazon WorkMail is a secure, managed business email and calendar service.'
,url: '___'
,type: 'email'
,js_unread: 'function checkUnread(){var t=document.getElementsByClassName("giraffe-hierarchy-node-counter"),e=0;for(i=0;i<t.length;i++)parseInt(t[i].textContent.trim())%1===0&&(e+=parseInt(t[i].textContent.trim()));updateBadge(e);}function updateBadge(a){a>=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);'
} }
] ]
}); });

BIN
resources/icons/awsworkmail.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Loading…
Cancel
Save