Paul Lesniewski schrieb: > On 9/10/07, Oliver Kötter <oliver@xxxxxxxxxx> wrote: >> Hi there, >> >> after upgrading my server from Debian Sarge to Debian Etch I have a problem with the newmail >> plugin. >> I don't get any notifications when a new mail arrives. I use Mozilla Firefox, Javascript is >> turned >> on. >> My options are these: >> >> Change title on supported browsers: Checked (does not work! Title does not change.) >> Enable Media Playing: Checked (Media does not play. When I click on "Try", media plays fine!) >> >> File permissions on server are OK, wav file plays fine when I click on "Try" in options. >> Firefox' settings are OK, Javascript is enabled. On Debian Sarge everything worked fine. >> I use latest 1.4.10a from Squirrelmail website, not a Debian package. >> >> Has anybody an idea what could cause this behaviour? > > The quickest answer might be if you diff the two codebases (just the > plugins/newmail directory for starters), and maybe just copy the one > that is working over to the other. I compared the plugins/newmail folder on the server with that in the latest release. The files are identical. I think the most important file is src/left_main.php which is reloaded every 10 minutes for me. I have a patched file because I installed the msg_flags plugin which adds some images to the folder tree view. I compared the html output of the original left_main.php with my patched and they are identical in the important places, only the <img> tags for the folder images have been added. (original left_main.php doesn't work either) I guess this is the important code: <meta http-equiv="REFRESH" content="600;URL=left_main.php" /> [...] <script language="javascript" type="text/javascript"> function ChangeTitleLoad() { window.parent.document.title = "0 neue Nachrichten"; if (BeforeChangeTitle != null) BeforeChangeTitle(); } BeforeChangeTitle = window.onload; window.onload = ChangeTitleLoad; </script> What can cause not playing the sound and not changing the title where the "Try" button in the options does work fine? I tries Firefox 2.0.0.6 and IE6, both don't work. -- Oliver Kötter ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users