<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Notification popup no longer working</title> 
  <pubDate>Wed, 08 Apr 2026 16:56:44 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/876</link> 
  <atom:link rel="self" type="application/rss+xml" title="Notification popup no longer working" href="https://bugs.horde.org/ticket/876/rss" /> 
  <description>Notification popup no longer working</description> 
 
   
   
  <item> 
   <title>I have IMP set to give me the javascript popup to notify me </title> 
   <description>I have IMP set to give me the javascript popup to notify me of new e-mail. This worked on an older version of IMP using Firefox 1.0 RC1. We upgraded to the 4.0 Beta about the same time as I upgraded to Firefox 1.0, and since then I don&#039;t get the popup anymore. I checked that I still have it  turned on in my IMP settings, and I have javascript enabled in Firefox (I don&#039;t see any javascript errors either in the javascript console).</description> 
   <pubDate>Mon, 22 Nov 2004 15:54:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/876#t3268</link> 
  </item> 
   
  <item> 
   <title>All I can say is that it works fine here. Can you try RC1?</title> 
   <description>All I can say is that it works fine here. Can you try RC1?</description> 
   <pubDate>Mon, 22 Nov 2004 16:27:09 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/876#t3276</link> 
  </item> 
   
  <item> 
   <title>I don&#039;t have a computer where I don&#039;t have 1.0 already insta</title> 
   <description>I don&#039;t have a computer where I don&#039;t have 1.0 already installed, sorry. It&#039;s not a big deal, just thought I would put this one out there in case other people had a similar issue.</description> 
   <pubDate>Mon, 22 Nov 2004 16:39:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/876#t3277</link> 
  </item> 
   
  <item> 
   <title>IMP 4.0

Popup doesn&#039;t appear neither in Firefox-1.0 nor  in</title> 
   <description>IMP 4.0

Popup doesn&#039;t appear neither in Firefox-1.0 nor  in IE-6SP1.

Popups aren&#039;t blocked.</description> 
   <pubDate>Wed, 05 Jan 2005 14:10:47 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/876#t4188</link> 
  </item> 
   
  <item> 
   <title>Doesn&#039;t work for me either.



As I&#039;m not a PHP programmer t</title> 
   <description>Doesn&#039;t work for me either.



As I&#039;m not a PHP programmer this could be wrong or totally un-related but I took a look at mailbox.php (Horde: imp/mailbox.php,v 2.619 2005/01/03 22:19:24) and I printed the values thar are checked by the IF statement that loads &#039;/mailbox/alert.inc&#039; and this is what I found



$prefs-&gt;getValue(&#039;nav_popup&#039;) = 1

$imp_mailbox-&gt;newMessageCount() =

!Util::getFormData(&#039;no_newmail_popup&#039;) = 1



It appears as if the function newMessageCount is not returning the correct number of messages.  Several test messages were sent and the outcome was the same for each.</description> 
   <pubDate>Wed, 05 Jan 2005 19:01:49 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/876#t4214</link> 
  </item> 
   
  <item> 
   <title>Managed to work around the problem by modifying the IF state</title> 
   <description>Managed to work around the problem by modifying the IF statement and changing the location of where $newmsgs gets set in imp/mailbox.php (v 2.618 2005/01/03 14:34:58)



//Added line below as Line 378, old line 378 is now line 379

$newmsgs = $imp_mailbox-&gt;newMessageCount(); 



Changed the IF statement to (Starts on Line 805, 806 if you add the above line first):



if ($prefs-&gt;getValue(&#039;nav_popup&#039;) &amp;&amp; $newmsgs &gt; 0 &amp;&amp;

    !Util::getFormData(&#039;no_newmail_popup&#039;)) {

    require IMP_TEMPLATES . &#039;/mailbox/alert.inc&#039;;

}



New mail pop-up notification now works again for me.</description> 
   <pubDate>Thu, 06 Jan 2005 16:46:23 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/876#t4247</link> 
  </item> 
   
  <item> 
   <title>Can you try this patch?



http://cvs.horde.org/diff.php/imp</title> 
   <description>Can you try this patch?



http://cvs.horde.org/diff.php/imp/lib/Mailbox.php?r1=1.77&amp;r2=1.78&amp;ty=u</description> 
   <pubDate>Thu, 13 Jan 2005 12:15:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/876#t4459</link> 
  </item> 
   
  <item> 
   <title>This patch works for me. Thanks</title> 
   <description>This patch works for me. Thanks</description> 
   <pubDate>Fri, 14 Jan 2005 14:16:46 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/876#t4506</link> 
  </item> 
   
  <item> 
   <title>Danke, Olli! :-)</title> 
   <description>Danke, Olli! :-)</description> 
   <pubDate>Fri, 14 Jan 2005 21:46:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/876#t4523</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
