[Tickets #876] RESOLVED: Notification popup no longer working

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Jan 6 08:46:24 PST 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=876
-----------------------------------------------------------------------
 Ticket     | 876
 Updated By | djohnston at golden.net
 Summary    | Notification popup no longer working
 Queue      | IMP
 Version    | 4.0-BETA
 State      | Bogus
 Priority   | 1. Low
 Type       | Bug
 Owners     | 
-----------------------------------------------------------------------


djohnston at golden.net (2005-01-06 08:46) wrote:

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->newMessageCount(); 

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

if ($prefs->getValue('nav_popup') && $newmsgs > 0 &&
    !Util::getFormData('no_newmail_popup')) {
    require IMP_TEMPLATES . '/mailbox/alert.inc';
}

New mail pop-up notification now works again for me.




More information about the bugs mailing list