Ver Fonte

fixed bug 556997 introduced by the imap-utf7 patch (applied from me)

centaurix há 23 anos atrás
pai
commit
0e60b96c26
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      functions/mailbox_display.php

+ 1 - 2
functions/mailbox_display.php

@@ -674,8 +674,7 @@ function mail_message_listing_beginning ($imapConnection, $moveURL,
   foreach ($boxes as $boxes_part) {
     if (!in_array('noselect', $boxes_part['flags'])) {
       $box = $boxes_part['unformatted'];
-      $box2 = imap_utf7_decode_local(
-		str_replace(' ', ' ', $boxes_part['unformatted-disp']));
+      $box2 = str_replace(' ', ' ', imap_utf7_decode_local($boxes_part['unformatted-disp']));
       if( $box2 == 'INBOX' ) {
 	$box2 = _("INBOX");
       }