Hi, [...]
>>> sorry! The problem is, that squirrel always goes back automatically to >>> the >>> inbox folder after I pressed the delete button. For instance, I'm in >>> the >>> INBOX.Send folder, I select a message, press the delete button and then >>> I'm in the INBOX. I expect to stay in the same folder. At least I've >>> encountered this behaviour with several other apache/php installations. >>> [...] >> >> I found the solution for my problem. With my software combination the >> $PHP_SELF variable always contains /pathtosquirrel/src/right_main.php >> >> I chnaged line 657 in mailbox_display.php >> >> from $php_self = $PHP_SELF >> to $php_self = $_SERVER['PHP_SELF'].'?'.$_SERVER["QUERY_STRING"]; >> >> This solved the problem. > > This is fixed in a more robust way in 1.4.3(cvs). If you want to get a > snapshot and make sure the fix works for you, we'd always appreciate the > help. it works out of the box with the current cvs checkout. Squirrel claimed to be version 1.5.0. I didn't found a special tag for version 1.4.3 regards, matthias ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
