projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f79f4a5
)
Fix thread display in mimp
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 16 Mar 2010 02:17:13 +0000
(20:17 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 16 Mar 2010 02:17:44 +0000
(20:17 -0600)
imp/mailbox-mimp.php
patch
|
blob
|
history
diff --git
a/imp/mailbox-mimp.php
b/imp/mailbox-mimp.php
index
092a6d7
..
a2e6419
100644
(file)
--- 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'])