Browse Source

a little more clean-up

jmunro 23 năm trước cách đây
mục cha
commit
0691e83458
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      functions/imap_mailbox.php

+ 2 - 3
functions/imap_mailbox.php

@@ -338,7 +338,7 @@ function user_strcasecmp($a, $b) {
  * See comment on sqimap_mailbox_parse() for info about the returned array.
  * See comment on sqimap_mailbox_parse() for info about the returned array.
  */
  */
 function sqimap_mailbox_list($imap_stream) {
 function sqimap_mailbox_list($imap_stream) {
-    global $boxesnew, $default_folder_prefix, $optional_delimiter;
+    global $boxesnew, $default_folder_prefix;
 
 
     if ( !isset( $boxesnew ) ) {
     if ( !isset( $boxesnew ) ) {
 
 
@@ -467,8 +467,7 @@ function sqimap_mailbox_list($imap_stream) {
                     $boxesnew[] = $box;
                     $boxesnew[] = $box;
                     $used[$k] = true;
                     $used[$k] = true;
                 }
                 }
-                $spec_sub =  $box['formatted'];
-                $spec_sub = str_replace(" ", "", $box['formatted']);
+                $spec_sub = str_replace(' ', '', $box['formatted']);
                 if (!$used[$k] && preg_match("/^$default_folder_prefix(Sent|Drafts|Trash).{1}$spec_sub$/", $box['unformatted']) ) {
                 if (!$used[$k] && preg_match("/^$default_folder_prefix(Sent|Drafts|Trash).{1}$spec_sub$/", $box['unformatted']) ) {
                     $boxesnew[] = $box;
                     $boxesnew[] = $box;
                     $used[$k] = true;
                     $used[$k] = true;