From 7e64505dd523ebe0aa41c6ebc4521b0c378e636f Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Tue, 19 Jul 2011 17:29:17 -0500 Subject: [PATCH] fixed only checking for orangereds if you already have one. --- js/common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index 4b9328c..416c098 100644 --- a/js/common.js +++ b/js/common.js @@ -826,8 +826,9 @@ Background.prototype.watchMail = function () { window.clearTimeout(notificationTimeout); }; notification.show(); - window.setTimeout(checkPrefs, mailInterval); } + + window.setTimeout(checkPrefs, mailInterval); } function getMail () {