From 4bb7d27b5468630efaa703e7240a86eb134423e9 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 19 May 2011 05:54:09 -0400
Subject: [PATCH] - Removed focus_on_new_message option, added newmail_notify plugin

---
 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 fa643c2..a114c80 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -5017,16 +5017,6 @@
     }
   };
 
-  // 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;

--
Gitblit v1.9.1