static public $msgshow_mimeparts = array('multipart/report', 'multipart/mixed', 'text/html', 'text/plain', 'text/enriched', 'text', 'message');
static public $msgshow_xface = true;
static public $msgshow_wrap = 78;
+ static public $msgshow_externalimages = false;
static public $msgshow_withthread = true;
/** Match an url
{
$text = $part->getText();
$text = banana_catchHtmlSignature($text);
- $text = banana_hideExternalImages($text);
+ if (!Banana::$msgshow_externalimages) {
+ $text = banana_hideExternalImages($text);
+ }
$text = banana_catchPartLinks($text);
return banana_cleanHtml($text);
}
{include file="banana-thread.inc.tpl" withtitle=true}
{elseif $page eq 'message'}
{include file="banana-message.inc.tpl"}
- {if $withthread}
+ {if $showthread}
{include file="banana-thread.inc.tpl" withtitle=false}
{/if}
{elseif $page eq 'new'}