Thanks! That worked, appreciate it. Fredrik Jervfors wrote: > Hi Rafael. > I had the same problem as you have, and this is my solution. I hope it > helps. I too agree on having this added to SquirrelMail, either permanent > or as a setting. > > Sincerly, > Fredrik. > > > --- squirrelmail-1.4.2/functions/page_header.php Wed Oct 1 > 19:34:20 2003 > +++ web/mail/functions/page_header.php Thu Nov 27 18:18:26 2003 > @@ -126,7 +126,7 @@ > ' var newwin = window.open(comp_uri' . > ', "_blank",'. > '"width='.$compose_width. > ',height='.$compose_height. > - ',scrollbars=yes,resizable=yes");'."\n". > + ',scrollbars=yes,resizable=yes,status=yes");'."\n". > "}\n\n"; > } > > @@ -215,7 +215,7 @@ > ' var newwin = window.open(comp_uri' . > ', "_blank",'. > '"width='.$compose_width. > ',height='.$compose_height. > - ',scrollbars=yes,resizable=yes");'."\n". > + ',scrollbars=yes,resizable=yes,status=yes");'."\n". > "}\n\n"; > > } >
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html -- 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
