From 4bb7d27b5468630efaa703e7240a86eb134423e9 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 19 May 2011 09:54:09 +0000 Subject: - Removed focus_on_new_message option, added newmail_notify plugin --- program/js/app.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'program/js/app.js') diff --git a/program/js/app.js b/program/js/app.js index fa643c2b0..a114c80d6 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -5017,16 +5017,6 @@ function rcube_webmail() } }; - // notifies that a new message(s) has hit the mailbox - this.new_message_focus = function() - { - // focus main window - if (this.env.framed && window.parent) - window.parent.focus(); - else - window.focus(); - }; - this.toggle_prefer_html = function(checkbox) { var elem; -- cgit v1.2.3