Skip to content

Commit

Permalink
Fix display of special mailbox names in titles
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Dec 30, 2014
1 parent e92a5f4 commit db0d193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Ajax/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -693,9 +693,9 @@ protected function _ftreeElt($id)

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

Expand Down

0 comments on commit db0d193

Please sign in to comment.