From 27389d2d84bf5b7eb658732f56d7e1e6984c753e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 19 Jan 2009 21:40:30 -0700 Subject: [PATCH] Fix thread display in MIMP. --- imp/mailbox-mimp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); } -- 2.11.0