AndersSahlin / MailCheckerPlus

Mail Checker Plus for Google Mail™ - Chrome Extension
https://chrome.google.com/extensions/detail/gffjhibehnempbkeheiccaincokdjbfe
GNU General Public License v3.0
100 stars 39 forks source link

Error in MailAccount function #29

Open radist2s opened 10 years ago

radist2s commented 10 years ago

File: mailaccount.js Row: 21

Variable settingsObj can be undefined I got an error when doing "Polling accounts".

I'm add settingsObj = settingsObj || {} in the start of the function for temporary fix.