Index: pm_email_notify/pm_email_notify.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/privatemsg/pm_email_notify/Attic/pm_email_notify.module,v
retrieving revision 1.1.2.7
diff -u -p -r1.1.2.7 pm_email_notify.module
--- pm_email_notify/pm_email_notify.module	21 Oct 2009 18:56:51 -0000	1.1.2.7
+++ pm_email_notify/pm_email_notify.module	28 Oct 2009 19:48:55 -0000
@@ -126,8 +126,8 @@ function _pm_email_notify_token($recipie
 
   $tokens = array(
     '!author' => $message['author']->name,
-    '!pm_subject' => drupal_html_to_text($message['subject'], array()),
-    '!pm_body' => drupal_html_to_text($message['body'], array()),
+    '!pm_subject' => drupal_html_to_text($message['subject']),
+    '!pm_body' => drupal_html_to_text(check_markup($message['body'], $message['format'])),
     '!thread' => $message['thread_id'],
     '!user_uid' => $recipient->uid,
     '!message' => url('messages/view/' . $message['thread_id'], array('absolute' => TRUE)),
