From: tokul Date: Sun, 24 Apr 2005 08:01:36 +0000 (+0000) Subject: warning about possibly broken function X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=0853837b3efb9d8fca15cb9cb22b54a916adfc72;hp=f8a1ed5aa365d515e4e2ac3602f900bfb9447fce warning about possibly broken function git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9379 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/imap_mailbox.php b/functions/imap_mailbox.php index 2d5fe2fb..63509bac 100755 --- a/functions/imap_mailbox.php +++ b/functions/imap_mailbox.php @@ -142,6 +142,8 @@ function find_mailbox_name($line) { /** * Detects if mailbox has noselect flag (can't store messages) + * In versions older than 1.4.5 function checks only LSUB responses + * and can produce pcre warnings. * @param string $lsub_line mailbox line from untagged LIST or LSUB response * @return bool whether this is a Noselect mailbox. * @since 1.3.2