' . _("Mailinglist") . ' ' . _($action); ?>
'; /* * Identity support (RFC 2369 sect. B.1.) * * I had to copy this from compose.php because there doesn't * seem to exist a function to get the identities. */ $defaultmail = htmlspecialchars(getPref($data_dir, $username, 'full_name')); $em = getPref($data_dir, $username, 'email_address'); if ($em != '') { $defaultmail .= htmlspecialchars(' <' . $em . '>') . "\n"; } echo '

' . _("From:"); $idents = getPref($data_dir, $username, 'identities'); if ($idents != '' && $idents > 1) { echo ' ' . "\n" ; } else { echo $defaultmail; } ?>
">