Skip to content

Commit

Permalink
Provide the real mailbox information for title data for special mailb…
Browse files Browse the repository at this point in the history
…oxes
  • Loading branch information
slusarz committed Jun 10, 2014
1 parent bab1e69 commit 9723249
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion imp/lib/Ajax/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,11 @@ protected function _ftreeElt($id)
$ob->po = 1;
}

if ($elt->inbox || $mbox_ob->special) {
if ($elt->inbox) {
$ob->ns = $ob->s = 1;
} elseif ($mbox_ob->special) {
$ob->ns = $ob->s = 1;
$ob->t = strval($elt);
}
}

Expand Down

0 comments on commit 9723249

Please sign in to comment.