The partridge wuz here!
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 18 Jan 2002 16:50:16 +0000 (16:50 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 18 Jan 2002 16:50:16 +0000 (16:50 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2164 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_mailbox.php

index 03bc10bd3e3050d3a8815797f648674c767dfd00..c4e976417ab2cb5a9673106843d2aac1c13d85b6 100755 (executable)
@@ -30,7 +30,7 @@ function isSpecialMailbox( $box ) {
         } else {
             // Skip next second delimiter
             $i = strpos( $sent_folder, $delimiter );
-            $i = strpos( $sent_folder, $delimiter, $i+ 1  );
+            $i = strpos( $sent_folder, $delimiter, $i+ 1  ) + 1;
             if ( $i === FALSE ) {
                 $i = strlen( $box );
             }