program/js/app.js
@@ -4321,16 +4321,18 @@ }; // send periodic request to check for recent messages this.check_for_recent = function(setbusy) this.check_for_recent = function(refresh) { if (this.busy) return; if (setbusy) this.set_busy(true, 'checkingmail'); var addurl = '_t=' + (new Date().getTime()); if (refresh) { this.set_busy(true, 'checkingmail'); addurl += '&_refresh=1'; } if (this.gui_objects.messagelist) addurl += '&_list=1'; if (this.gui_objects.quotadisplay)