Skip to content

Commit

Permalink
Bug #13918: Show human-readable part
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 20, 2015
1 parent 2f0e03c commit ac2f97c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imp/lib/Mime/Viewer/Status.php
Expand Up @@ -152,6 +152,9 @@ protected function _renderInfo()
$ret[$val->getMimeId()] = null;
}

/* Don't handle human-readable part. */
unset($ret[$part1_id]);

$ret[$this->_mimepart->getMimeId()] = array(
'data' => '',
'status' => $status,
Expand Down

0 comments on commit ac2f97c

Please sign in to comment.