--- comment_notify.module	2010-07-22 13:06:21.333225647 +0300
+++ comment_notifyNew.module	2010-07-22 11:59:58.561228027 +0300
@@ -488,7 +488,8 @@ function _comment_notify_mailalert($comm
           '!date' => format_date(time()),
           '!login_uri' => url('user', array('absolute' => TRUE)),
           '!edit_uri' => url('user/'. $alert->uid .'/edit', array('absolute' => TRUE)),
-          '!link1' => url('comment_notify/disable/'. $alert->notify_hash, array('absolute' => TRUE))
+          '!link1' => url('comment_notify/disable/'. $alert->notify_hash, array('absolute' => TRUE)),
+          '!hash_code' => $alert->notify_hash,
         )
       );
       drupal_mail('comment_notify', 'comment_notify_mail', $mail, $language, $message);
@@ -668,6 +669,7 @@ function comment_notify_settings() {
       <li>!login_uri  uri to login the user</li>
       <li>!edit_uri = uri to edit user profile</li>
       <li>!link1 the QUICKLINK to disable future follow-up notifications for the user</li>
+      <li>!hash_code = the hash code for disabling future follow-up notifications for the user</li>
       </ul>'
     ),
     '#default_value' => variable_get('comment_notify_default_mailtext', t(DEFAULT_MAILTEXT)),
