That's the function which creates the error:

function check_is_noselect ($lsub_line) {
    return preg_match("/^\* LSUB \([^\)]*\\Noselect[^\)]*\)/i", $lsub_line);
}

with "functions/imap_mailbox.php" creates the error. Is it a PHP problem
or has it do with my Imap Server or the configuration of squirrelmail.
I found some hints in newsgroups that it might has to do with the regex
function of PHP. What is that function exactly doing? Is it needed or is
there a way to disable it?

Thanks,
Sebastian

Sebastian Fuchs sagte:
> Hi,
>
> do anybody have a glue why I'm getting the following error in my error log
> file. SM seems to be working fine but this error occurs when accessing or
> refreshing the left folder frame. As many folders the user have
> as many repeated and same errors I get (but not for the Inbox itself, only
> all the other folders). How can I get rid of it?
>
> ------------------------------------
> PHP Warning: Compilation failed: PCRE does not support \L, \l, \N, \P, \p,
> \U, \u, or \X at offset 18 in
> /path/to/squirrel/mail/functions/imap_mailbox.php on line 86, referer:
> https://domain.tld/mail/src/webmail.php
> ------------------------------------
>
> I'm using Courier 2.2.1 and SM 1.4.2
>
> Thanks,
> Sebastian


-------------------------------------------------------
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

Reply via email to