From: Michael M Slusarz Date: Tue, 20 Jan 2009 04:40:30 +0000 (-0700) Subject: Fix thread display in MIMP. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=27389d2d84bf5b7eb658732f56d7e1e6984c753e;p=horde.git Fix thread display in MIMP. --- diff --git a/imp/mailbox-mimp.php b/imp/mailbox-mimp.php index 41ca04158..159fba4f4 100644 --- a/imp/mailbox-mimp.php +++ b/imp/mailbox-mimp.php @@ -111,7 +111,7 @@ while (list(,$ob) = each($mbox_info['overview'])) { $msg['subject'] = $imp_ui->getSubject($ob['envelope']['subject']); - if (!is_null($threadob) && ($threadob->getThreadIndent($ob['uid']) - 1)) { + if (!is_null($threadob) && ($threadob->getThreadIndent($ob['uid']))) { $msg['subject'] = '>> ' . ltrim($msg['subject']); }