? contactlink-destination.patch
Index: contactlink.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/contactlink/contactlink.module,v
retrieving revision 1.6
diff -u -p -r1.6 contactlink.module
--- contactlink.module	11 Apr 2008 09:47:44 -0000	1.6
+++ contactlink.module	26 Jan 2009 04:50:37 -0000
@@ -14,6 +14,7 @@ function contactlink_link($type, $object
       $links['contactlink'] = array(
         'title' => t('Contact the author'),
         'href' => "user/$object->uid/contact",
+        'query' => drupal_get_destination(),
         'attributes' => array('title' => t('Email the author via the contact form.')),
       );
     }
@@ -33,4 +34,4 @@ function contactlink_form_alter(&$form, 
       '#options' => array(t('Disabled'), t('Enabled')),
     );
   }
-}
\ No newline at end of file
+}
