diff options
author | alecpl <alec@alec.pl> | 2011-05-19 09:54:09 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-05-19 09:54:09 +0000 |
commit | 4bb7d27b5468630efaa703e7240a86eb134423e9 (patch) | |
tree | 7b459f27c8e1dadd956d18308e6858e1ad39fcce /program/js | |
parent | 000fe38c715ddf50be615a91612cb3f9f4a7600c (diff) |
- Removed focus_on_new_message option, added newmail_notify plugin
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 10 |
1 files changed, 0 insertions, 10 deletions
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; |