On Fri, 24 Feb 2006 08:19:40 -0700 (Mountain Standard Time) "Geoff" <[EMAIL PROTECTED]> wrote:
> > Hello, Everyone > > I JUST configured and installed Squirrelmail 1.5.1, and I noticed > > the apparent lack of a "Copy" button next to the "Move" button. > > Here is a screenshot that shows what I do see: > > http://www.afolkey2.net/squirrelmail-screenshot-2.jpg > > > > In functions/mailbox_display.php, is there some getButton code such as > > echo getButton('SUBMIT', 'moveButton',_("Move")); > echo ' '; > echo getButton('SUBMIT', 'copyButton',_("Copy")); > echo ' '; > echo getButton('SUBMIT', 'attache',_("Forward")) . "\n"; > > Perhaps your file has the Copy button commented out for some reason? > I would try manually insterting a Copy button, if it doesn't exist, > and see what happens :) > > Geoff Hello, Geoff Here is the output of "grep -i copy mailbox_display.php": [EMAIL PROTECTED] functions]$ grep -i copy mailbox_display.php * @copyright © 1999-2006 The SquirrelMail Project Team $aHeaders =& $aMailbox['MSG_HEADERS']; /* use a reference to avoid a copy. This is from my Squirrelmail 1.5.1 directory. When I get home from work later, I will do the same on the default Fedora Core 3 Squirrelmail. Steven P. Ulrick ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] 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
