Skip to content

Commit

Permalink
Display human readable part in MDNs
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 20, 2015
1 parent a41a888 commit 6553567
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions imp/lib/Mime/Viewer/Mdn.php
Expand Up @@ -107,6 +107,10 @@ protected function _renderInfo()
foreach ($this->_mimepart->partIterator() as $val) {
$ret[$val->getMimeId()] = null;
}

/* Allow the human readable part to be displayed
* separately. */
unset($ret[$part1_id]);
}
break;

Expand Down

0 comments on commit 6553567

Please sign in to comment.