fix for folders with '*'. bug #552180
authorjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 27 May 2002 23:55:30 +0000 (23:55 +0000)
committerjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 27 May 2002 23:55:30 +0000 (23:55 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2876 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_mailbox.php

index f9d10d95db5b36172af2a4c16eae4f512ec89569..f3121520b047c36bce384b93b0616b7ee7cb4f3d 100755 (executable)
@@ -567,6 +567,7 @@ function sqimap_mailbox_list($imap_stream) {
                     $used[$k] = true;
                 }
                 $spec_sub = str_replace('&nbsp;', '', $box['formatted']);
+                $spec_sub = str_replace('*', '', $box['formatted']);
 
                /* In case of problems with preg
                   here is a ereg version