Index: email/email.class.php
===================================================================
RCS file: /cvsroot/moodle/contrib/plugins/blocks/email_list/email/email.class.php,v
retrieving revision 1.7
diff -c -w -r1.7 email.class.php
*** email/email.class.php       22 Aug 2008 17:43:48 -0000      1.7
--- email/email.class.php       27 Aug 2008 15:57:32 -0000
***************
*** 1421,1427 ****
            $html .= '</td>';
            $html .= '</tr>';

!           $html .= '<tr>';
                $html .= '<td align="right" colspan="3">';

            $html .= '<a href="sendmail.php?'.$baseurl .'&amp;action='.EMAIL_REPLY.'"><b>'. get_string('reply','email', NULL, EMAIL_LANG_PATH). '</b></a>';
--- 1421,1427 ----
            $html .= '</td>';
            $html .= '</tr>';

!           $html .= '<tr class="messagelinks">';
                $html .= '<td align="right" colspan="3">';

            $html .= '<a href="sendmail.php?'.$baseurl .'&amp;action='.EMAIL_REPLY.'"><b>'. get_string('reply','email', NULL, EMAIL_LANG_PATH). '</b></a>';
Index: email/email.css
===================================================================
RCS file: /cvsroot/moodle/contrib/plugins/blocks/email_list/email/email.css,v
retrieving revision 1.1
diff -c -w -r1.1 email.css
*** email/email.css     23 Jul 2008 04:01:47 -0000      1.1
--- email/email.css     27 Aug 2008 15:57:32 -0000
***************
*** 127,129 ****
--- 127,133 ----
  .emailfloatcontent {
      display:block;
  }
+
+ #blocks-email_list-email-print .messagelinks {
+       display: none;
+ }
