|
@@ -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
|