Browse Source

Merge pull request #1722 from iliu/fix/gmail-labs

enable gmail labs
pull/1636/merge
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
4e2894a850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/store/ServicesList.js

2
app/store/ServicesList.js

@ -110,7 +110,7 @@ Ext.define('Rambox.store.ServicesList', {
,logo: 'gmail.png'
,name: 'Gmail'
,description: locale['services[9]']
,url: 'https://mail.google.com/mail/?labs=0'
,url: 'https://mail.google.com/mail/'
,type: 'email'
,allow_popups: true
,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("aim")[0];updateBadge(-1!=a.textContent.indexOf("(")&&(t=parseInt(a.textContent.replace(/[^0-9]/g,""))))}function updateBadge(a){a>=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);'

Loading…
Cancel
Save