diff options
author | thomascube <thomas@roundcube.net> | 2008-02-05 22:56:29 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-05 22:56:29 +0000 |
commit | a02d486cc8988ad367cd635f4929ce707ec6f542 (patch) | |
tree | de357974b1534b1573773f1c2426d53d879997f6 /program/js | |
parent | cf1f0f97b23e1d22ee087436edc283da59bfb6ce (diff) |
Applied patch to prevent from purging inbox (#1484449) + CSS hack for Safari
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/program/js/app.js b/program/js/app.js index 0288fad79..66b7de05b 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3495,10 +3495,7 @@ function rcube_webmail() this.check_for_recent = function() { if (this.busy) - { - this.send_keep_alive(); return; - } this.set_busy(true, 'checkingmail'); this.http_request('check-recent', (this.env.search_request ? '_search='+this.env.search_request+'&' : '') + '_t='+(new Date().getTime()), true); |