fixed only checking for orangereds if you already have one.

This commit is contained in:
Kerrick Long
2011-07-19 17:29:17 -05:00
parent e125f44519
commit 7e64505dd5
+2 -1
View File
@@ -826,8 +826,9 @@ Background.prototype.watchMail = function () {
window.clearTimeout(notificationTimeout);
};
notification.show();
window.setTimeout(checkPrefs, mailInterval);
}
window.setTimeout(checkPrefs, mailInterval);
}
function getMail () {