summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/app.js
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-19 09:54:09 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-19 09:54:09 +0000
commit8f35ee81b6f626be5b16c330fa47a85e4d720209 (patch)
treea2f58183c953c301c6f671aed6498eaa12cb1510 /roundcubemail/program/js/app.js
parentcb4bc36f0c7a6b7edbf979324692820354e81241 (diff)
- Removed focus_on_new_message option, added newmail_notify plugin
git-svn-id: https://svn.roundcube.net/trunk@4788 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/app.js')
-rw-r--r--roundcubemail/program/js/app.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index fa643c2b0..a114c80d6 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/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;