Fix thread display in mimp
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Mar 2010 02:17:13 +0000 (20:17 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Mar 2010 02:17:44 +0000 (20:17 -0600)
imp/mailbox-mimp.php

index 092a6d7..a2e6419 100644 (file)
@@ -191,7 +191,7 @@ while (list(,$ob) = each($mbox_info['overview'])) {
     /* Thread display. */
     $msg['thread'] = empty($threadtree[$ob['uid']])
         ? ''
-        : $threadtree[$ob['uid']];
+        : str_replace(' ', '&nbsp;', $threadtree[$ob['uid']]);
 
     /* Generate the target link. */
     $msg['target'] = in_array('\\draft', $ob['flags'])