$oTemplate->assign('xmailer', decodeHeader($header->xmailer));
$env[_("Mailer")] = $oTemplate->fetch('read_xmailer.tpl');
}
+
+ // this is used for both mdn and also general use for plugins, etc
+ $oTemplate->assign('first_time_reading', $FirstTimeSee);
+
if ($default_use_mdn) {
if ($mdn_user_support) {
if ($header->dnt) {
}
}
- // this is used for both mdn and also general use for plugins, etc
- $oTemplate->assign('first_time_reading', $FirstTimeSee);
-
$statuses = array();
if (isset($aMailbox['MSG_HEADERS'][$passed_id]['FLAGS'])) {
if (isset($aMailbox['MSG_HEADERS'][$passed_id]['FLAGS']['\\deleted']) &&