Rewrite of sqimap_read_data_list. This will raise performance and it's more
[squirrelmail.git] / functions / mailbox_display.php
index 30d36f7133934689716f521cafb03ec67f9f982b..426609ed4aef42d66cdb22ea75721201eade1f94 100644 (file)
@@ -73,7 +73,7 @@ function printMessageInfo($imapConnection, $t, $not_last=true, $key, $mailbox,
     if (handleAsSent($mailbox)) {
        $msg['FROM'] = $msg['TO'];
     }
-    $msg['FROM'] = parseAddress($msg['FROM']);
+    $msg['FROM'] = parseAddress($msg['FROM'],1);
     
        /*
         * This is done in case you're looking into Sent folders,