> Sorry for the delay in the reply. I went live with the new system
> yesterday (posting with it here) so spent the whole day fine tuning
and
> backing up etc.
> All working well with no real problems :o)
> Just got to choose some more plugins and get them installed.
Considering a
> calendar. Is the supplied one any good and easy to install?

the supplied one is already installed, just enable it in the plugins
section of the configure utility.  optionally, the shared calendar
plugin adds shared calendars and a couple of small fixes, but is mostly
the same code - download it from the SM website.  there is also a plugin
that integrates a more full-functioned 'webcalendar' into SM, although
the aesthetics leave a little to be desired.

> >> > > it still lets me create the folders? Have I entered the code
> >> > > incorrectly?
> >> > >
> >> > > Warning: array_push(): First argument should be an array in
> >> > > e:\inetpub\wwwroot\webmail\src\folders.php on line 172received
> >> >
> >> > Yah, that might be problematic.  I just pulled down the most
recent
> >> > cvs copy of this file and edited it without testing (no time), so
it
> >> > might not work, but give this a whirl (make sure you don't have
any
> >> > blank lines at the top or bottom of the file!)
> >> >
> >> Thanks, the attached file does get rid of the error messages and
> >> create folders without the option of having them as subfolders.
> >> The only problem is the label for the Create button is the name off
> >> all the folders.
> >> e.g. There is the heading: Create Folder with the text box to enter
> >> the folders name. Underneath this is the Create button. To the left
of
> >> the Create button is the names of the folders, INBOX Drafts Sent
> Trash
> >> Saved Work. This list grows each time I add a folder.
> >
> > Sorry, missed one echo statement.
> >
> > Try this version.
> >
> 
> Yes, this works fine. Still have the INBOX available to delete/rename
> though.

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 SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
--
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

Reply via email to