From: Michael M Slusarz Date: Tue, 16 Mar 2010 02:17:13 +0000 (-0600) Subject: Fix thread display in mimp X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4a3813a646a938ff466b2fa4f29a764caf87648e;p=horde.git Fix thread display in mimp --- diff --git a/imp/mailbox-mimp.php b/imp/mailbox-mimp.php index 092a6d707..a2e641968 100644 --- a/imp/mailbox-mimp.php +++ b/imp/mailbox-mimp.php @@ -191,7 +191,7 @@ while (list(,$ob) = each($mbox_info['overview'])) { /* Thread display. */ $msg['thread'] = empty($threadtree[$ob['uid']]) ? '' - : $threadtree[$ob['uid']]; + : str_replace(' ', ' ', $threadtree[$ob['uid']]); /* Generate the target link. */ $msg['target'] = in_array('\\draft', $ob['flags'])