On Thu, 31 Jul 2003 16:39:40 +0100 (GMT Daylight Time), "Paj"  wrote:

>I had this problem with v1.4.0 and should be able to remove the Inbox from
>the delete and rename boxes. I think it was just removing a few echo
>statements that I had to remove last time.
>

Aren't the archives brilliant.
Setting up Forte Agent to access the Gmane archives is the best thing
I have done for a while:

----------------------------------------------
On Wed, 11 Jun 2003 00:55:21 -0700, "p dont think"  wrote:

replace lines like:

    echo sqimap_mailbox_option_list($imapConnection, 0, $skip_folders,
$boxes, NULL, true);

with this:

    echo preg_replace('/<OPTION VALUE="INBOX">INBOX<\/OPTION>/', '', 
                      sqimap_mailbox_option_list($imapConnection, 0,
$skip_folders, $boxes, NULL, true ));


you should need to do this in the RENAME, DELETE and possibly
UNSUBSCRIBE/SUBSCRIBE sections.  make sure the calls to
sqimap_mailbox_option_list are correct for each section.

cheers,

 paul
----------------------------------------------

This is the fix Paul provided for me last time and took me seconds to
find again.

Just another couple of bugs to iron out and I can roll this out live.

:)

-- 
Thx.
Paj



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to