fix for folders with '*'. bug #552180
This commit is contained in:
parent
3f3b2aaed7
commit
01c46aa9b9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue