Index: modules/mimemail/mimemail.inc
===================================================================
RCS file: /staffcvs/csaa/modules/mimemail/mimemail.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -F^f -r1.1 -r1.2
--- modules/mimemail/mimemail.inc	4 Jan 2007 21:29:42 -0000	1.1
+++ modules/mimemail/mimemail.inc	18 Jan 2007 23:23:30 -0000	1.2
@@ -428,6 +428,7 @@ function _mimemail_html2text() {
     "/\r/"                              => '',
     "/[\t]+/"                           => '  ',
     '/<script[^>]*>.*?<\/script>/i'     => '',
+    '/<style[^>]*>.*?<\/style>/i'     => '',
     '!<h1[^>]*>(.+?)</h1>!ie'     => "\"\n\" .strtoupper('\\1').\"\n============================================================\n\"",
     '!<h2[^>]*>(.+?)</h2>!ie'     => "\"\n------------------------------------------------------------\n\" .'\\1'.\"\n------------------------------------------------------------\n\"",
     '/<h3[^>]*>(.+?)<\/h3>/ie'          => "\"\n\n\\1\n\n\"",
