fix for magicHTML call
[squirrelmail.git] / 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(' ', '', $box['formatted']);
+                $spec_sub = str_replace('*', '', $box['formatted']);
 
                /* In case of problems with preg
                   here is a ereg version