--- notifications_autosubscribe.module	2008-09-09 14:19:43.000000000 -0500
+++ new.module	2008-09-09 14:19:39.000000000 -0500
@@ -37,11 +37,11 @@ function notifications_autosubscribe($ty
  *
  * Adds autosubscribe checkbox to user edit form.
  */
-function notifications_autosubscribe_form_alter($form_id, &$form) {
+function notifications_autosubscribe_form_alter(&$form, &$form_state, $form_id) {
   switch ($form_id) {
-    case 'user_edit':
-      if (isset($form['notifications'])) {
-        $form['notifications']['notifications_auto'] = array(
+    case 'user_profile_form':
+      if (isset($form['messaging'])) {
+        $form['messaging']['notifications_auto'] = array(
           '#type'          => 'checkbox',
           '#title'         => t('Autosubscribe'),
           '#default_value' => notifications_user_setting('auto', $form['_account']['#value']),
