소스 검색

fix for folders with '*'. bug #552180

jmunro 23 년 전
부모
커밋
01c46aa9b9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      functions/imap_mailbox.php

+ 1 - 0
functions/imap_mailbox.php

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