Hi all,
in messagepreview.html the template object "messageFullHeaders" is missing. Is this intended? It works well if I insert right below
...
<roundcube:object name="messageHeaders" id="preview-allheaders" class="headers-table" addicon="/images/addcontact.png" exclude="subject,replyto" />
...
<roundcube:object name="messageFullHeaders" id="full-headers" />
I noticed that the support link in headers.html is configurable. But the link still appears when inserting into main.inc.php ...
$rcmail_config['support_url'] = false;
Regards, R.