Index: pm_email_notify/pm_email_notify.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/privatemsg/pm_email_notify/pm_email_notify.module,v
retrieving revision 1.16
diff -u -p -r1.16 pm_email_notify.module
--- pm_email_notify/pm_email_notify.module	21 Nov 2010 14:49:01 -0000	1.16
+++ pm_email_notify/pm_email_notify.module	26 Nov 2010 15:53:21 -0000
@@ -87,6 +87,7 @@ function pm_email_notify_mail($key, &$me
  */
 function _pm_email_notify_token($recipient, $message, $language) {
   $tokens = array(
+    '!author_uid' => $message['author']->uid,
     '!author' => privatemsg_recipient_format($message['author'], array('plain' => TRUE)),
     '!pm_subject' => trim(drupal_html_to_text(check_plain($message['subject']))),
     '!pm_body' => trim(drupal_html_to_text(check_markup($message['body'], $message['format'], FALSE))),
