From 0853837b3efb9d8fca15cb9cb22b54a916adfc72 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 24 Apr 2005 08:01:36 +0000 Subject: [PATCH] warning about possibly broken function git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9379 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_mailbox.php | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1