fixed bug 556997 introduced by the imap-utf7 patch (applied from me)
authorcentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 21 May 2002 09:34:24 +0000 (09:34 +0000)
committercentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 21 May 2002 09:34:24 +0000 (09:34 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2848 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 3c412693200f800e502b12216387a4275a5506fc..dd0aa61736ce8db0828c1b6e0019727fe8c6b860 100644 (file)
@@ -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(' ', '&nbsp;', $boxes_part['unformatted-disp']));
+      $box2 = str_replace(' ', '&nbsp;', imap_utf7_decode_local($boxes_part['unformatted-disp']));
       if( $box2 == 'INBOX' ) {
        $box2 = _("INBOX");
       }